Skip to content

Commit

Permalink
Bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Apr 8, 2024
1 parent f75837a commit 2770cdd
Show file tree
Hide file tree
Showing 3 changed files with 6 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 = "ClimaDiagnostics"
uuid = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
authors = ["Gabriele Bozzola <[email protected]>"]
version = "0.0.2"
version = "0.0.3"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down
6 changes: 4 additions & 2 deletions docs/src/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ end
(Or add this to the `reduction_identities.jl` file.)


### Add discussion on possible alternative designs
## Add discussion on possible alternative designs

AAA
The current design has at least one limitation:

All the diagnostics have to be initialized at the very beginning.
1 change: 1 addition & 0 deletions src/clima_diagnostics.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Accessors
import SciMLBase

import .Callbacks:
Callback, CallbackOrchestrator, DivisorSchedule, EveryDtSchedule
Expand Down

2 comments on commit 2770cdd

@Sbozzolo
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/104506

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.0.3 -m "<description of version>" 2770cdd2d9824fd38321bcfdad9ee555e9513389
git push origin v0.0.3

Please sign in to comment.