-
-
Notifications
You must be signed in to change notification settings - Fork 226
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.1.0 #483
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #483 +/- ##
==========================================
- Coverage 96.70% 96.52% -0.19%
==========================================
Files 14 14
Lines 3946 3971 +25
==========================================
+ Hits 3816 3833 +17
- Misses 130 138 +8 ☔ View full report in Codecov by Sentry. |
relax orderly-set dependency
Add print() option
DeepHash: check numpy booleans like native booleans
of attributes in dict
- v8-0-1 | ||
- Bugfix. Numpy should be optional. | ||
- Added `prefix` option to `pretty()` |
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.
Hello, is the release still planned? Also got a small patch for the changelog:
- v8-0-1 | |
- Bugfix. Numpy should be optional. | |
- Added `prefix` option to `pretty()` | |
- v8-1-0 | |
- Fixed slots-classes comparison. | |
- Added `prefix` option to `pretty()` | |
- Relax `orderly-set` dependency. | |
- Fixes hashing of numpy boolean values. | |
- v8-0-1 | |
- Bugfix. Numpy should be optional. |
Fixed #493 include_paths, when only certain keys are included
__slots__
comparison when the attribute doesn't exist.