We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59611f commit a2c501dCopy full SHA for a2c501d
.github/workflows/ci.yml
@@ -99,8 +99,6 @@ jobs:
99
100
- name: Create release
101
uses: softprops/action-gh-release@v2
102
- env:
103
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
with:
105
body_path: description.md
106
files: |
CHANGELOG.rst
@@ -1,7 +1,8 @@
1
Release 5.4.0
2
-------------
3
4
-* Added explicit support for NumPy 2, in addition to NumPy 1
+* Added explicit support for NumPy 2, in addition to NumPy 1.
5
+* Made image autorange and histogram more robust (#28).
6
7
Release 5.3.5
8
0 commit comments