Skip to content

1.4.0

Choose a tag to compare

@saraedum saraedum released this 18 Oct 02:17
· 486 commits to master since this release
4942e4b

Added:

  • make Arf, IntegerRing, RationalField, NumberField hashable

Changed:

  • simplified internal factory pattern by ugrading unique-factory

Fixed:

  • make codecov work without CI token

  • Fixed an incompatibility with cppyy 1.8.3. We now require at least 1.8.3 for Arb/Arf arithmetic to work.

  • Fixed a memory leak when printing; this leak is not spotted by valgrind since
    the memory is allocated in a memory pool (we think.) We found that leak with
    gperftools.

  • Free flint memory when running tests so gperftools does not get confused by
    memory pools there.