Skip to content

Commit

Permalink
Bump Fermi version to 0.3.0
Browse files Browse the repository at this point in the history
0.2.0 way out of date. Many major features have been included/modified and should now be present on 0.3.0 avaliable in Julia registry. These include:

- Updated dependencies 
- Arrays modified to use `TBLIS`
- Compeltely new `IntegralHelper`
- Single precision and DF computations built upon `IntegralHelper` type signature
- Recent UHF implementation.

Version 0.3.0 should be much closer to what is intended for 1.0

@JuliaRegistrator register
  • Loading branch information
gustavojra authored Aug 8, 2021
1 parent 6df961d commit a9825cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Fermi"
uuid = "9237668d-08c8-4784-b8dd-383aa52fcf74"
authors = ["gustavojra <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Expand Down

2 comments on commit a9825cd

@gustavojra
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/42422

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.3.0 -m "<description of version>" a9825cd2b921337ccae6d85a662e12c8a3399f36
git push origin v0.3.0

Please sign in to comment.