diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a5094a..6f241b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,8 +99,6 @@ jobs: - name: Create release uses: softprops/action-gh-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body_path: description.md files: | diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76122e1..037724e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,8 @@ Release 5.4.0 ------------- -* Added explicit support for NumPy 2, in addition to NumPy 1 +* Added explicit support for NumPy 2, in addition to NumPy 1. +* Made image autorange and histogram more robust (#28). Release 5.3.5 -------------