Skip to content

Releases: ulphidius/template_python_project

v0.6.0

12 Jul 17:27
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Changelog

[0.6.0] - 2021-07-12

Added

  • concat sub-command to merge 2 strings with a space as separator
  • linter configuration file for a better code readability

Changed

  • template_python_project main command is now split into 2 sub-commands

v0.5.1

02 Apr 15:50
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Changelog

[0.5.1] - 2020-04-02

Fixed

  • Resolve a error with linter correction

v0.5.0: add documentation for the linter

02 Apr 13:24
Compare
Choose a tag to compare

Changelog

[0.5.0] - 2021-04-02

Added

  • the --verbose and --quiet options for let the user choose the logging level
  • Unit tests for core module
  • Functional tests for cli interface
  • Linter for the source code

Changed

  • The logging system can now send error message to stderr

Fixed

  • The option --compute-type wasn't required
  • The options --first and --second don't check the type of user inputs, int was expected

Version 0.3.0

16 Mar 19:53
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Changelog

[0.3.0] - 2021-03-16

Added

  • Command for show app version
  • Setup.cfg for follow setuptools evolution
  • Pyproject.toml standard file for define setuptools as build tool

Changed

  • Setup.py for extract application metadata and move them in setup.cfg

Version 0.2.1

16 Mar 19:44
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Changelog

[0.2.1] - 2021-03-14

Fixed

  • Application name for a more standard console tool name

Version 0.2.0

16 Mar 19:41
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Changelog

[0.2.0] - 2021-03-14

Added

  • Core functions for multiply and add two values
  • Logging system for a better monitoring
  • CLI interface for a better user experience
  • Documentation for the installation and the use of the application
  • Configuration for build and deploy the application