Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Sep 3, 2020
1 parent c32f5e5 commit 435ed39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PencilFFTs"
uuid = "4a48f351-57a6-4416-9ec4-c37015456aae"
authors = ["Juan Ignacio Polanco <[email protected]>"]
version = "0.8.0"
version = "0.9.0"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ configuration to the other and perform FFTs along the other dimensions.
## Features

- distributed `N`-dimensional FFTs of MPI-distributed Julia arrays, using
the [`PencilArrays`](https://github.com/jipolanco/PencilArrays.jl) package;
the [PencilArrays](https://github.com/jipolanco/PencilArrays.jl) package;

- FFTs and related transforms (e.g.
[DCTs](https://en.wikipedia.org/wiki/Discrete_cosine_transform) / Chebyshev
Expand Down

2 comments on commit 435ed39

@jipolanco
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
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/20756

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.9.0 -m "<description of version>" 435ed39695906bc970cc104988d5e740e0ab2174
git push origin v0.9.0

Please sign in to comment.