Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions content/en/news.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
title: News
sidebar: false
newsHeader: SciPy 1.16.1 released!
date: 2025-07-27
newsHeader: SciPy 1.16.2 released!
date: 2025-09-11
---

### SciPy 1.16.2 released

_September 11, 2025_ -- SciPy 1.16.2 has been released! This is the
first stable release to provide Windows on ARM wheels on PyPI.

### SciPy 1.16.1 released

_July 27, 2025_ -- SciPy 1.16.1 has been released! This is the
Expand Down Expand Up @@ -241,6 +246,7 @@ Here is a list of SciPy releases, with links to release notes. Bugfix
releases (only the `z` changes in the `x.y.z` version number) have no new
features; minor releases (the `y` increases) do.

- SciPy 1.16.2 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.2)) -- _2025-09-11_.
- SciPy 1.16.1 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.1)) -- _2025-07-27_.
- SciPy 1.16.0 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.0)) -- _2025-06-22_.
- SciPy 1.15.3 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.15.3)) -- _2025-05-08_.
Expand Down
Loading