Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinggong committed Feb 10, 2025
1 parent 340c629 commit 312aad5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Microstructure"
uuid = "bb9cb41e-5262-42dc-ac73-4f266bc6ab72"
authors = ["Ting Gong"]
version = "0.1.6"
version = "0.1.7"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ To install Microstructure.jl, open Julia and enter the package mode by typing `]

```julia
julia> ]
(@v1.10) pkg> add Microstructure
pkg> add Microstructure
```

If you want to keep up to date with the developing version I am working on, remove the current installation and add the repository directly:

```julia
(@v1.10) pkg> rm Microstructure
(@v1.10) pkg> add https://github.com/Tinggong/Microstructure.jl.git
pkg> rm Microstructure
pkg> add https://github.com/Tinggong/Microstructure.jl.git
```

### Relationship to Other Packages
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ To install Microstructure.jl, type ] in Julia to enter package mode and add the

```julia
julia> ]
(@v1.10) pkg> add Microstructure
pkg> add Microstructure
```

Microstructure.jl is under active development and is frequently updated. To ensure you have the latest version, use the following command in the package mode:

```julia
(@v1.10) pkg> up Microstructure
pkg> up Microstructure
```

### Relationship to Other Packages
Expand Down

2 comments on commit 312aad5

@Tinggong
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Added device option and tested GPU for training neural network estimators
  • Added diffusion gradient direction vector to Protocol for including oriented compartments

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/124746

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" 312aad5d85f57305b4577ae1ee8df9f75adc2065
git push origin v0.1.7

Please sign in to comment.