Skip to content

8.5.0 #545

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

8.5.0 #545

wants to merge 6 commits into from

Conversation

seperman
Copy link
Owner

@seperman seperman commented May 3, 2025

  • Updating deprecated pydantic calls

seperman and others added 6 commits March 26, 2025 20:12
This fixes the bug described in [issue 534](#534).
This fixes issue #540. Before this change the reference params were being swapped right after there was a move. This is because the move needed to have the original paths, but child changes needed the new paths. The problem was that nested moves swapped the reference parameters again after the move was recorded. This made the paths inaccurate since the parent did not have the params swapped but the child did.

Instead, we are no longer swapping when building the tree, but rather when we request the paths. The paths will not be swapped for the iterable_item_moved but it will be swapped for all other changes if there was a parent with an iterable_item_moved.
Fix recursion depth limit when hashing numpy.datetime64
Fix for moving nested tables when using iterable_compare_func.
@seperman seperman changed the title 8.4.3 8.5.0 May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants