Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 1.48 KB

CHANGELOG.rst

File metadata and controls

85 lines (56 loc) · 1.48 KB

Changelog

Version 0.7.2

  • Fix inconsistency by renaming data/preprocessed to data/processed.

Version 0.7.1

  • Remove separate Description section in README.md
  • Remove old wheels in Dockerfile and have a comment about EXPOSE.

Version 0.7

  • Added a Dockerfile to the project structure

Version 0.6.1

  • Latest updates from PyScaffold
  • Fix KeyError: 'long-description', issue #20

Version 0.6

  • Curated the list of packages in environment.yml
  • Editable install of package direclty in environment.yml

Version 0.5.1

  • Fix isort when namespaces are used
  • Fix wrongs docs, i.e. rst -> md

Version 0.5

  • Updated to use PyScaffold v4 API
  • Updated Cirrus CI config file
  • Added new useful tasks to tox.ini
  • Renamed environment.yaml to environment.yml
  • Added Yellowbrick to environment.yml

Version 0.4.1

  • Fix problem with additional new lines in Windows

Version 0.4

  • Add a .gitignore also in the data folder
  • Changed wording in README.md

Version 0.3.1

  • Fixed wrong folder name in README.md template

Version 0.3

  • Added a configs folder

Version 0.2.1

  • Fixed some docs
  • Adjusted line lengths
  • Some cosmetic changes

Version 0.2

  • Reworked the general layout some more

Version 0.1

  • Initial commit