File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Import the `galois` package in Python.
7878In [1 ]: import galois
7979
8080In [2 ]: galois.__version__
81- Out[2 ]: ' 0.3.7 '
81+ Out[2 ]: ' 0.3.8 '
8282```
8383
8484### Create a [ ` FieldArray ` ] ( https://mhostetter.github.io/galois/latest/api/galois.FieldArray/ ) subclass
Original file line number Diff line number Diff line change @@ -278,3 +278,18 @@ tocdepth: 2
278278
279279- [ @avadov ] ( https://github.com/avadov )
280280- Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
281+
282+ ## v0.3.8
283+
284+ * Released February 1, 2024*
285+
286+ ### Changes
287+
288+ - Added support for Python 3.12. ([ #534 ] ( https://github.com/mhostetter/galois/pull/534 ) )
289+ - Added support for NumPy 1.26. ([ #534 ] ( https://github.com/mhostetter/galois/pull/534 ) )
290+ - Added support for Numba 0.59. ([ #534 ] ( https://github.com/mhostetter/galois/pull/534 ) )
291+ - Fixed bug in ` FieldArray.multiplicative_order() ` for large fields. ([ #533 ] ( https://github.com/mhostetter/galois/pull/533 ) )
292+
293+ ### Contributors
294+
295+ - Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
You can’t perform that action at this time.
0 commit comments