Skip to content

Commit

Permalink
Add release notes for v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 9, 2024
1 parent bac4b48 commit c8e7f48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Import the `galois` package in Python.
In [1]: import galois

In [2]: galois.__version__
Out[2]: '0.4.2'
Out[2]: '0.4.3'
```

### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass
Expand Down
15 changes: 15 additions & 0 deletions docs/release-notes/v0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,18 @@ tocdepth: 2
### Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.4.3

*Released December 9, 2024*

### Changes

- Fixed occasional bug in polynomial modular exponentiation. ([#575](https://github.com/mhostetter/galois/issues/575))
- Fixed occasional bug in square root calculation in extension fields with even degree. ([#573](https://github.com/mhostetter/galois/issues/573))

### Contributors

- TDQuering ([@TDQuering](https://github.com/TDQuering))
- maple ([@maple3142](https://github.com/maple3142))
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 comments on commit c8e7f48

Please sign in to comment.