Skip to content

Releases: bird-house/cookiecutter-birdhouse

v1.0.0

03 Oct 16:07
a062df0
Compare
Choose a tag to compare

Changes:

  • Replace search by parse in the bumpversion config for docs/conf.py to support the version|release expression. (#107, #108).
  • Dropped Travis CI and migrated to using GitHub Actions for CI/CD (#112).
  • Updated PyWPS to 4.5.0 (#112).
  • Ported upstream changes from cookiecutter-pypackage and re-enabled testing (#115).
  • Added a Makefile command for running nb-val with lax flags (#116).
  • Updated the package metadata to reflect the current state of the project (#117).
  • Dropped support for Python2 as well as Python3.8 and below (#120).
  • Top-level documentation has been updated to reflect the changes in the project (#120).
  • Now using bump-my-version for version management and pre-commit for code formatting (#120).
  • Projects now use a src-based directory structure (#120).
  • Both the top-level package and rendered templates are now PEP 517 and PEP 621 compliant (pyproject.toml) (#120).

v0.5.0

07 Oct 15:25
Compare
Choose a tag to compare

Changes:

  • Easier to deploy new template to existing project using cruft (#85, #61).
  • Use pip instead of setup.py (#97).
  • Added conda forge, Python3.8, and osx build (#38).
  • Backported fixes from birds (#86, #88, #89).
  • Other fixes (#92, #93, #96, #100).

v0.4.2

01 Apr 10:14
Compare
Choose a tag to compare

Changes:

  • Fix conda environment for latest cookiecutter (#75).
  • Pinned PyWPS 4.2 (#74).
  • Updated links to developer guide (#73).
  • Added setuptools to conda environment (#72).

v0.4.1

27 Sep 13:59
Compare
Choose a tag to compare

This is the Bucharest release.

Changes:

  • Skipped conda environment handling in makefile (#70).

v0.4.0

17 Apr 11:32
Compare
Choose a tag to compare

This is the San Francisco release.

Changes:

  • Skipped python 2.7 support (#67).
  • Updated to pywps 4.2 (#66).
  • Added make spec (#65).
  • Fixed Emu references (#63).

v0.3.1 (Washington)

05 Dec 10:16
Compare
Choose a tag to compare

Bugfixes for Washington release.

Changes:

  • Raise Makefile errors (#57).
  • Get version number without importing package (#56).
  • Keep only a single hello process (#53).

v0.3.0

05 Sep 15:22
Compare
Choose a tag to compare

Cookiecutter template prepared for Ansible deployment of PyWPS.

Changes:

  • Updated to Ansible deployment (#14).
  • Enabled PyWPS autodoc extension (#37).
  • Updated PyWPS CLI (#8 and #33).
  • Enabled Conda support for RTD (#51).
  • Using bumpversion to update version (#9)
  • numerous fixes.

v0.2.0

22 May 14:27
Compare
Choose a tag to compare

Initial release of the PyWPS template using a Buildout setup.