Skip to content

Releases: tdegeus/QPot

Minor bugfix, adding overload

21 Jun 21:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

Keeping only two free-functions

21 Jun 17:03
a08b206
Compare
Choose a tag to compare
  • Great simplification: only two free-functions are left (#43).

Adding iterator interface

24 Mar 15:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

Adding missing method to Python API

24 Mar 10:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

Renaming `boundscheck*` to `inbounds*`

23 Mar 11:32
Compare
Choose a tag to compare

What's Changed

  • Renaming boundscheck* to inbounds* to have better user code by @tdegeus in #39

Full Changelog: v0.9.10...v0.10.0

Improving Python naming

18 Feb 16:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.9...v0.9.10

Just style

25 Aug 14:49
08fc593
Compare
Choose a tag to compare
  • [CMake] Minor style updates (#37)

Building with scikit-build

24 Aug 15:21
cb23a9a
Compare
Choose a tag to compare
  • [Python] Build with scikit-build (#36)

Switching to xtensor-python

22 Aug 15:44
45c1bcb
Compare
Choose a tag to compare
  • [docs] Minor readme updates
  • [CMake] Minor style updates (#35)
  • [CMake] Improving handling options
  • [Python] Switching to xtensor-python : avoids copies (#33)

Minor bugfix

12 Aug 15:52
90388a1
Compare
Choose a tag to compare
  • [setup.py] Adding missing import
  • [CI] Changing dummy version
  • Adding global CMake options (+ updating CI)
  • Adding missing include
  • Avoiding setuptools_scm dependency if SETUPTOOLS_SCM_PRETEND_VERSION is defined
  • Building docs on release