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.1.0 #483

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

8.1.0 #483

wants to merge 20 commits into from

Conversation

seperman
Copy link
Owner

@seperman seperman commented Sep 11, 2024

  • Removing deprecated lines from setup.py
  • Fixes __slots__ comparison when the attribute doesn't exist.
  • Relaxing orderly-set reqs

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

Attention: Patch coverage is 93.93939% with 2 lines in your changes missing coverage. Please review.

Project coverage is 96.52%. Comparing base (6d8a4c7) to head (32d60a9).

Files with missing lines Patch % Lines
deepdiff/deephash.py 66.66% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Comment on lines 4 to +6
- v8-0-1
- Bugfix. Numpy should be optional.
- Added `prefix` option to `pretty()`

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:

Suggested change
- 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.

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.

5 participants