Skip to content

Commit d9fc8ef

Browse files
committed
simplify README and create NEWS
1 parent f213639 commit d9fc8ef

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

NEWS

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
==================
2+
cypari2 change log
3+
==================
4+
5+
v2.1.3
6+
------
7+
8+
- compatibility with PARI 2.15
9+
- compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120`]
10+
11+

README.rst

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
CyPari 2
22
========
33

4-
.. image:: https://travis-ci.org/sagemath/cypari2.svg?branch=master
5-
:target: https://travis-ci.org/sagemath/cypari2
64
.. image:: https://readthedocs.org/projects/cypari2/badge/?version=latest
75
:target: https://cypari2.readthedocs.io/en/latest/?badge=latest
86
:alt: Documentation Status
97

108
A Python interface to the number theory library `PARI/GP <http://pari.math.u-bordeaux.fr/>`_.
119

12-
This library supports both Python 2 and Python 3.
13-
1410
Installation
1511
------------
1612

@@ -26,7 +22,7 @@ Using pip
2622
Requirements:
2723

2824
- PARI/GP >= 2.9.4 (header files and library)
29-
- Python 2.7 or Python >= 3.4
25+
- Python >= 3.6
3026
- pip
3127
- `cysignals <https://pypi.python.org/pypi/cysignals/>`_ >= 1.7
3228
- Cython >= 0.29
@@ -39,7 +35,7 @@ Install cypari2 via the Python Package Index (PyPI) via
3935

4036
(the optional option *--user* allows to install cypari2 for a single user
4137
and avoids using pip with administrator rights). Depending on your operating
42-
system the pip command might also be called pip2 or pip3.
38+
system the pip command might also be called pip3.
4339

4440
If you want to try the development version use
4541

@@ -129,13 +125,6 @@ same computations be done via
129125
The complete documentation of cypari2 is available at http://cypari2.readthedocs.io and
130126
the PARI/GP documentation at http://pari.math.u-bordeaux.fr/doc.html
131127

132-
Changelog
133-
---------
134-
135-
2.1.3
136-
137-
- compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120`]
138-
139128
Contributing
140129
------------
141130

0 commit comments

Comments
 (0)