Skip to content

Releases: JohnCremona/eclib

v20160206: Be compatible with C++98, C++11, and C++14.

07 Feb 16:37
Compare
Choose a tag to compare

Changes to be compatible with C++98, C++11, and C++14.

v20160101

02 Jan 16:42
Compare
Choose a tag to compare

No non-trivial changes to code, and none to the library interface. Various obsolete compiler flags have been removed, and documentation updated (see github issue #10). A new configure option --disable-mpfp has been added but the beaviour with the default is unchanged. The shared library revision has been incremented so the library is now named
libec.so.2.0.3 instead of libec.so.2.0.2.

v.20150827

27 Aug 08:45
Compare
Choose a tag to compare

Only change from previous is that the REVISION part of the shared library name was incremented (as it should be for a 100% backward-compatible bugfix). I also made the git tag v20150827.

bug fix

26 Aug 11:39
Compare
Choose a tag to compare

Fixes a bug in mwrank relevant for curves with trivial 2-torsion and non-trivial Sha[2], as reported by William Stein and Jennifer Balakrishnan.

eclib-20150510

10 May 17:08
Compare
Choose a tag to compare

The only change since 20150423 is that --with-boost=no now works when configuring for no boost support.

eclib-20150423

23 Apr 10:59
Compare
Choose a tag to compare

Small bugfixes and more linear algebra speedups after profiling.

eclib-20150408

08 Apr 15:49
Compare
Choose a tag to compare

Significant speedups in the xsplit module (not used in Sage), interface not backward-compatible.

eclib-20150323

23 Mar 10:15
Compare
Choose a tag to compare

Bugfix release

v1.0.0

16 Mar 22:02
Compare
Choose a tag to compare

First version with aversion number (1.0.0) on the shared library.