Skip to content

Commit ff701fe

Browse files
committed
update doc for ci changes
1 parent cd5ce89 commit ff701fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/releases/0.14.0.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ Neo now has a limit of NumPy >= 1.22.4
1717
CI Improvements
1818
---------------
1919

20-
A bug in the CI was fixed which ensures testing on the lowest (3.9) and highest (3.13) supported Python versions for :code:`RawIO` and :code:`IO` testing.
20+
To ensure compatiblility between pre- and post- NumPy 2.0 the CI was changed to test on the lowest supported Python (3.9) and
21+
the highest supported Python (3.13) each with NumPy 1.26 as well as NumPy 2.0 for all :code:`RawIO` and :code:`IO` tests.
22+
23+
We also no longer use a cached conda env for testing as we see that there is no speed benefit to caching and we had some issues
24+
with the caches getting corrupted.
2125

2226
Testing of additional Python-NumPy combinations for core tests were added (NumPy 2.0 and 2.1 with their respective Python versions).
2327

0 commit comments

Comments
 (0)