bump minor version#325
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #325 +/- ##
==========================================
+ Coverage 92.92% 96.42% +3.50%
==========================================
Files 7 7
Lines 735 784 +49
==========================================
+ Hits 683 756 +73
+ Misses 52 28 -24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
from google antigravity: Here are the key breaking or behavioral changes you should be aware of when upgrading from 1. Silent Overflow in Normed Multiplication (Breaking Change)• In v0.8.5: The * operator on Normed types was explicitly overridden to use checked 2. Printing & String Representations (Breaking Change)• In v0.8.5: print(x) fell back to show(x) and output the number with its type suffix 3. Range Length Behavior (Behavioral Change)• In v0.8.5: Calling length on step ranges of fixed-point numbers that overflowed would 4. Deprecation Warnings (Potential Future Breaks)If users use internal or fallback APIs, they will now receive deprecation warnings in • typechar : Deprecated in favor of type_prefix (which returns symbols like :Q instead |
@kimikage had described the master branch as "dev". tests pass though. so we'll release it into the wild. let us know if any downstream dependencies break, and use v0.8.6 in the meantime.