Skip to content

Commit

Permalink
call this 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Nov 10, 2023
1 parent 435767c commit c05007b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ AC_LANG(C)
# NOTE: This must be after AC_INIT
FLINT_MAJOR_SO=18
FLINT_MINOR_SO=0
FLINT_PATCH_SO=0
FLINT_PATCH_SO=1

# Make sure that we are in the right directory
AC_CONFIG_SRCDIR(src/fmpz/link/fmpz_reentrant.c)
Expand Down
26 changes: 25 additions & 1 deletion doc/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,31 @@ History and changes
FLINT version history
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

2023-10-20 -- FLINT 3.0
2023-11-10 -- FLINT 3.0.1
-------------------------------------------------------------------------------

* Build issues

* Fix LIBS2 order for static linking (Tomás Oliveira e Silva).
* Fix substitution of version number for older autotools (Albin Ahlbäck).
* Fix use of AC_SEARCH_LIBS to find cblas_dgemm (Gonzalo Tornaría).
* Add FlexiBLAS as a cblas option (Mahrud Sayrafi).
* Don't use deprecated PythonInterp in CMake build (Mahrud Sayrafi).
* Fix setting version numbers and strings in CMake build (Mahrud Sayrafi).
* Only link with NTL for the tests on CMake (Mahrud Sayrafi).

* Bugs

* Fix bug in nmod32 on 32-bit systems.
* Fix missing modulus assignment in nmod_poly_mat_window_init (Vincent Neiger).
* Fix tmp allocation size in _fmpz_set_str_basecase.
* Fix rare arithmetic bug and memory leak in n_factor_ecm_select_curve.

* Other

* Some corrections to the documentation.

2023-10-20 -- FLINT 3.0.0
-------------------------------------------------------------------------------

Merged libraries and reorganisation
Expand Down

0 comments on commit c05007b

Please sign in to comment.