Merge branch 'bug-fixes'

This commit is contained in:
Stephen Chung
2021-09-19 22:34:47 +08:00
6 changed files with 49 additions and 21 deletions

View File

@@ -51,6 +51,20 @@ Enhancements
* `StaticVec` is changed to keep three items inline instead of four.
Version 1.0.6
=============
Version 1.0.5
=============
Bug fixes
---------
* `FloatWrapper` is no longer erroneously exported under `no_float+internals`.
* The `sign` function now works properly for float values that are `NaN`.
Version 1.0.4
=============