Skip to content

Releases: kpeeters/cadabra2

2.5.6

29 Sep 20:37
Compare
Choose a tag to compare

This release finally builds again on Windows. Binary packages for major Linux distributions, an AppImage version, a Windows installer, a Homebrew package and a Docker image are all built automatically on github actions from now on, and will be available as release assets shortly after each release. There are no new features in this version, but the code to locate the Python installation has been cleaned up substantially, which may help other package builders (no more reference to hard-coded paths in the cadabra2 binaries).

2.5.5-rc1

26 Sep 17:15
Compare
Choose a tag to compare
2.5.5-rc1 Pre-release
Pre-release
  • No longer use absolute paths in code (do everything relative to the python module or to the cadabra binaries).
  • Build process fixed for building on Windows using MSYS2.

2.5.4

10 Aug 12:28
Compare
Choose a tag to compare

Test release to check automatic building of Ubuntu, Fedora and openSUSE packages, and automated building of AppImages. These are largely untested; please test and let us know of any issues (or successes).

2.5.2

14 Jun 18:51
Compare
Choose a tag to compare
  • Using builtin MicroTeX for typesetting (much faster than external LaTeX).
  • Dynamical notebook cell updates.
  • Many bug fixes.

See https://cadabra.science/changelog.html for full details.

2.4.5.7

22 Apr 19:58
Compare
Choose a tag to compare

Fix const-correctness to make recent Apple compilers happy.

2.4.5.6

18 Apr 07:59
Compare
Choose a tag to compare

Enable setting PYTHON_SITE_PATH manually.

2.4.5.5

17 Apr 18:08
Compare
Choose a tag to compare

Interim release to solve issues with homebrew on macOS.

2.4.5.4

25 Jan 13:16
Compare
Choose a tag to compare

Improvements to the zoom algorithm and various bug fixes.

2.4.4.1

08 Sep 20:21
Compare
Choose a tag to compare

Force version update for homebrew, no changes.

2.4.4

08 Sep 19:39
Compare
Choose a tag to compare

Update to fix issues with pybind11 and to avoid cmake warnings.