Skip to content

Commit

Permalink
simplify README and create NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Nov 11, 2022
1 parent f213639 commit d9fc8ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==================
cypari2 change log
==================

v2.1.3
------

- compatibility with PARI 2.15
- compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120`]


15 changes: 2 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
CyPari 2
========

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

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

This library supports both Python 2 and Python 3.

Installation
------------

Expand All @@ -26,7 +22,7 @@ Using pip
Requirements:

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

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

If you want to try the development version use

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

Changelog
---------

2.1.3

- compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120`]

Contributing
------------

Expand Down

0 comments on commit d9fc8ef

Please sign in to comment.