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

7.0.0 #449

Merged
merged 38 commits into from
Apr 8, 2024
Merged

7.0.0 #449

merged 38 commits into from
Apr 8, 2024

Commits on Nov 20, 2023

  1. dict key ignore case - fixes #341

    seperman committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fced607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e6ac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17001c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. adding test cases for #344

    seperman committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b775e4f View commit details
    Browse the repository at this point in the history
  2. added one more test for #344

    seperman committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6abf249 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    89ab170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1fc464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b057554 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    4f7253d View commit details
    Browse the repository at this point in the history
  2. ci: use ~= for numpy

    leoslf committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    53de916 View commit details
    Browse the repository at this point in the history
  3. ci: change numpy constraints

    leoslf committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ce618ee View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #451 from leoslf/dev

    python 3.12 CI/build workaround
    seperman authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    87c9129 View commit details
    Browse the repository at this point in the history
  2. Bump orjson from 3.9.7 to 3.9.15

    Bumps [orjson](https://github.com/ijl/orjson) from 3.9.7 to 3.9.15.
    - [Release notes](https://github.com/ijl/orjson/releases)
    - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
    - [Commits](ijl/orjson@3.9.7...3.9.15)
    
    ---
    updated-dependencies:
    - dependency-name: orjson
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fa1d6a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    d705a4b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #452 from seperman/dependabot/pip/orjson-3.9.15

    Bump orjson from 3.9.7 to 3.9.15
    seperman authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a08d550 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #454 from sf-tcalhoun/diff_for_lists_fix

    Fix for bug when diffing two lists with ignore_order and providing compare_func
    seperman authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    71fde30 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    a9bfc08 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #458 from sf-tcalhoun/delta_constructor_fix

    Delta constructor fix for flat_dict_list param (pull request back to dev branch)
    seperman authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    32e62bf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    373cba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a4845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d9b70f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2ad0d1 View commit details
    Browse the repository at this point in the history
  5. adding docs

    seperman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f7f5800 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1910fbe View commit details
    Browse the repository at this point in the history
  7. updating docs

    seperman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dd0d257 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2063331 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd1846f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19793f0 View commit details
    Browse the repository at this point in the history
  11. updating reqs

    seperman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d5f23e9 View commit details
    Browse the repository at this point in the history
  12. updating docs

    seperman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5182bf8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e559cd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    dfe1ea5 View commit details
    Browse the repository at this point in the history
  2. fixing more edge cases

    seperman committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3d3bfd8 View commit details
    Browse the repository at this point in the history
  3. text view only show new_path for iterable item moved OR if

    verbose_level=2 and the new_path is different than path
    seperman committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d76e2e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f84aaad View commit details
    Browse the repository at this point in the history
  5. fixing final tests

    seperman committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    93fd654 View commit details
    Browse the repository at this point in the history
  6. code cov token

    seperman committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ae84266 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6ae868 View commit details
    Browse the repository at this point in the history