v0.7.0
v0.7.0 (2019-12-17)
Closed issues:
- Performance regression in
Normed
->Float
conversions on Julia v1.3.0 (#144) - Removing the obsolete promotions for reductions (#137)
rem
returns zero for negative float input on ARMv7 (#134)testapprox
should be moved or inlined (#133)- What is
scaledual
? (#130) - Rounding errors in
Normed
toFloat
conversions (#129) - Info about upcoming removal of packages in the General registry (#128)
- can not convert float to the same or more number of bit fixed point (#102)
- ERROR: LoadError: UndefVarError: promote_sys_size not defined (#99)
Merged pull requests:
- Version 0.7 (#149) (timholy)
- Precompile methods for common types (#148) (timholy)
- Fix performance regression with inlining failure on Julia v1.3.0 (Fixes #144) (#145) (kimikage)
- Remove the obsolete promotions for reductions (Fixes #137) (#141) (kimikage)
- Improve accuracy of conversions to floating-point numbers (#129) (#138) (kimikage)
- Fix
rem
problem with negative float inputs on ARMv7 (Fixes #134) (#136) (kimikage) - Remove
testapprox
dependency and Reduce the number of test cases for display (#133) (#135) (kimikage) - Change
scaledual
to match original intent (#132) (timholy) - Improve accuracy of conversions from floating-point numbers (Fixes #102) (#131) (kimikage)