Skip to content

Releases: bluescarni/obake

obake 0.8.0

05 Jan 15:56
22ce43c
Compare
Choose a tag to compare
obake 0.8.0 Pre-release
Pre-release

This is an incremental release containing several build fixes and small changes and additions.

The full changelog, as usual, is available here:

https://bluescarni.github.io/obake/changelog.html

obake 0.7.0

01 Jun 20:38
Compare
Choose a tag to compare
obake 0.7.0 Pre-release
Pre-release

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:

https://bluescarni.github.io/obake/changelog.html

obake 0.6.0

11 Jun 22:26
Compare
Choose a tag to compare
obake 0.6.0 Pre-release
Pre-release

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:

https://bluescarni.github.io/obake/changelog.html

obake 0.5.0

11 May 20:44
Compare
Choose a tag to compare
obake 0.5.0 Pre-release
Pre-release

This is a minor release fixing a few build issues with recent CMake/GCC versions.

The full changelog, as usual, is available here:

https://bluescarni.github.io/obake/changelog.html

obake 0.4.0

12 Feb 15:12
Compare
Choose a tag to compare
obake 0.4.0 Pre-release
Pre-release

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:

https://bluescarni.github.io/obake/changelog.html

obake 0.3

31 Oct 13:05
Compare
Choose a tag to compare
obake 0.3 Pre-release
Pre-release

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:

https://bluescarni.github.io/obake/changelog.html

obake 0.2

27 Oct 14:47
Compare
Choose a tag to compare
obake 0.2 Pre-release
Pre-release

This release contains a few build fixes, and performance improvements for polynomial multiplication.

As usual, the full changelog is available here:

https://bluescarni.github.io/obake/changelog.html

obake 0.1

18 Oct 14:00
Compare
Choose a tag to compare
obake 0.1 Pre-release
Pre-release

This is the initial release of the obake library.