Skip to content

Releases: boromir674/cookiecutter-python-package

Cookiecutter Python Package v0.10.1

11 May 14:38
b7aaaad

Choose a tag to compare

Automatic Labeling of Pull Requests

This is release, enables automatic Pull Request labeling based on the changed files.

Cookiecutter Python Package v0.10.0

11 May 00:27
f531289

Choose a tag to compare

Enhance the Template's project generated CI config, by adding extra checks in the Test Jobs and
automating the integration with the codecov.io hosting service.

Added checks

  • Doing a 'Lint check' on the code
  • Doing a 'Compliance check' of the resulting packaged distro against python best practices
  • Gathering and sending the Test Suite results to the codecov.io service

Code Coverage

Include step in all Test Jobs to gather and send Code Coverage data resulting from running
the Test Suite.

`Codecov` is to Code Coverage, as `GA` is to Continuous Integration.

Upon granting permission, `codecov` will start accepting the accumulated results (such as
Code Coverage data) from all `Test Jobs` during a `build` and provide a web UI featuring
interactive visualization of the python code and its `coverage` on user-defined granularity
level, interactive charts of the `coverage` evolution and more.

ci

Apply the same CI additions as the ones added for the Template project (see above)!
Namely:

  • extra checks in the Test Jobs
  • integration with the codecov.io Code Coverage hosting service

documentation

Add some "juicy" code badges in README, to demonstrate the status reported by
the various CI services that this repository integrates with. The badges are updated
automatically, as their respective status reporting (web) service continuously integrates
(ie triggers per commit) with the cookiecutter-python-package Project.

Changes
^^^^^^^

feature
"""""""

  • enable lint, distro packaging QA & test results transimission to codecov.io CI service

fix
"""

  • fix generated tox ini that had a hard coded value!

documentation
"""""""""""""

  • add the changes introduced in this release
  • add Codacy Badge to quickly show the reported Code Quality

ci
""

  • enable test workflow for tags matching pattern "v*", pull requests to dev & pushes to ci branch
  • add job to generate the Biskotaki Python Package from this Template

What's Changed

Full Changelog: v0.9.1...v0.10.0

Cookiecutter Python Package v0.9.1

09 May 14:20
25f2758

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

Cookiecutter Python Package v0.9.0

09 May 13:36
0cf5a86

Choose a tag to compare

Cookiecutter Python Package v0.9.0

Addressing stability issues

Cookiecutter Python Package v0.8.4

30 Apr 11:22

Choose a tag to compare

Achieve Open Source Security Foundation (OpenSSF) Best Practices Badge

The Open Source Security Foundation (OpenSSF) Best Practices badge is a way for Free/Libre and Open Source Software (FLOSS) projects to show that they follow best practices.

See https://bestpractices.coreinfrastructure.org/en for more on the OpenSSF Best Practices Badge Program.

Cookiecutter Python Package v0.8.3

29 Apr 20:26

Choose a tag to compare

add rule in MANIFEST.in for CHANGELOG.md

Cookiecutter Python Package v0.8.2

28 Apr 12:17

Choose a tag to compare

Cookiecutter Python Package v0.8.1

28 Apr 12:05

Choose a tag to compare

chore(semantic-release): bump version string from 0.8.0 to 0.8.1

Cookiecutter Python Package v0.8.0

28 Apr 11:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

Cookiecutter Python Package v0.7.2

24 Apr 03:23

Choose a tag to compare

[DOCS] Reference the 'biskotaki' pypi package as a generated example …