File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
CyPari 2
2
2
========
3
3
4
- .. image :: https://travis-ci.org/sagemath/cypari2.svg?branch=master
5
- :target: https://travis-ci.org/sagemath/cypari2
6
4
.. image :: https://readthedocs.org/projects/cypari2/badge/?version=latest
7
5
:target: https://cypari2.readthedocs.io/en/latest/?badge=latest
8
6
:alt: Documentation Status
9
7
10
8
A Python interface to the number theory library `PARI/GP <http://pari.math.u-bordeaux.fr/ >`_.
11
9
12
- This library supports both Python 2 and Python 3.
13
-
14
10
Installation
15
11
------------
16
12
@@ -26,7 +22,7 @@ Using pip
26
22
Requirements:
27
23
28
24
- PARI/GP >= 2.9.4 (header files and library)
29
- - Python 2.7 or Python >= 3.4
25
+ - Python >= 3.6
30
26
- pip
31
27
- `cysignals <https://pypi.python.org/pypi/cysignals/ >`_ >= 1.7
32
28
- Cython >= 0.29
@@ -39,7 +35,7 @@ Install cypari2 via the Python Package Index (PyPI) via
39
35
40
36
(the optional option *--user * allows to install cypari2 for a single user
41
37
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.
43
39
44
40
If you want to try the development version use
45
41
@@ -129,13 +125,6 @@ same computations be done via
129
125
The complete documentation of cypari2 is available at http://cypari2.readthedocs.io and
130
126
the PARI/GP documentation at http://pari.math.u-bordeaux.fr/doc.html
131
127
132
- Changelog
133
- ---------
134
-
135
- 2.1.3
136
-
137
- - compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120 `]
138
-
139
128
Contributing
140
129
------------
141
130
You can’t perform that action at this time.
0 commit comments