-
Notifications
You must be signed in to change notification settings - Fork 73
Update links to animovement #684
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
sfmig
approved these changes
Oct 21, 2025
Contributor
sfmig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks Niko, LGTM
animeshsasan
pushed a commit
to animeshsasan/movement
that referenced
this pull request
Nov 16, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 17, 2025
* Fixing Movement Build step * Testing movement docs deployment * Update contributors list * Update links to SLEAP docs (#681) * improve resulting displacement vectors (#657) * cart2pol now always sets phi=0 when rho=0 * Improve displace vectors computation * deprecate movement.kinematics.compute_displacement * add movement.kinematics.compute_forward_displacement * add movement.kinematics.compute_backward_displacement * adapt examples and docstrings accordingly * adapt tests to the implementation changes * update compute_kinematics example shows the existance of compute_path_length * Add backward displacement to the example. Small edits to wording and flow * Fix double ticks * Deprecation warning after short summary following numpydoc style https://numpydoc.readthedocs.io/en/latest/format.html#deprecation-warning * Factor out deprecation test for kinematics as a general test * Clarify handling of unsigned zeros in cart2pol * Fix rendering bits * Fix broken SLEAP link --------- Co-authored-by: sfmig <[email protected]> * [pre-commit.ci] pre-commit autoupdate (#682) updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * update links to animovement (#684) * Pin netcdf<1.7.3 to fix failing integration tests (#685) * read netCDF file with the engine used for saving them. * Revert "read netCDF file with the engine used for saving them." This reverts commit c8f382e. * exclude problematic versions of xarray * pin xarray version * try upper-pinning h5py and netcdf4 * upper pin only on linux * try upper-pinning only netCDF4 * also try without tables pip dependency * Add documentation to specify Movement require identical keypoints (#150) (#658) * Add documentation to specify that skeleton must be identical for all individuals * Fixed tabs displaying * Fixe tabs displaying * Update docs/source/user_guide/input_output.md Co-authored-by: Niko Sirmpilatze <[email protected]> * remove note from from_file() * Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze <[email protected]> --------- Co-authored-by: Niko Sirmpilatze <[email protected]> * [pre-commit.ci] pre-commit autoupdate (#692) updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Update contributors list (#690) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Bump actions/download-artifact from 5 to 6 (#691) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Revert changes to main * Add function for computing homography transform * Fix unit tests and improve validation * Resolve comments and add more tests * Minor fixes as per comments * Apply suggestion from @niksirbi Co-authored-by: Niko Sirmpilatze <[email protected]> * remove duplicate entry from people --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Niko Sirmpilatze <[email protected]> Co-authored-by: carlocastoldi <[email protected]> Co-authored-by: sfmig <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: CeliaLrt <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Description
What is this PR
Why is this PR needed?
The landing page for
animovementchanged to https://animovement.dev/, see #Movement > animovement update on Zulip.This caused linkcheck to error, because the earlier link is now broken.
What does this PR do?
Updates the link in the README. Note that the link in the docs is autogenerated from the one in the README, so the fix propagates to the docs as well.
References
N/A
How has this PR been tested?
Local docs build and CI docs buid.
Note
CI tests fail for an unrelated reason, and I'm tackling them separately in #685
Is this a breaking change?
No.
Does this PR require an update to the documentation?
No.
Checklist: