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

MAINT: prepare 1.26.x for further development #24929

Merged
merged 1 commit into from
Oct 14, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
.. toctree::
:maxdepth: 3

1.26.2 <release/1.26.2-notes>
1.26.1 <release/1.26.1-notes>
1.26.0 <release/1.26.0-notes>
1.25.2 <release/1.25.2-notes>
Expand Down
18 changes: 18 additions & 0 deletions doc/source/release/1.26.2-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. currentmodule:: numpy

==========================
NumPy 1.26.2 Release Notes
==========================

NumPy 1.26.2 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.1 release. The 1.26.release series is the last
planned minor release series before NumPy 2.0. The Python versions supported by
this release are 3.9-3.12.

Contributors
============


Pull requests merged
====================

2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/1.26.1-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.26.2-notes.rst'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires = [

[project]
name = "numpy"
version = "1.26.1"
version = "1.26.2"
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
license = {file = "LICENSE.txt"}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml.setuppy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
[project]
name = "numpy"
version = "1.26.1"
version = "1.26.2"

[build-system]
requires = [
Expand Down