-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
NEWS
41 lines (33 loc) · 1.5 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
==================
cypari2 change log
==================
v2.2.0
------
- Require cysignals >= 1.11.3, use the signal hook
[`https://github.com/sagemath/cypari2/pull/130`] by @kliem
- Require Cython >= 3.0, use the trashcan for class Gen
[`https://github.com/sagemath/cypari2/pull/77`] by @jdemeyer
v2.1.5
------
- build wheels for PyPI [`https://github.com/sagemath/cypari2/pull/141`] by @mkoeppe
- add missing `noexcept` clauses for Cython 3 [`https://github.com/sagemath/cypari2/pull/160`]
by @tornaria
- require Python >= 3.9 [`https://github.com/sagemath/cypari2/pull/155`] by @saraedum
- modernize Python metadata [`https://github.com/sagemath/cypari2/pull/158`] by @mkoeppe
- add input checking for matrix indices [`https://github.com/sagemath/cypari2/pull/149`]
by @fchapoton
- coding style improvements [`https://github.com/sagemath/cypari2/pull/148`,
`https://github.com/sagemath/cypari2/pull/150`,
`https://github.com/sagemath/cypari2/pull/151`,
`https://github.com/sagemath/cypari2/pull/156`,
`https://github.com/sagemath/cypari2/pull/157`,
`https://github.com/sagemath/cypari2/pull/159`] by @fchapoton
v2.1.4
------
- compatibility with Python 3.12 [`https://github.com/sagemath/cypari2/pull/138`]
- compatibility with Cython 3 [`https://github.com/sagemath/cypari2/pull/139`]
- declare build dependencies in `pyproject.toml` [`https://github.com/sagemath/cypari2/pull/139`]
v2.1.3
------
- compatibility with PARI 2.15
- compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120`]