This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Releases: optuna/optuna-fast-fanova
Releases · optuna/optuna-fast-fanova
v0.0.4
What's Changed
- Update README to guide users to reinstall optuna-fast-fanova by @c-bata in #16
- Drop Python 3.6 support by @c-bata in #18
- Run tests with Python 3.11 by @c-bata in #17
- Avoid to use numpy.int by @c-bata in #19
- Update the release pypi action by @c-bata in #20
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Fix gh action to publish to pypi by @c-bata in #5
- Use
pyproject.toml
for setuptools and make Cython required. by @c-bata in #7 - Add a GitHub Action to check sdist package by @c-bata in #8
- Use setuptools_scm by @c-bata in #9
- Update pyproject toml by @c-bata in #10
- Fix GitHub Action to build sdist by @c-bata in following pull requests:
- Fix an action to publish to PyPI by @c-bata in #14
- Use MANIFEST.in to exclude files from the source package. by @c-bata in #15
Full Changelog: v0.0.2...v0.0.3
v0.0.2
A previous release has the problem in its manylinux wheel packages. This release only provides a sdist package.
What's Changed
- Add GitHub action workflow to publish to PyPI by @c-bata in #2
- Remove the builds of manylinux wheels by @c-bata in #3
- Bump the version up to v0.0.2 by @c-bata in #4
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial release 🎉