Skip to content

Commit

Permalink
Merge #1230
Browse files Browse the repository at this point in the history
1230: Update theta-var to 0.27.7 r=ilopezgp a=ilopezgp

# PULL REQUEST

## Purpose and Content

Additions since 0.27.6:

- Updates output of RF NN closure to ReLu,
- Adds a few integrated metrics to the package.

Co-authored-by: Ignacio <ilopezgo@caltech.edu>
  • Loading branch information
bors[bot] and ilopezgp committed Jul 19, 2022
2 parents 4be6b57 + 266b2c9 commit 5faaad3
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 = "TurbulenceConvection"
uuid = "8e072fc4-01f8-44fb-b9dc-f9336c367e6b"
authors = ["Climate Modeling Alliance"]
version = "0.27.6"
version = "0.27.7"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
Expand Down

2 comments on commit 5faaad3

@ilopezgp
Copy link
Contributor

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/64510

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.27.7 -m "<description of version>" 5faaad37c2fa91ae277b33c01949c90b1f5ac92f
git push origin v0.27.7

Please sign in to comment.