8000 Merge pull request #24722 from charris/prepare-1.26.0-release · rbavery/numpy@d35cd07 · GitHub
[go: up one dir, main page]

Skip to content

Commit d35cd07

Browse files
authored
Merge pull request numpy#24722 from charris/prepare-1.26.0-release
REL: Prepare for the NumPy 1.26.0 release
2 parents c550abf + 2f7c195 commit d35cd07

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

doc/changelog/1.26.0-changelog.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
Contributors
33
============
44

5-
A total of 18 people contributed to this release. People with a "+" by their
5+
A total of 20 people contributed to this release. People with a "+" by their
66
names contributed a patch for the first time.
77

88
* @DWesl
99
* Albert Steppi +
1010
* Bas van Beek
1111
* Charles Harris
1212
* Developer-Ecosystem-Engineering
13+
* Filipe Laíns +
1314
* Jake Vanderplas
15+
* Liang Yan +
1416
* Marten van Kerkwijk
1517
* Matti Picus
1618
* Melissa Weber Mendonça
@@ -27,7 +29,7 @@ names contributed a patch for the first time.
2729
Pull requests merged
2830
====================
2931

30-
A total of 51 pull requests were merged for this release.
32+
A total of 59 pull requests were merged for this release.
3133

3234
* `#24305 <https://github.com/numpy/numpy/pull/24305>`__: MAINT: Prepare 1.26.x branch for development
3335
* `#24308 <https://github.com/numpy/numpy/pull/24308>`__: MAINT: Massive update of files from main for numpy 1.26
@@ -80,3 +82,11 @@ A total of 51 pull requests were merged for this release.
8082
* `#24638 <https://github.com/numpy/numpy/pull/24638>`__: MAINT: Bump actions/checkout from 3.6.0 to 4.0.0
8183
* `#24647 <https://github.com/numpy/numpy/pull/24647>`__: ENH: ``meson`` backend for ``f2py``
8284
* `#24648 <https://github.com/numpy/numpy/pull/24648>`__: MAINT: Refactor partial load Workaround for Clang
85+
* `#24653 <https://github.com/numpy/numpy/pull/24653>`__: REL: Prepare for the NumPy 1.26.0rc1 release.
86+
* `#24659 <https://github.com/numpy/numpy/pull/24659>`__: BLD: allow specifying the long double format to avoid the runtime...
87+
* `#24665 <https://github.com/numpy/numpy/pull/24665>`__: BLD: fix bug in random.mtrand extension, don't link libnpyrandom
88+
* `#24675 <https://github.com/numpy/numpy/pull/24675>`__: BLD: build wheels for 32-bit Python on Windows, using MSVC
89+
* `#24700 <https://github.com/numpy/numpy/pull/24700>`__: BLD: fix issue with compiler selection during cross compilation
90+
* `#24701 <https://github.com/numpy/numpy/pull/24701>`__: BUG: Fix data stmt handling for complex values in f2py
91+
* `#24707 <https://github.com/numpy/numpy/pull/24707>`__: TYP: Add annotations for the py3.12 buffer protocol
92+
* `#24718 <https://github.com/numpy/numpy/pull/24718>`__: DOC: fix a few doc build issues on 1.26.x and update `spin docs`...

doc/source/release/1.26.0-notes.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The highlights of this release are:
2222
- Use of the Meson build system
2323
- Updated SIMD support
2424
- f2py fixes, meson and bind(x) support
25+
- Support for the updated Accelerate BLAS/LAPACK library
2526

2627
The Python versions supported in this release are 3.9-3.12.
2728

@@ -145,15 +146,17 @@ therefore would like to see all potential blockers surfaced early on in the
145146
Contributors
146147
============
147148

148-
A total of 18 people contributed to this release. People with a "+" by their
149+
A total of 20 people contributed to this release. People with a "+" by their
149150
names contributed a patch for the first time.
150151

151152
* @DWesl
152153
* Albert Steppi +
153154
* Bas van Beek
154155
* Charles Harris
155156
* Developer-Ecosystem-Engineering
157+
* Filipe Laíns +
156158
* Jake Vanderplas
159+
* Liang Yan +
157160
* Marten van Kerkwijk
158161
* Matti Picus
159162
* Melissa Weber Mendonça
@@ -171,7 +174,7 @@ names contributed a patch for the first time.
171174
Pull requests merged
172175
====================
173176

174-
A total of 51 pull requests were merged for this release.
177+
A total of 59 pull requests were merged for this release.
175178

176179
* `#24305 <https://github.com/numpy/numpy/pull/24305>`__: MAINT: Prepare 1.26.x branch for development
177180
* `#24308 <https://github.com/numpy/numpy/pull/24308>`__: MAINT: Massive update of files from main for numpy 1.26
@@ -224,3 +227,11 @@ A total of 51 pull requests were merged for this release.
224227
* `#24638 <https://github.com/numpy/numpy/pull/24638>`__: MAINT: Bump actions/checkout from 3.6.0 to 4.0.0
225228
* `#24647 <https://github.com/numpy/numpy/pull/24647>`__: ENH: ``meson`` backend for ``f2py``
226229
* `#24648 <https://github.com/numpy/numpy/pull/24648>`__: MAINT: Refactor partial load Workaround for Clang
230+
* `#24653 <https://github.com/numpy/numpy/pull/24653>`__: REL: Prepare for the NumPy 1.26.0rc1 release.
231+
* `#24659 <https://github.com/numpy/numpy/pull/24659>`__: BLD: allow specifying the long double format to avoid the runtime...
232+
* `#24665 <https://github.com/numpy/numpy/pull/24665>`__: BLD: fix bug in random.mtrand extension, don't link libnpyrandom
233+
* `#24675 <https://github.com/numpy/numpy/pull/24675>`__: BLD: build wheels for 32-bit Python on Windows, using MSVC
234+
* `#24700 <https://github.com/numpy/numpy/pull/24700>`__: BLD: fix issue with compiler selection during cross compilation
235+
* `#24701 <https://github.com/numpy/numpy/pull/24701>`__: BUG: Fix data stmt handling for complex values in f2py
236+
* `#24707 <https://github.com/numpy/numpy/pull/24707>`__: TYP: Add annotations for the py3.12 buffer protocol
237+
* `#24718 <https://github.com/numpy/numpy/pull/24718>`__: DOC: fix a few doc build issues on 1.26.x and update `spin docs`...

numpy/f2py/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class _F2PyDict(_F2PyDictBase, total=False):
1414
ltx: list[str]
1515

1616
__all__: list[str]
17-
__path__: list[str]
1817
test: PytestTester
1918

2019
def run_main(comline_list: Iterable[str]) -> dict[str, _F2PyDict]: ...

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires = [
1717

1818
[project]
1919
name = "numpy"
20-
version = "1.26.0rc1"
20+
version = "1.26.0"
2121
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
2222
license = {file = "LICENSE.txt"}
2323

pyproject.toml.setuppy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
44
[project]
55
name = "numpy"
6-
version = "1.26.0rc1"
6+
version = "1.26.0"
77

88
[build-system]
99
requires = [

0 commit comments

Comments
 (0)
0