v0.4.9
v0.4.9 (2019-11-15)
Closed issues:
- switch to stdlib Printf (#98)
- InexactError for parsing/conversion (#93)
- Negative exponentiation is flawed (#92)
- string macro naming (#86)
- norm(Dec32[1,2], 2) Inexact error (#57)
Merged pull requests:
- Add compat for BP and SpecialFunctions. (#102) (fredrikekre)
- Set version to 0.4.9 and correct Julia compat. (#101) (fredrikekre)
- Printf reorg / add Project.toml (#99) (jmkuhn)
- fix negative integer powers (#95) (stevengj)
- don't throw InexactError on parsing/conversion (#94) (stevengj)
- Fix deprecations (#88) (femtocleaner[bot])
- use MPFR-style rounding enum (#87) (simonbyrne)