Skip to content

Releases: AMYPAD/NumCu

NumCu v2.1.0 stable

15 Apr 11:55
23617ce

Choose a tag to compare

NumCu v2.0.0 stable

15 Apr 10:22
7743e2c

Choose a tag to compare

  • replace direct CPython API with pybind11 wrapper (#7)
  • drop numcu.h
  • drop duplicate error handling

NumCu v1.0.7 stable

15 Apr 10:19
a3ec7af

Choose a tag to compare

  • docs: bump dependencies, fix favicon (#5)
  • misc CI updates
    • fix Python 3.7
    • update workflows
    • bump actions
    • move to pre-commit.ci
  • tests: bump pre-commit

NumCu v1.0.6 stable

09 Dec 19:29
faaf6b0

Choose a tag to compare

  • migrate scikit-build => scikit-build-core (#4)
    • drop miutil
    • docs: update developer contrib guide
    • migrate setup.cfg => pyproject.toml (#2)
  • auto-detect native CUDA arch (#4)
  • remove redundant typecasts (#2)
  • misc CI/dist framework updates
    • bump workflows & pre-commit hooks (#4, #2)
    • use release bot @amypad-bot (#2)
    • use PyPI trusted publishing (#4)
    • fix docs build (#2)
    • support Python 3.12 (#4)

NumCu v1.0.5 stable

15 Mar 19:35
59b8509

Choose a tag to compare

  • misc build/CI framework updates (#1)
    • support Python 3.11, drop Python 3.6
    • misc CI/GHA workflow updates
    • minor docs fixes
    • replace .zenodo.json => CITATION.cff

NumCu v1.0.4 stable

21 Aug 17:13
cead86e

Choose a tag to compare

  • docs: add DOI

NumCu v1.0.3 stable

21 Aug 16:28
9004cad

Choose a tag to compare

  • re-fix setuptools editable install
  • framework: fix comment-bot

NumCu v1.0.0 stable

21 Aug 07:02
7aa5658

Choose a tag to compare

  • minor metadata updates
  • misc framework updates
    • fix setuptools editable installs
    • fix external PRs
    • stable release
    • bump actions
    • bump pre-commit

NumCu v0.0.0 beta

08 Jan 14:11
1a05aab

Choose a tag to compare

  • element-wise operations (add, div, mul) for CuVec
  • build & test framework