Skip to content

Releases: AMYPAD/NumCu

NumCu v1.0.6 stable

09 Dec 19:29
faaf6b0
Compare
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
Compare
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
Compare
Choose a tag to compare
  • docs: add DOI

NumCu v1.0.3 stable

21 Aug 16:28
9004cad
Compare
Choose a tag to compare
  • re-fix setuptools editable install
  • framework: fix comment-bot

NumCu v1.0.0 stable

21 Aug 07:02
7aa5658
Compare
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
Compare
Choose a tag to compare
  • element-wise operations (add, div, mul) for CuVec
  • build & test framework