Releases: bird-house/cookiecutter-birdhouse
Releases · bird-house/cookiecutter-birdhouse
v1.0.0
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
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
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
This is the Bucharest release.
Changes:
- Skipped conda environment handling in makefile (#70).
v0.4.0
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)
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
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
Initial release of the PyWPS template using a Buildout setup.