Skip to content

Commit

Permalink
deprecation of _indices (#69)
Browse files Browse the repository at this point in the history
* deprecation of _indices

* Update inequality/_indices.py

Co-authored-by: James Gaboardi <[email protected]>

* Update inequality/_indices.py

Co-authored-by: James Gaboardi <[email protected]>

* Deprecate indices

* Numpy 2.0 doctest adjustments

* CI: bump codecov action

* isort

* isort everything

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ruff

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* FutureWarnings for indices

---------

Co-authored-by: James Gaboardi <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent 1308082 commit a2fe5ee
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
--doctest-modules
- name: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
Loading

0 comments on commit a2fe5ee

Please sign in to comment.