From c88b6609e89966c4e794f8ebe64c662918434cff Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 30 Mar 2024 02:59:49 -0400 Subject: [PATCH] docs: prepare for 1.4.1 Signed-off-by: Henry Schreiner --- .github/CONTRIBUTING.md | 3 +-- .github/workflows/pr.yml | 2 +- docs/changelog.md | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ab3d4764..51798679 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -265,8 +265,7 @@ end - Finish merging open PRs that you want in the new version - Add most recent changes to the `docs/CHANGELOG.md` - Sync master with develop using `git checkout master; git merge develop --ff-only` and push -- Make sure the full wheel build runs on master without issues (will happen - automatically on push to master) +- Make sure the full wheel build runs on master without issues (manually trigger if needed) - Make the GitHub release in the GitHub UI. Copy the changelog entries and links for that version; this has to be done as part of the release and tag procedure for archival tools (Zenodo) to pick them up correctly. diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eb016b13..c3b325e0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,7 +6,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true diff --git a/docs/changelog.md b/docs/changelog.md index f703b160..3dc8376b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,29 @@ ## Version 1.4 +### Version 1.4.1 + +#### Features + +- NumPy 2 support. [#918][] +- 32-bit Windows Python 3.12 wheel added (matching NumPy). [#920][] + +#### Bugfixes + +- Support filling Integer axes with unsigned integers [#917][] +- Avoid triggering NumPy 2 dev release install on Python 3.12. [#914][] + +#### Backend and docs + +- Add missing API docs [#909][] +- Use boost 1.84 [#920][] + +[#909]: https://github.com/scikit-hep/boost-histogram/pull/909 +[#914]: https://github.com/scikit-hep/boost-histogram/pull/914 +[#917]: https://github.com/scikit-hep/boost-histogram/pull/917 +[#918]: https://github.com/scikit-hep/boost-histogram/pull/918 +[#920]: https://github.com/scikit-hep/boost-histogram/pull/920 + ### Version 1.4.0 #### Features