Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@scottstanie scottstanie released this 18 Apr 14:26
· 28 commits to main since this release
18dcc0f

New Features

  • support pip install pysolid for macOS and Linux using cibuildwheels (by @jhkennedy in #43)
  • support multi-thread processing by creating unique text file names in solid.for (by @scottstanie in #55)
  • return numpy arrays directly in solid.for instead of writing to text file (by @scottstanie in #56)

Maintainence

  • use setuptools_scm to grab the version from git history (by @jhkennedy in #43)
  • convert setup.py to project.toml for packaging (by @jhkennedy in #43)
  • use explicit arg types in solid.for + attempt to fix pip install by pin setuptools/numpy (by @piyushrpt in #45)
  • simplify readme by hiding "build from source" via <details> HTML tag (by @yunjunz in #49)
  • update leap sec to Dec 2023 (by @yunjunz in #51)
  • build(deps): bump pypa/cibuildwheel from 2.11.2 to 2.12.1 (by @dependabot in #47, #48, #52, #53)

New Contributors

Full Changelog: v0.2.3...v0.3.0