File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Import the `galois` package in Python.
76
76
In [1 ]: import galois
77
77
78
78
In [2 ]: galois.__version__
79
- Out[2 ]: ' 0.4.3 '
79
+ Out[2 ]: ' 0.4.4 '
80
80
```
81
81
82
82
### Create a [ ` FieldArray ` ] ( https://mhostetter.github.io/galois/latest/api/galois.FieldArray/ ) subclass
Original file line number Diff line number Diff line change @@ -62,3 +62,17 @@ tocdepth: 2
62
62
- TDQuering ([ @TDQuering ] ( https://github.com/TDQuering ) )
63
63
- maple ([ @maple3142 ] ( https://github.com/maple3142 ) )
64
64
- Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
65
+
66
+ ## v0.4.4
67
+
68
+ * Released January 21, 2025*
69
+
70
+ ### Changes
71
+
72
+ - Added support for Python 3.13. ([ #587 ] ( https://github.com/mhostetter/galois/pull/587 ) )
73
+ - Added support for NumPy 2.1. ([ #587 ] ( https://github.com/mhostetter/galois/pull/587 ) )
74
+ - Added support for Numba 0.61. ([ #587 ] ( https://github.com/mhostetter/galois/pull/587 ) )
75
+
76
+ ### Contributors
77
+
78
+ - Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
You can’t perform that action at this time.
0 commit comments