-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
35 lines (22 loc) · 1.13 KB
/
NEWS
File metadata and controls
35 lines (22 loc) · 1.13 KB
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
sagemath-giac-0.1.4 (2026-03-22)
* Support Cython 3.2 (thanks to Antonio Rojas).
sagemath-giac-0.1.3 (2025-05-10)
* Restore build system support for system installations of SageMath
that don't have a top-level __init__.py.
sagemath-giac-0.1.2 (2025-05-06)
* Build system support for --editable SageMath installations.
sagemath-giac-0.1.1 (2025-02-23)
* Use the c++11 standard instead of c++17 to build. This fixes
a build failure on macOS (and is correct anyway).
* Better support for building against sage in a venv.
sagemath-giac-0.1.0 (2025-02-19)
* Initial release. With a few tweaks, this is the sage.libs.giac
module that was shipped with SageMath in the past.
* The doctests have been rewritten in pure python, so they can
be run without "sage -t".
* __init__.py has been split into gb.py (the groebner_basis
function) and context.py (the local_giacsettings decorator). This
is more for convenience than principle; __init__.py causes issues
when doctesting a meson-python project, and Sage is capable of
abstracting away the name changes.
* A dependency on gmpy2 has replaced sage.libs.gmp.