Skip to content

Releases: terasakisatoshi/MyWorkflow.jl

Release v0.13.1

20 Jun 12:31
327bbf0
Compare
Choose a tag to compare

Applied some small fixes:

Release-v0.13.0

19 Jun 16:25
e70159d
Compare
Choose a tag to compare

#Feature

  • Support Pluto.jl. Just run:
$ docker-compose up pluto
  • Add some notebooks related to machine learning.

Release-v0.12.0

05 Jun 13:00
ef5ec6b
Compare
Choose a tag to compare

Feature

  • Utilize caching Docker image we built to increase speed of testing that builds our Docker image
  • use mac tag if your device is mac #127 to resolve #109
  • add Dockerfile for gitpod, yet far from perfect.

Release-v0.11.1

30 May 08:01
5eba0aa
Compare
Choose a tag to compare

Feature

  • This release is a hotfix of v0.11.0 to fix the issue #122

Release-v0.11.0

28 May 06:14
57b6470
Compare
Choose a tag to compare

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

20 May 09:30
88cec16
Compare
Choose a tag to compare

Feature

  • add example of Turing.jl
  • update compat version of Plots
  • arrange Dockerfile

Release v0.10.0

12 May 14:10
eeaa5df
Compare
Choose a tag to compare

Feature

  • support JupyterLab via docker-compose up lab
  • add notebooks, Harris.jl, apply_PCA_to_MNIST.jl and image_filtering.jl
  • fix some bugs

Release v0.9.2

09 May 02:18
4532a18
Compare
Choose a tag to compare

Feature

Notebook

  • draw torus
  • chisq distribution

Release v0.9.1

21 Apr 11:21
392762f
Compare
Choose a tag to compare

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

18 Apr 02:54
4d6e3c1
Compare
Choose a tag to compare

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