Releases: bird-house/cookiecutter-birdhouse
Releases · bird-house/cookiecutter-birdhouse
v1.1.0
04 Feb 20:58
Compare
Sorry, something went wrong.
No results found
Changes:
Fixed a bug the Dockerfile configuration. (hotfix)
Added several workflows to help with testing, docker images, and version bumping. (#129 ).
Reorganized README files to organize badges better. (#129 ).
Added several pre-commit hooks to help with code organization, docstrings, finding dead code blocks, etc. (#129 ).
Dropped support for Python3.9, extended support for Python3.13. (#129 ).
Now using a CI folder for managing CI-specific Python dependencies.(#129 ).
Updated several development dependencies. (#129 ).
Now using a Dependabot configuration for managing Python and GitHub Actions updates. (#129 ).
v1.0.0
03 Oct 16:07
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
This is the Bucharest release.
Changes:
Skipped conda environment handling in makefile (#70 ).
v0.4.0
17 Apr 11:32
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Initial release of the PyWPS template using a Buildout setup.