Releases: terasakisatoshi/MyWorkflow.jl
Releases · terasakisatoshi/MyWorkflow.jl
Release v0.13.1
Release-v0.13.0
#Feature
- Support Pluto.jl. Just run:
$ docker-compose up pluto
- Add some notebooks related to machine learning.
Release-v0.12.0
Release-v0.11.1
Feature
- This release is a hotfix of v0.11.0 to fix the issue #122
Release-v0.11.0
Feature
- specify version of Julia packages that will be AOT compiled.
- enable to pull pre-built docker image instead of building by yourself. via
$ make pull
- bump up base image from julia:1.4.1 to julia:1.4.2
- ijuliacompile.jl updated
- fix some bugs #110
Release-v0.10.1
Feature
- add example of Turing.jl
- update compat version of Plots
- arrange Dockerfile
Release v0.10.0
Feature
- support JupyterLab via
docker-compose up lab
- add notebooks,
Harris.jl
,apply_PCA_to_MNIST.jl
andimage_filtering.jl
- fix some bugs
Release v0.9.2
Feature
Notebook
- draw torus
- chisq distribution
Release v0.9.1
Feature
- fix base image Julia 1.4.0 -> 1.4.1
- fix Dockerfile used for binder
- increase the speed of Jupyter Notebook by default
- update metadata of jupyter notebooks
- add notebook fitting.jl
Release v0.9.0
Feature
- add CI that builds container for binder
- use Julia 1.4 rather than julia 1.3
- add VSCode workflow that utilizes devcontainer.json
- accelerate the speed of not only loading Plots.jl but also function call e.g. plot(sin) on Jupyter and Juno
- add experiments/notebook/curve.jl