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 for SciPy 1.8.0 final #15521

Merged
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
18 changes: 3 additions & 15 deletions README.rst
Expand Up @@ -7,24 +7,15 @@
</h1>
</p>

.. image:: https://img.shields.io/circleci/project/github/scipy/scipy/master.svg?label=CircleCI
:target: https://circleci.com/gh/scipy/scipy

.. image:: https://dev.azure.com/scipy-org/SciPy/_apis/build/status/scipy.scipy?branchName=master
:target: https://dev.azure.com/scipy-org/SciPy/_build/latest?definitionId=1?branchName=master

.. image:: https://github.com/scipy/scipy/workflows/macOS%20tests/badge.svg?branch=master
:target: https://github.com/scipy/scipy/actions?query=workflow%3A%22macOS+tests%22
.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
:target: https://numfocus.org

.. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads
:target: https://pypi.org/project/scipy/

.. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads
:target: https://anaconda.org/conda-forge/scipy

.. image:: https://codecov.io/gh/scipy/scipy/branch/master/graph/badge.svg
:target: https://codecov.io/gh/scipy/scipy

.. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg
:target: https://stackoverflow.com/questions/tagged/scipy

Expand All @@ -38,7 +29,7 @@ ODE solvers, and more.

- **Website:** https://scipy.org
- **Documentation:** https://docs.scipy.org/
- **Mailing list:** https://scipy.org/mailing-lists/
- **Mailing list:** https://mail.python.org/mailman3/lists/scipy-dev.python.org/
- **Source code:** https://github.com/scipy/scipy
- **Contributing:** https://scipy.github.io/devdocs/dev/index.html
- **Bug reports:** https://github.com/scipy/scipy/issues
Expand Down Expand Up @@ -83,6 +74,3 @@ comment on a relevant issue that is already open.
If you are new to contributing to open source, `this
guide <https://opensource.guide/how-to-contribute/>`__ helps explain why, what,
and how to get involved.

.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
:target: https://numfocus.org
4 changes: 2 additions & 2 deletions doc/release/1.8.0-notes.rst
Expand Up @@ -2,8 +2,6 @@
SciPy 1.8.0 Release Notes
=========================

.. note:: Scipy 1.8.0 is not released yet!

.. contents::

SciPy 1.8.0 is the culmination of 6 months of hard work. It contains
Expand Down Expand Up @@ -563,6 +561,7 @@ Issues closed for 1.8.0
* `#15316 <https://github.com/scipy/scipy/issues/15316>`__: BUG: Failed to install scipy 1.7.x with pypy 3.7 in aarch64
* `#15339 <https://github.com/scipy/scipy/issues/15339>`__: BUG: \`highs-ds\` returns memoryviews instead of np.arrays for...
* `#15375 <https://github.com/scipy/scipy/issues/15375>`__: BUG: axis argument to scipy.stats.mode does not accept negative...
* `#15517 <https://github.com/scipy/scipy/issues/15517>`__: BUG: Link to mailing list seems broken

***********************
Pull requests for 1.8.0
Expand Down Expand Up @@ -964,4 +963,5 @@ Pull requests for 1.8.0
* `#15418 <https://github.com/scipy/scipy/pull/15418>`__: MAINT: 1.8.0 rc3 backports round 1
* `#15421 <https://github.com/scipy/scipy/pull/15421>`__: BUG: stats: mode: fix negative axis issue with np.moveaxis instead...
* `#15432 <https://github.com/scipy/scipy/pull/15432>`__: MAINT: release branch PROPACK switch (default off)
* `#15515 <https://github.com/scipy/scipy/pull/15515>`__: MAINT: fix broken link and remove CI badges

2 changes: 1 addition & 1 deletion doc/source/dev/gitwash/git_links.inc
Expand Up @@ -64,5 +64,5 @@
.. _`NumPy mailing list`: https://numpy.org/community/
.. _SciPy: https://www.scipy.org
.. _`SciPy github`: https://github.com/scipy/scipy
.. _`SciPy mailing list`: https://scipy.org/mailing-lists/
.. _`SciPy mailing list`: https://mail.python.org/mailman3/lists/scipy-dev.python.org/
.. _`SciPy repository`: https://github.com/scipy/scipy
2 changes: 1 addition & 1 deletion doc/source/index.rst
Expand Up @@ -15,7 +15,7 @@ SciPy documentation
`Source Repository <https://github.com/scipy/scipy>`__ |
`Issues & Ideas <https://github.com/scipy/scipy/issues>`__ |
`Q&A Support <https://stackoverflow.com/questions/tagged/scipy>`__ |
`Mailing List <https://scipy.org/mailing-lists>`__
`Mailing List <https://mail.python.org/mailman3/lists/scipy-dev.python.org/>`__

**SciPy** (pronounced "Sigh Pie") is an open-source software for mathematics,
science, and engineering.
Expand Down