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 0a4813e commit 9c9ff8bCopy full SHA for 9c9ff8b
docs/changelog.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+### 2.0.1 (2024-07-01)
4
+
5
+## Minor Changes
6
7
+- Re-allow iteration on 1-D arrays. A change from 2.0 fixed iter() raising on
8
+ n-D arrays but also made 1-D arrays raise. The standard does not explicitly
9
+ disallow iteration on 1-D arrays, and the default Python `__iter__`
10
+ implementation allows it to work, so for now, it is kept intact as working.
11
12
## 2.0 (2024-06-27)
13
14
### Major Changes
0 commit comments