Skip to content

Commit

Permalink
Change Numpy to NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Jan 24, 2023
1 parent 1b5de08 commit da6b8cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/asdf/release_and_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Release Cycle and Major Dependency Support Policy

This document describes the general plan for releases of the ASDF library, along
with how long we intend to support each release. Moreover, it also describes our
policy for how long we support versions of CPython and Numpy. Note that this is
policy for how long we support versions of CPython and NumPy. Note that this is
a living document, and may be updated at any time.

.. _release_cycle:
Expand Down Expand Up @@ -46,7 +46,7 @@ for these rolling versions will end when the next non-LTS version of ASDF is rel
Dependency Support Policy
=========================

ASDF primarily depends on CPython and Numpy. As a scientific Python library, we
ASDF primarily depends on CPython and NumPy. As a scientific Python library, we
have chosen to abide by the policy laid out in
`NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_. In summary of
``NEP 29`` the following table summarizes this policy:
Expand All @@ -67,7 +67,7 @@ Apr 24, 2026 3.12+ 1.25+

.. _drop_schedule:

CPython and Numpy Drop Schedule
CPython and NumPy Drop Schedule
-------------------------------

::
Expand Down

0 comments on commit da6b8cc

Please sign in to comment.