Releases: sertansenturk/cookiecutter-ds-docker
Releases · sertansenturk/cookiecutter-ds-docker
cookiecutter-ds-docker v0.9.2
Changelog
- Document permission issue when mounting NTFS drives in Linux (Pull Request #55)
cookiecutter-ds-docker v0.9.1
Changelog
- Fix pip install Python package in editable mode
make clean-python
cleansipynb_checkpoints
folder(s)
cookiecutter-ds-docker v0.9.0
Changelog
- Add Sphinx documentation (Pull Requests #36, #41, #45, #46, #49)
- Create online documentation at Read the Docs
- Create Sphinx docker image for local build and test (Pull Request #43)
- Create cookiecutter docker image for local development (Pull Request #39)
- Add VERSION file to the base folder
- Add LICENSE file to the base folder (Pull Request #33)
- Add
step
parameter to themlflow.log_metrics
test case and jupyter demo
cookiecutter-ds-docker v0.8.1
Changelog
- Fix a docker stack start-up issue in Mac OSX (Pull Request #31)
cookiecutter-ds-docker v0.8.0
Changelog
- Increment
mlflow
version to 1.8.* - Add Github issue and PR templates into the cookiecutter project
- Simplify Jupyter multi-stage builds
- Update
cookiecutter
installation instructions in theREADME.md
cookiecutter-ds-docker v0.7.0
Changelog
- Convert the repo into a cookiecutter template
- Rename the repo from ds-template to cookiecutter-ds-docker
- Fix a bug in
make test
wheremlflow
andpostgres
containers do not stop after testing - Add maintainer and description related fields to
setup.py
ds-template v0.6.0
Changelog
- Deprecate static Jupyter and no-cache builds
- Added git to python-dev docker image
ds-template v0.5.0
Changelog
- Add
scipy
,tensorflow
andpyspark
base image options from Jupyter docker stack - Add pull request template
ds-template v0.4.0
Changelog
- Enable JupyterLab
- Pass username and id to the Jupyter service from the host
- Build and run improvements
- Add code of conduct