Skip to content

Commit 61459cd

Browse files
committed
Add release notes for v0.4.6
1 parent 67e3b77 commit 61459cd

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

+1-1
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.5'
79+
Out[2]: '0.4.6'
8080
```
8181

8282
### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass

docs/release-notes/v0.4.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,27 @@ tocdepth: 2
8585

8686
- Improved performance of linear algebra over finite fields with prime order. This is achieved by using floating-point
8787
BLAS implementations, where possible. A 10-100x performance improvement is seen. ([#596](https://github.com/mhostetter/galois/pull/596))
88-
- Upgrade documentation styling.
88+
- Upgraded documentation styling.
8989

9090
### Contributors
9191

9292
- Bogdan Reznychenko ([@theodotk](https://github.com/theodotk))
9393
- [@rafaelha](https://github.com/rafaelha)
9494
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
95+
96+
## v0.4.6
97+
98+
*Released April 30, 2025*
99+
100+
### Changes
101+
102+
- Improved performance further of linear algebra over finite fields with prime order. ([#598](https://github.com/mhostetter/galois/pull/598))
103+
- Improved `TypeError` description for arithmetic on `FieldArray` instances with same order but different irreducible polynomials. ([#602](https://github.com/mhostetter/galois/pull/602))
104+
- Fixed bug in `.log()` of scalar 0-dim `FieldArray`s. ([#600](https://github.com/mhostetter/galois/pull/600))
105+
- Fixed bug in typing of `IterableLike`, which didn't support lists of `NDArray`. ([#602](https://github.com/mhostetter/galois/pull/602))
106+
107+
### Contributors
108+
109+
- [@fyellin](https://github.com/fyellin)
110+
- [@rafaelha](https://github.com/rafaelha)
111+
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 commit comments

Comments
 (0)