File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Import the `galois` package in Python.
7676In [1 ]: import galois
7777
7878In [2 ]: galois.__version__
79- Out[2 ]: ' 0.4.4 '
79+ Out[2 ]: ' 0.4.5 '
8080```
8181
8282### Create a [ ` FieldArray ` ] ( https://mhostetter.github.io/galois/latest/api/galois.FieldArray/ ) subclass
Original file line number Diff line number Diff line change @@ -76,3 +76,19 @@ tocdepth: 2
7676### Contributors
7777
7878- Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
79+
80+ ## v0.4.5
81+
82+ * Released April 13, 2025*
83+
84+ ### Changes
85+
86+ - Improved performance of linear algebra over finite fields with prime order. This is achieved by using floating-point
87+ BLAS implementations, where possible. A 10-100x performance improvement is seen. ([ #596 ] ( https://github.com/mhostetter/galois/pull/596 ) )
88+ - Upgrade documentation styling.
89+
90+ ### Contributors
91+
92+ - Bogdan Reznychenko ([ @theodotk ] ( https://github.com/theodotk ) )
93+ - [ @rafaelha ] ( https://github.com/rafaelha )
94+ - Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
You can’t perform that action at this time.
0 commit comments