Skip to content

Commit

Permalink
Merge pull request #318 from terasakisatoshi/prepare-release-v0.22.0
Browse files Browse the repository at this point in the history
Prepare release v0.22.0
  • Loading branch information
terasakisatoshi committed Mar 20, 2021
2 parents 84c5fef + 77596ad commit 87e6b79
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 35 deletions.
3 changes: 2 additions & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "MyWorkflow"
uuid = "7abf360e-92cb-4f35-becd-441c2614658a"
authors = ["Satoshi Terasaki <terasakisatoshi.math@gmail.com>"]
version = "0.21.0"
version = "0.22.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down Expand Up @@ -35,6 +35,7 @@ Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
MetaUtils = "ed17dc9e-20eb-4460-9701-8d0520e45e1f"
ORCA = "47be7bcc-f1a6-5447-8b36-7eeeff7534fd"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
Expand Down
81 changes: 47 additions & 34 deletions README.md
Expand Up @@ -8,11 +8,9 @@

# Have a try MyWorkflow.jl

- MyWorkflow.jl master (nightly) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master) Julia v1.5.3
- MyWorkflow.jl master (nightly) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master) Julia v1.5.4

- MyWorkflow.jl v0.21.0 (stable) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.21.0) Julia v1.5.3

- MyWorkflow.jl v0.19.2 (old) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.19.2) Julia v1.5.2
- MyWorkflow.jl v0.22.0 (stable) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.22.0) Julia v1.5.4

# Feature

Expand Down Expand Up @@ -46,42 +44,57 @@ $ tree .
│   │   ├── port9999.png
│   │   └── theorem.css
│   ├── example.md
│   ├── figures
│   ├── index.md
│   ├── math.md
│   ├── myworkflow.md
│   └── weavesample.jmd
├── experiments
│   └── notebook
│   ├── Chisq.jl
│   ├── Harris.jl
│   ├── Rotation3D.jl
│   ├── apply_PCA_to_MNIST.jl
│   ├── box_and_ball_system.jl
│   ├── clang.jl
│   ├── coordinate_system.jl
│   ├── curve.jl
│   ├── example.jl
│   ├── fitting.jl
│   ├── gradient_descent.jl
│   ├── histogram_eq.jl
│   ├── hop_step_jump.jl
│   ├── image_filtering.jl
│   ├── interact_sample.jl
│   ├── iris.jl
│   ├── lazysets.jl
│   ├── linear_regression.jl
│   ├── n-Soliton.jl
│   ├── ode.jl
│   ├── plotly_surface.jl
│   ├── plots_fill_example.jl
│   ├── plots_sample.jl
│   ├── pyplot.jl
│   ├── rcall.jl
│   ├── seaborn.jl
│   ├── tangent_space.jl
│   └── tangent_vector.jl
├── gitpod
│   └── Dockerfile
├── jupytext.toml
├── playground
│   ├── notebook
│   │   ├── Chisq.md
│   │   ├── Harris.md
│   │   ├── Rotation3D.md
│   │   ├── apply_PCA_to_MNIST.md
│   │   ├── box_and_ball_system.md
│   │   ├── clang.md
│   │   ├── convex_hull.md
│   │   ├── coordinate_system.md
│   │   ├── curve.md
│   │   ├── example.md
│   │   ├── fitting.md
│   │   ├── free_fall.md
│   │   ├── gradient_descent.md
│   │   ├── histogram_eq.md
│   │   ├── hop_step_jump.md
│   │   ├── image_filtering.md
│   │   ├── interact_sample.md
│   │   ├── iris.md
│   │   ├── jsxgraph_julia.md
│   │   ├── jsxgraph_with_rawJS.md
│   │   ├── jsxgraph_with_webio_jsexpr.md
│   │   ├── lazysets.md
│   │   ├── linear_regression.md
│   │   ├── n-Soliton.md
│   │   ├── ode.md
│   │   ├── plots_fill_example.md
│   │   ├── plots_sample.md
│   │   ├── pluto
│   │   │   └── sample.jl
│   │   ├── point_on_circle.md
│   │   ├── pyjulia.md
│   │   ├── pyplot.md
│   │   ├── rcall.md
│   │   ├── reuleaux_triangle.md
│   │   ├── seaborn.md
│   │   ├── simple_harmonic_motion.md
│   │   ├── tangent_space.md
│   │   ├── tangent_vector.md
│   │   └── wav_example.md
│   └── test
│   └── runtests.jl
├── requirements.txt
├── src
│   └── MyWorkflow.jl
Expand Down

0 comments on commit 87e6b79

Please sign in to comment.