Skip to content

Commit

Permalink
Merge pull request #14 from doraemonho/main
Browse files Browse the repository at this point in the history
README & version update
  • Loading branch information
doraemonho committed Mar 13, 2023
2 parents 8672c88 + 9bca1eb commit 4a7d4bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MHDFlows"
uuid = "1d939cba-ab73-4bc0-975c-87d4c856e1f9"
authors = ["Ka Wai HO <[email protected]> "]
version = "0.2.0"
version = "0.2.1"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Three Dimensional Magnetohydrodynamic(MHD) pseudospectral solvers written in Jul
This package leverages the [FourierFlows.jl](http://github.com/FourierFlows/FourierFlows.jl) package to set up the module. The main purpose of MHDFlows.jl aims to solve the portable 3D MHD problems on personal computer instead of cluster. Utilizing the Nvidia CUDA technology, the MHDFlows.jl could solve the front-end MHD turbulence research problems in the order of few-ten minutes by using a mid to high end gaming display card (see Memory usage & speed section). Feel free to modify yourself for your own research purpose.

## Version No.
v 0.2.0
note : v 0.2.0 will be the final major update before the multi-gpu version release
`v 0.2.1`
note : `v 0.2.0` will be the final major update before the multi-gpu version `v 0.3.0` release

## Installation Guide & compatibility
The current version is tested on v1.7.3/1.8.2/1.9.0 version.
Expand Down

2 comments on commit 4a7d4bf

@doraemonho
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/79520

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.2.1 -m "<description of version>" 4a7d4bfa7061cfc0d6569930161f4f65190c882c
git push origin v0.2.1

Please sign in to comment.