Skip to content

Commit 37a38d4

Browse files
authored
Changelog updates (#93)
* Add a couple more missing changelog entries * Acknowledge third-party contributions * Add release date
1 parent e5ef303 commit 37a38d4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
What's new in bigfloat 0.4.0?
22
=============================
33

4+
Release date: 2019-12-30
5+
46
This minor release adds a number of small features, changes the default
57
context to match IEEE 754 quadruple precision (binary128), and fixes support
68
for recent Python versions.
79

10+
Thanks to Hugo van Kemenade for contributions to this release.
11+
812
New 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+
5563
Documentation
5664
-------------
5765

0 commit comments

Comments
 (0)