Skip to content

Commit

Permalink
Add release notes for v0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 26, 2022
1 parent a1ba9f3 commit 9421d32
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Import the `galois` package in Python.
In [1]: import galois

In [2]: galois.__version__
Out[2]: '0.0.32'
Out[2]: '0.0.33'
```

### Create a [`FieldArray`](https://galois.readthedocs.io/en/latest/api/galois.FieldArray/) subclass
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ If this library was useful to you in your research, please cite us. Following th
:hidden:

release-notes/versioning.rst
release-notes/v0.0.33.md
release-notes/v0.0.32.md
release-notes/v0.0.31.md
release-notes/v0.0.30.md
Expand Down
17 changes: 17 additions & 0 deletions docs/release-notes/v0.0.33.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v0.0.33

*Released August 26, 2022*

## Breaking changes

- Modified FEC `encode()`, `detect()`, and `decode()` methods to always return `FieldArray` instances, not `np.ndarray`. ([#397](https://github.com/mhostetter/galois/pull/397))
- Invoke `.view(np.ndarray)` on the output to convert it back to a NumPy array, if needed.

## Changes

- Added support for `ArrayLike` inputs to FEC `encode()`, `detect()`, and `decode()` methods. ([#397](https://github.com/mhostetter/galois/pull/397))
- Modified library packaging to use `pyproject.toml` and a `src/` source code folder. ([#404](https://github.com/mhostetter/galois/pull/404))

## Contributors

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

0 comments on commit 9421d32

Please sign in to comment.