Releases: bluescarni/obake
obake 0.9.0
Merge pull request #152 from bluescarni/pr/iter Fixes for recent fmt versions, CI update
obake 0.8.0
This is an incremental release containing several build fixes and small changes and additions.
The full changelog, as usual, is available here:
obake 0.7.0
This new release of obake comes with various important developments:
- obake is now based on C++20 rather than C++17,
- an initial implementation of the power series class,
- noticeable speedups in the exponent packing code,
- compatibility with the re-branded oneTBB library.
Additionally, obake now depends on mp++ >= 0.23, and a few backwards-incompatible API changes were introduced as well. The full changelog, as usual, is available here:
obake 0.6.0
This is a bugfix release, correcting an issue in the polynomial integration function.
A build failure due to a compiler issue with GCC 7 has been resolved as well.
As usual, the full changelog is available here:
obake 0.5.0
This is a minor release fixing a few build issues with recent CMake/GCC versions.
The full changelog, as usual, is available here:
obake 0.4.0
This update features a variety of fixes, a couple of new functions and a couple of small breaking changes in the existing API.
The full changelog, as usual, is available here:
obake 0.3
This version features major speedups in a couple of polynomial operations, and an assortment of smaller fixes/improvements. The full changelog, as usual, is available here:
obake 0.2
This release contains a few build fixes, and performance improvements for polynomial multiplication.
As usual, the full changelog is available here:
obake 0.1
This is the initial release of the obake library.