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

Announce SciPy 1.14.1 #589

Merged
merged 1 commit into from
Aug 21, 2024
Merged
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.14.0 released!
date: 2024-06-24
newsHeader: SciPy 1.14.1 released!
date: 2024-08-20
---

### SciPy 1.14.1 released

_August 20, 2024_ -- SciPy 1.14.1 has been released! This is the first
stable release to support Python 3.13, including PyPI wheels.

### SciPy 1.14.0 released

_June 24, 2024_ -- SciPy 1.14.0 has been released!
Expand Down Expand Up @@ -209,6 +214,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.14.1 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.14.1)) -- _2024-08-20_.
- SciPy 1.14.0 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.14.0)) -- _2024-06-24_.
- SciPy 1.13.1 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.13.1)) -- _2024-05-22_.
- SciPy 1.13.0 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.13.0)) -- _2024-04-02_.
Expand Down
Loading