Skip to content

Releases: tdegeus/GMatTensor

Minor bugfix, style updates, testing

09 Dec 14:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.5...v0.10.6

Fixing setup.py

09 Dec 11:15
dd02b61
Compare
Choose a tag to compare

Fixing Boost version

17 Nov 17:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

Helping compiler

23 Aug 14:28
Compare
Choose a tag to compare

What's Changed

  • Fixing CMake configuration of pkg-config settings by @tdegeus in #47

Full Changelog: v0.10.2...v0.10.3

More version information

06 Jul 12:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

More version information

29 Jun 08:27
4c80bf8
Compare
Choose a tag to compare

Python API: Array.unit tensors -> property

25 Jun 18:26
Compare
Choose a tag to compare

What's Changed

  • [python] Array: unit tensors -> properties by @tdegeus in #45

Full Changelog: v0.9.0...v0.10.0

Avoiding copies from Python

16 May 13:39
bf8b062
Compare
Choose a tag to compare
  • Type alias xt::xtensor: allows full API to use xt::pytensor (#44)
  • [BREAKING CHANGE] Python: shape*: function -> property (#44)
  • [BREAKING CHANGE] Remove view_tensor* (re-rolls #41) (#44)
  • [docs] Adding update script

Minor enhancements

21 Apr 17:11
7fe6d26
Compare
Choose a tag to compare

What's Changed

  • [Python] Adding missing imports by @tdegeus in #38
  • Fixing typo by @tdegeus in #40
  • Array: adding function to 'view' a tensor (rank 2 or 4) by @tdegeus in #41
  • Array of tensors: returning underlying shape/size by @tdegeus in #43
  • [BREAKING CHANGE] Moving "allocate" to public namespace by @tdegeus in #42

Full Changelog: v0.7.5...v0.8.0

Switching to scikit-build

26 Aug 08:45
a2d9264
Compare
Choose a tag to compare
  • Switching to scikit-build (#37)