Releases: LucasRoesler/pydatascience-template
Releases · LucasRoesler/pydatascience-template
v2.0.0
- Add support for arm64 builds, this requires a switch to miniforge for
conda. This is a community effort in conda to support arm, which is
not fully suppported by Anaconda co. - Add support for testing with tox
- Add two sample test functions that demonstrate support for numpy
- Add CI workflow using github actions to verify that the same functions
build as expected.
v1.0.0: Merge pull request #1 from LucasRoesler/fix-template-name-typo
- Fix template name typos
- Update the dockerfiles to ensure that the function specific
requirements are installed as well as the template reqs. This ensures
that users can customize their installs
Initial Release
Just an initial basic release to help start versioning