File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,25 @@ The rules for this file:
1313 * accompany each entry with github issue/PR number (Issue #xyz)
1414
1515------------------------------------------------------------------------------
16- 12/09/2025 ollyfutur
17- * 1.0.4
16+ ??/??/???? IAlibay, ollyfutur
17+ * 1.1.0
1818
1919 Changes
2020
21- * `Grid` now accepts binary operations with operands that can be broadcasted
22- to the grid's shape according to `numpy` broadcasting rules (PR #142)
21+ * Python 3.13 and 3.14 are now supported (PR #140)
22+ * Support for Python 3.9 and 3.10 is now dropped as per SPEC0 (PR #140)
23+
24+ Enhancements
25+
26+ * `Grid` now accepts binary operations with any operand that can be
27+ broadcasted to the grid's shape according to `numpy` broadcasting rules
28+ (PR #142)
2329
2430 Fixes
2531
2632 * Attempting binary operations on grids with different edges now raises an
2733 exception (PR #142)
2834
29- ??/??/???? IAlibay
30- * 1.0.3
31-
32- Changes
33-
34- * Python 3.13 and 3.14 are now supported (PR #140)
35- * Support for Python 3.9 and 3.10 is now dropped as per SPEC0 (PR #140)
3635
373610/21/2023 IAlibay, orbeckst, lilyminium
3837
You can’t perform that action at this time.
0 commit comments