Skip to content

Releases: scikit-package/scikit-package-conda-forge

0.1.1

02 Jul 11:46

Choose a tag to compare

Added:

  • Add cookiecutter.json in the template to allow scikit-package-conda-forge to automatically create the project-level config.

0.1.0

28 Jun 12:28

Choose a tag to compare

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

27 Jun 09:55
0f55490

Choose a tag to compare

0.1.0-rc.0 Pre-release
Pre-release

What's Changed

  • Create cookiecutter by @Sparks29032 in #1
  • Hotfix by @Sparks29032 in #2
  • Add warning for SHA256 by @Sparks29032 in #3
  • Change run_test for 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.yaml by entering input values to cookiecutter. by @bobleesj in #43
  • Add changelog file to enable full release. by @bobleesj in #45

New Contributors

Full Changelog: https://github.com/scikit-package/scikit-package-conda-forge/commits/0.1.0-rc.0