Releases: JuliaMath/FixedPointNumbers.jl
Releases · JuliaMath/FixedPointNumbers.jl
v0.8.5
v0.8.4
v0.8.3
FixedPointNumbers v0.8.3
Closed issues:
Merged pull requests:
v0.8.2
FixedPointNumbers v0.8.2
Closed issues:
- [RFC] Promotion rules for overflow reduction (#167)
Merged pull requests:
v0.8.1
FixedPointNumbers v0.8.1
Merged pull requests:
v0.8.0
v0.8.0 (2020-02-03)
Closed issues:
- Optimizing
Fixed
-->Float
conversions (#171) - Float64->UInt8 unexpectedly get affected in v0.7.0 (#164)
- Problems with conversions from
Rational
(#157) - [RFC] Acceptable input ranges (#156)
- Upper limit of the number of fractional bits
f
(#155) - Inconsistent
Integer
results (#154) - Adding rounding functions for
Fixed
(#153) - Rounding errors in
rem
ofNormed
(#150) - [RFC/Coffee Break] What about a new type
NormedFloat
? (#147) - isinteger(::Normed) incorrect (#120)
Merged pull requests:
- Version 0.8.0 (#175) (kimikage)
- Optimize
Fixed
-->Float
conversions (#172) (kimikage) - Modify Fixed constructors (#170) (kimikage)
- Add support for
Normed
construction fromRational
(Fixes #157) (#169) (kimikage) - [RFC] Commonize further code between
Fixed
andNormed
(#168) (kimikage) - Improve accuracy of
rem
withNormed
types (e.g.::Float32 % N0f32
) (#166) (kimikage) - Fix
isinteger
(#165) (kimikage) - Fix range construction and
length
(#163) (timholy) - Work around JuliaLang/julia#34121 (#160) (kimikage)
- [RFC] Add depwarn in constructor of Fixed{T,f} where f == 8sizeof(T) (#159) (kimikage)
- Add rounding functions for
Fixed
(Fixes #153) (#158) (kimikage) - Commonize code between
Fixed
andNormed
(#151) (kimikage)
v0.7.1
v0.7.1 (2020-01-07)
Merged pull requests:
- Work around JuliaLang/julia#34121 and Release 0.7.1 (#161) (kimikage)
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)
v0.6.1
v0.6.0
Switch to Project.toml