We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cef9d4 commit 99cebf0Copy full SHA for 99cebf0
release_notes.txt
@@ -8,7 +8,7 @@ August 2023: version 4.1.1 released
8
A maintenance release, with some changes to the Array class which is still in 'beta'.
9
10
* bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug #283.
11
-* Fix for using numpy integers a integer parameters. Bug #286.
+* Fix for using numpy integers as integer parameters. Bug #286.
12
* Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead.
13
* Improvements when pretty-printing the Array.
14
* Array.count() can now count 'nan' values for floating point types.
0 commit comments