File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11What's new in bigfloat 0.4.0?
22=============================
33
4+ Release date: 2019-12-30
5+
46This minor release adds a number of small features, changes the default
57context to match IEEE 754 quadruple precision (binary128), and fixes support
68for recent Python versions.
79
10+ Thanks to Hugo van Kemenade for contributions to this release.
11+
812New Features
913------------
1014
@@ -28,7 +32,7 @@ Changes
2832-------
2933
3034- The default context now matches IEEE 754 quadruple precision instead
31- of double precision. (#72)
35+ of double precision. (#72, #89, #87 )
3236
3337- Infinities and NaNs are now represented as 'inf' and 'nan' rather
3438 than 'Infinity' and 'NaN', for consistency with the float type, and
@@ -52,6 +56,10 @@ Bugfixes
5256- Fix a test failure with Mpfr 4.0, that was due a change in the value
5357 of ``MPFR_PREC_MIN ``. (#77)
5458
59+ - Fix initialization of the context on background threads. (#91)
60+
61+ - Fix unit tests that changed the context and didn't reset their changes. (#92)
62+
5563Documentation
5664-------------
5765
You can’t perform that action at this time.
0 commit comments