Skip to content

Commit 5548ef0

Browse files
committed
Add release notes for v0.4.5
1 parent a5031b6 commit 5548ef0

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Import the `galois` package in Python.
7676
In [1]: import galois
7777

7878
In [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

docs/release-notes/v0.4.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)