Skip to content

v0.7.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 17 Dec 00:31
· 111 commits to master since this release
v0.7.0
7ad0f0c

v0.7.0 (2019-12-17)

Diff since v0.6.1

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 to Float 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)