Skip to content

Commit a140a46

Browse files
committed
Add release notes for v0.3.5
1 parent 2e49783 commit a140a46

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

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

8080
In [2]: galois.__version__
81-
Out[2]: '0.3.4'
81+
Out[2]: '0.3.5'
8282
```
8383

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

docs/release-notes/v0.3.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,16 @@ tocdepth: 2
232232
### Contributors
233233

234234
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
235+
236+
## v0.3.5
237+
238+
*Released May 9, 2023*
239+
240+
### Changes
241+
242+
- Added `py.typed` file to indicate to `mypy` and other type checkers that `galois` supports typing. ([#481](https://github.com/mhostetter/galois/pull/481))
243+
- Fixed bug with multiple, concurrent BCH and/or Reed Solomon decoders. ([#484](https://github.com/mhostetter/galois/pull/484))
244+
245+
### Contributors
246+
247+
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 commit comments

Comments
 (0)