Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.0.24 #433

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
version: v0.7.3
fail_ci_if_error: false
verbose: true

Expand Down Expand Up @@ -126,6 +127,7 @@ jobs:
# - name: Upload coverage report
# uses: codecov/codecov-action@v3
# with:
# version: v0.7.3
# fail_ci_if_error: false
# verbose: true

Expand Down Expand Up @@ -176,5 +178,6 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
version: v0.7.3
fail_ci_if_error: false
verbose: true
12 changes: 12 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ tocdepth: 2

# v0.0

## v0.0.24

*Released September 5, 2024*

### Changes

- Added support for NumPy 2.1.

### Contributors

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

## v0.0.23

*Released July 28, 2024*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"numba", # Use galois's version limitation
"scipy",
"matplotlib",
"galois == 0.4.1", # Exact match required because of use of internals
"galois == 0.4.2", # Exact match required because of use of internals
"typing_extensions >= 4.0.0", # v4.0.0 is needed for use of Self (Python 3.11+) and Literal (Python 3.8+)
]
dynamic = ["version"]
Expand Down
Loading