-
Notifications
You must be signed in to change notification settings - Fork 3
Release v1.60.0 #710
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
Release v1.60.0 #710
Conversation
- Bump version to 1.60.0 - Update CHANGELOG with numpy update details - Trigger auto-release workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRelease v1.60.0 bumps the library version, updates the changelog for the new release, and documents the numpy/dependency updates and resolved hvplot compatibility issues. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `CHANGELOG.md:8-20` </location>
<code_context>
+## [1.60.0] - 2026-01-24
+
+### Changed
+- Updated numpy version constraint from `<=2.2.6` to `<=2.4.1` to support latest numpy releases
+- Updated all dependencies to latest compatible versions through pixi update
+
+### Fixed
+- Resolved historical hvplot compatibility issues with numpy 2.x that were preventing updates
+
+### Technical Details
</code_context>
<issue_to_address>
**suggestion (typo):** Consider using the standard "NumPy" capitalization for the library name, if that matches the rest of the project.
Here, "numpy" appears multiple times; the official spelling is "NumPy". Please align with the rest of the project’s docs/conventions, or ignore if you intentionally standardize on lowercase.
```suggestion
## [1.60.0] - 2026-01-24
### Changed
- Updated NumPy version constraint from `<=2.2.6` to `<=2.4.1` to support latest NumPy releases
- Updated all dependencies to latest compatible versions through pixi update
### Fixed
- Resolved historical hvplot compatibility issues with NumPy 2.x that were preventing updates
### Technical Details
- The NumPy version limitation was due to binary compatibility issues between NumPy 2.0 and hvplot that occurred when NumPy 2.0 was released in June 2024
- These issues have been fully resolved in the ecosystem, with hvplot 0.12.2 now fully compatible with NumPy 2.4.x
- All tests pass successfully with the updated dependencies
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| ## [1.60.0] - 2026-01-24 | ||
|
|
||
| ### Changed | ||
| - Updated numpy version constraint from `<=2.2.6` to `<=2.4.1` to support latest numpy releases | ||
| - Updated all dependencies to latest compatible versions through pixi update | ||
|
|
||
| ### Fixed | ||
| - Resolved historical hvplot compatibility issues with numpy 2.x that were preventing updates | ||
|
|
||
| ### Technical Details | ||
| - The numpy version limitation was due to binary compatibility issues between numpy 2.0 and hvplot that occurred when numpy 2.0 was released in June 2024 | ||
| - These issues have been fully resolved in the ecosystem, with hvplot 0.12.2 now fully compatible with numpy 2.4.x | ||
| - All tests pass successfully with the updated dependencies |
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.
suggestion (typo): Consider using the standard "NumPy" capitalization for the library name, if that matches the rest of the project.
Here, "numpy" appears multiple times; the official spelling is "NumPy". Please align with the rest of the project’s docs/conventions, or ignore if you intentionally standardize on lowercase.
| ## [1.60.0] - 2026-01-24 | |
| ### Changed | |
| - Updated numpy version constraint from `<=2.2.6` to `<=2.4.1` to support latest numpy releases | |
| - Updated all dependencies to latest compatible versions through pixi update | |
| ### Fixed | |
| - Resolved historical hvplot compatibility issues with numpy 2.x that were preventing updates | |
| ### Technical Details | |
| - The numpy version limitation was due to binary compatibility issues between numpy 2.0 and hvplot that occurred when numpy 2.0 was released in June 2024 | |
| - These issues have been fully resolved in the ecosystem, with hvplot 0.12.2 now fully compatible with numpy 2.4.x | |
| - All tests pass successfully with the updated dependencies | |
| ## [1.60.0] - 2026-01-24 | |
| ### Changed | |
| - Updated NumPy version constraint from `<=2.2.6` to `<=2.4.1` to support latest NumPy releases | |
| - Updated all dependencies to latest compatible versions through pixi update | |
| ### Fixed | |
| - Resolved historical hvplot compatibility issues with NumPy 2.x that were preventing updates | |
| ### Technical Details | |
| - The NumPy version limitation was due to binary compatibility issues between NumPy 2.0 and hvplot that occurred when NumPy 2.0 was released in June 2024 | |
| - These issues have been fully resolved in the ecosystem, with hvplot 0.12.2 now fully compatible with NumPy 2.4.x | |
| - All tests pass successfully with the updated dependencies |
Release v1.60.0
This release updates numpy to the latest version and includes important dependency updates.
Changelog
Changed
<=2.2.6to<=2.4.1to support latest numpy releasesFixed
What's Included
Auto-Release
This PR will trigger the auto-release workflow upon merge to publish version 1.60.0 to PyPI.
🤖 Generated with Claude Code
Summary by Sourcery
Prepare the 1.60.0 release by updating the project version and documenting the updated dependency constraints and compatibility fixes.
Bug Fixes:
Enhancements:
Chores: