Releases: scikit-package/scikit-package-conda-forge
Releases · scikit-package/scikit-package-conda-forge
0.1.1
0.1.0
Added:
- Add test on PR CI without codecov report.
- Add a test for generating meta.yaml by entering input values to cookiecutter.
- Add news item check GH workflow to communcicate the changes made in each PR, while this repository is not released as a package.
- Add pre-commit setup, Github release workflow.
Changed:
- Change cookiecutter inputs: github_org to github_username_or_orgname, module_name to package_import_name, repo_name to github_repo_name.
Removed:
- Remove support for using GitHub source code to generate meta.yml file.
0.1.0-rc.0
What's Changed
- Create cookiecutter by @Sparks29032 in #1
- Hotfix by @Sparks29032 in #2
- Add warning for SHA256 by @Sparks29032 in #3
- Change
run_testfor Pytest compatibility by @Sparks29032 in #4 - Edits in light of c++ release attempt by @Sparks29032 in #8
- Insert noarch: python in meta.yaml, fix flake8 and pre-commit error by @bobleesj in #9
- Do not use jinja for SHA in meta.yaml by @bobleesj in #11
- Add background info on meta.yaml to README.rst by @bobleesj in #15
- Remove run_test.py by @bobleesj in #17
- Include pytest, pip list, pip check, and git-versioning, remove import tests by @bobleesj in #19
- Remove instructions, add gitlab link instead by @bobleesj in #23
- Remove run_test.py and preserve_egg_dir: true by @bobleesj in #12
- Remove dashes on name/version and use PYTHON string literal by @bobleesj in #27
- Conda-forge meta.yaml lint - use {{ python_min }} under host, run, test, use pypi.org by @bobleesj in #29
- refactor: modify user inputs, remove support for using GitHub as the source, add news file by @bobleesj in #33
- chore: list pre-commit hooks under the same tag at v4.6.0 by @zmx27 in #36
- Add pre-commit setup, Github release workflow. by @bobleesj in #39
- Update LICENSE, removing org not part of this project. by @bobleesj in #41
- Add a test for generating
meta.yamlby entering input values to cookiecutter. by @bobleesj in #43 - Add changelog file to enable full release. by @bobleesj in #45
New Contributors
- @Sparks29032 made their first contribution in #1
- @bobleesj made their first contribution in #9
- @zmx27 made their first contribution in #36
Full Changelog: https://github.com/scikit-package/scikit-package-conda-forge/commits/0.1.0-rc.0