Skip to content

Commit ef71ef6

Browse files
authored
Merge pull request #125 from mhvk/prepare-for-2.0.1.1
Prepare for 2.0.1.1
2 parents abd7aca + 5df3112 commit ef71ef6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGES.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
2.0.1 (2023-11-13)
1+
2.0.1.1 (2023-10-19)
2+
====================
3+
- Ensured pyerfa works on PyPy too with the Python limited API. [gh-120]
4+
- Ensure any non-contigous multi-dimensional inputs are recognized
5+
properly, so that, e.g., a non-contiguous matrix is copied as
6+
needed before input to the erfa functions. [gh-124]
7+
8+
2.0.1 (2023-10-13)
29
==================
310

411
- Bundled liberfa version update to v2.0.1, which is derived from SOFA
5-
version 19 (20231011), which has a few bug fixes.
6-
- Fix dangling pointer leading to unexpected behavior with ``-O3``.
7-
- PyERFA now only uses the Python limited API.
8-
- Ensure things work under python 3.12 and recent setuptools-scm.
12+
version 19 (20231011), which has a few bug fixes. [gh-118]
13+
- Fix dangling pointer leading to unexpected behavior with ``-O3``. [gh-104]
14+
- PyERFA now only uses the Python limited API. [gh-94]
15+
- Ensure things work under python 3.12 and recent setuptools-scm. [gh-113]
916

1017
2.0.0.3 (2023-03-22)
1118
====================

0 commit comments

Comments
 (0)