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

8.0.0 #460

Merged
merged 28 commits into from
Aug 27, 2024
Merged

8.0.0 #460

merged 28 commits into from
Aug 27, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    5f25cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429b348 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. switched back from OrderlySet to StableSet because OrderlySet was

    returning unordered sets when any operation other than add or remove was
    done on the OrderlySet
    seperman committed May 17, 2024
    Configuration menu
    Copy the full SHA
    872a45a View commit details
    Browse the repository at this point in the history
  2. switching to StableSetEq

    seperman committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e04a5e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    283ffb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b78fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a739a50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff6ff87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d97ea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. serializing reversed lists

    seperman committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d07f7f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4770dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281312e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e603cd3 View commit details
    Browse the repository at this point in the history
  5. adding req file

    seperman committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1846b7b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 1, 2024

  1. Merge pull request #467 from TyberiusPrime/pandas_polars

    feature: optional pandas and polars support
    seperman authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ee36c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa949b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7be3204 View commit details
    Browse the repository at this point in the history
  4. fixing 3.8

    seperman committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a165264 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 24, 2024

  1. Fix for iterable moved items what are found with iterable_compare_func.

    To stay consistent with other types of reporting, moved items
    should be relative to t2. Also, moved items should branch deeper
    to look for more nested changes (similar to item added and removed).
    dtorres-sf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    80de733 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Only swap i and j when reporting items moved if using iterable_compar…

    …e_func.
    
    Fix unittests to represent the branching deeper
    dtorres-sf committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    33def72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d478a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fixing codecov

    seperman committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8f51a34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #473 from surefyresystems/iterable_compare_func_fixes

    Fix for iterable moved items what are found with iterable_compare_func
    seperman authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fe70fa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8fd305 View commit details
    Browse the repository at this point in the history
  4. leaving notes for the future

    seperman committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3228f4b View commit details
    Browse the repository at this point in the history
  5. adding docs

    seperman committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8a7a004 View commit details
    Browse the repository at this point in the history