Skip to content

Releases: RUrlus/carma

Release v0.8.0

12 Jun 20:34
Compare
Choose a tag to compare

What's Changed

  • DEP: Add support for Numpy v2 by @RUrlus in #130
  • DEP: [BREAKING] Minimum Pybind11 version bumped to 2.12.0

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

27 Mar 13:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.7...v0.7.0

Release v0.6.7

01 Apr 11:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7

Release Carma v0.6.6

22 May 20:29
Compare
Choose a tag to compare

Changes

  • fixes finding python3 on manylinux CICD image when installed

Release CARMA v0.6.5

19 May 09:10
Compare
Choose a tag to compare

Patch release that mainly updates dependency versions.

Changes

  • Only search for Python headers for carma::carma target
  • Update default Armadillo version to 11.1.x from 11.0

Release CARMA V0.6.3

13 Jan 09:13
Compare
Choose a tag to compare

Patch release of CARMA

Changes

  • Update default Armadillo version to 10.8.x from 10.7.x which will be removed soon.
  • Update default Pybind11 version to 2.9.0
  • Fix style issues in test suite

Release CARMA V0.6.2

28 Oct 20:46
Compare
Choose a tag to compare

Patch release of CARMA

Fixed

  • Bug where ill-conditioned arrays that don't own the data were copy-swapped -- #93

Changes

  • Generate config.h in build directory rather than in source -- #88

Enhancements

  • Add MRE test suite for easier debugging
  • Add support for Pybind11 2.8.1 and Armadillo 10.7.x

Release CARMA V0.6.1

04 Sep 08:47
Compare
Choose a tag to compare

Patch release of CARMA

Changes

  • include Pybind11 header in cnalloc to prevent linking issue on Windows in debug mode #87

Release CARMA V0.6.0

23 Aug 14:02
Compare
Choose a tag to compare

Fixed

  • Bug wrt const return type path in type-caster (#83)
  • Bug where TC input was copied (#83)
  • Bug wrt handling of input arrays smaller than pre-allocation limit (#85)
  • Remove unused variables (#84)

Enhancements

  • CARMA is now compatible with FIND_PACKAGE(carma CONFIG) (#81, #82)
  • introduces to_numpy_view a read-only view on ArmaT as non-writeable array

Patch release CARMA 5.0.2

19 Jul 09:16
Compare
Choose a tag to compare

Changes

Closes #79 where internal header had wrong relative include path after installation.