Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: json form fields and node counting #107

Merged
merged 26 commits into from
Jun 17, 2024
Merged

fix: json form fields and node counting #107

merged 26 commits into from
Jun 17, 2024

Commits on Jun 10, 2024

  1. form from type functions

    ianna committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ff3d2ed View commit details
    Browse the repository at this point in the history
  2. add check on iterable type

    ianna committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e712951 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. add test

    ianna committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a0d377a View commit details
    Browse the repository at this point in the history
  2. correct numpy type

    ianna committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    afaaae3 View commit details
    Browse the repository at this point in the history
  3. fix offsets type

    ianna committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fd0f81b View commit details
    Browse the repository at this point in the history
  4. add test

    ianna committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    11cd249 View commit details
    Browse the repository at this point in the history
  5. add module

    ianna committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9974d57 View commit details
    Browse the repository at this point in the history
  6. move function out

    ianna committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    965a33e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. add more functions

    ianna committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    88f92a2 View commit details
    Browse the repository at this point in the history
  2. try to fix Symbol issue

    ianna committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d7b6766 View commit details
    Browse the repository at this point in the history
  3. add more tests

    ianna committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e7967d5 View commit details
    Browse the repository at this point in the history
  4. cleanup and add more tests

    ianna committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    be8e72a View commit details
    Browse the repository at this point in the history
  5. add tree form test function

    ianna committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    25c936d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. add tests

    ianna committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4b890ce View commit details
    Browse the repository at this point in the history
  2. fix FieldError

    ianna committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6711f70 View commit details
    Browse the repository at this point in the history
  3. use FieldError for nightly only

    ianna committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    296b6d6 View commit details
    Browse the repository at this point in the history
  4. fix typo

    ianna committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5fb586c View commit details
    Browse the repository at this point in the history
  5. one more

    ianna committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9d4889a View commit details
    Browse the repository at this point in the history
  6. last one

    ianna committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    59e803d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    708120f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d5fa00 View commit details
    Browse the repository at this point in the history
  3. fix: offsets from int64 to i64

    ianna committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    36a1b89 View commit details
    Browse the repository at this point in the history
  4. fix: more offsets

    ianna committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a575157 View commit details
    Browse the repository at this point in the history
  5. fix: one more offset type

    ianna committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8f4287e View commit details
    Browse the repository at this point in the history
  6. fix: record form node count

    ianna committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8c1513d View commit details
    Browse the repository at this point in the history
  7. fix: fields

    ianna committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9a26c4e View commit details
    Browse the repository at this point in the history