Skip to content

Commit

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

In [2]: galois.__version__
Out[2]: '0.3.4'
Out[2]: '0.3.5'
```

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

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

## v0.3.5

*Released May 9, 2023*

### Changes

- Added `py.typed` file to indicate to `mypy` and other type checkers that `galois` supports typing. ([#481](https://github.com/mhostetter/galois/pull/481))
- Fixed bug with multiple, concurrent BCH and/or Reed Solomon decoders. ([#484](https://github.com/mhostetter/galois/pull/484))

### Contributors

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

0 comments on commit a140a46

Please sign in to comment.