Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-griffiths authored Aug 22, 2023
1 parent 6cef9d4 commit 99cebf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ August 2023: version 4.1.1 released
A maintenance release, with some changes to the Array class which is still in 'beta'.

* bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug #283.
* Fix for using numpy integers a integer parameters. Bug #286.
* Fix for using numpy integers as integer parameters. Bug #286.
* Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead.
* Improvements when pretty-printing the Array.
* Array.count() can now count 'nan' values for floating point types.
Expand Down

0 comments on commit 99cebf0

Please sign in to comment.