Skip to content

Commit

Permalink
docs: remove Python 2 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 27, 2024
1 parent 7233312 commit de1bee4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.4.1
- docs: remove Python 2 reference
0.4.0
- ref: support NumPy 2
- setup: migrate to GitHub Actions
Expand Down
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ correlation on a linear scale such as `numpy.correlate <http://docs.scipy.org/do

Installation
------------
Multipletau supports Python 2.7 and Python 3.3+ with a common codebase.
The only requirement for ``multipletau`` is `NumPy <http://www.numpy.org/>`__ (for fast
operations on arrays). Install multipletau from the Python package index:
The only requirement for ``multipletau`` is Python 3.x and
`NumPy <http://www.numpy.org/>`__. Install multipletau from the
Python package index:

::

Expand All @@ -22,7 +22,8 @@ operations on arrays). Install multipletau from the Python package index:
Documentation
-------------

The documentation, including the reference and examples, is available on `readthedocs.io <https://multipletau.readthedocs.io/en/stable/>`__.
The documentation, including the reference and examples, is available
on `readthedocs.io <https://multipletau.readthedocs.io/en/stable/>`__.


Usage
Expand Down
4 changes: 2 additions & 2 deletions multipletau/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
u"""
Multipletau provides a multiple-τ algorithm for Python 2.7 and
Python 3.x with :py:mod:`numpy` as its sole dependency.
Multipletau provides a multiple-τ algorithm Python 3.x with
:py:mod:`numpy` as its sole dependency.
Multiple-τ correlation is computed on a logarithmic scale (less
data points are computed) and is thus much faster than conventional
Expand Down

0 comments on commit de1bee4

Please sign in to comment.