Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Releases: flatsurf/pyeantic

1.5.0

19 Nov 11:38
6e887f0
Compare
Choose a tag to compare

Added:

  • implemented RealEmbeddedNumberFieldElement.minpoly()

1.4.0

11 Nov 17:32
b10ed4c
Compare
Choose a tag to compare

Added:

  • added vector() method on RealEmbeddedNumberFieldElement.

1.3.0

09 Nov 12:33
5f0f634
Compare
Choose a tag to compare

Added:

  • made elements of RealEmbeddedNumberField hashable

Fixed:

  • eantic.renf does not crash Python on invalid input anymore

1.2.2

26 Oct 21:54
99a268f
Compare
Choose a tag to compare

Fixed:

  • comparison operators with SageMath 9.2

1.2.1

01 Oct 15:53
e2efd06
Compare
Choose a tag to compare

Fixed:

  • reference cppyythonizations only to test, not to build in conda recipe

1.1.1

19 Aug 12:38
0b707a4
Compare
Choose a tag to compare

Changed:

  • Release new versions with rever

1.1.0

19 Aug 12:18
3f49c9a
Compare
Choose a tag to compare
  • change printing of embedded number fields to distinguish them more easily from SageMath number fields

1.0.1

18 Aug 19:28
6fd967a
Compare
Choose a tag to compare
  • fixed version number in configure.ac files

1.0.0

18 Aug 13:10
aad55df
Compare
Choose a tag to compare

Since most packages in the flatsurf ecosystem depend on this somehow, we need semantic versioning to be able to pin dependencies properly. So let's call this the first stable version even though our dependency e-antic 1.0 has not been released yet.

We might soon have a 2.0.0 since there will likely be breaking changes…