- Fix inconsistency by renaming
data/preprocessed
todata/processed
.
- Remove separate Description section in README.md
- Remove old wheels in
Dockerfile
and have a comment aboutEXPOSE
.
- Added a
Dockerfile
to the project structure
- Latest updates from PyScaffold
- Fix
KeyError: 'long-description'
, issue #20
- Curated the list of packages in
environment.yml
- Editable install of package direclty in
environment.yml
- Fix
isort
when namespaces are used - Fix wrongs docs, i.e. rst -> md
- Updated to use PyScaffold v4 API
- Updated Cirrus CI config file
- Added new useful tasks to
tox.ini
- Renamed
environment.yaml
toenvironment.yml
- Added Yellowbrick to
environment.yml
- Fix problem with additional new lines in Windows
- Add a
.gitignore
also in thedata
folder - Changed wording in
README.md
- Fixed wrong folder name in README.md template
- Added a configs folder
- Fixed some docs
- Adjusted line lengths
- Some cosmetic changes
- Reworked the general layout some more
- Initial commit