Skip to content

Commit

Permalink
Update Project.toml to v2 breaking (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar authored Aug 29, 2024
1 parent 6605f49 commit f1ea77c
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 = "EnsembleKalmanProcesses"
uuid = "aa8a2aa5-91d8-4396-bcef-d4f2ec43552d"
authors = ["CLIMA contributors <[email protected]>"]
version = "1.1.7"
version = "2.0.0"

[deps]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Expand Down

2 comments on commit f1ea77c

@odunbar
Copy link
Member Author

@odunbar odunbar commented on f1ea77c Aug 29, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

The primary breaking changes over v1.1.5 of this are:

  • We have a new philosphy of defaults. Before this meant the featureless "vanilla" process; Now this means including the "latest" stable features. The default configurations are detailed in the docs here
  • The new lego-like observations and minibatching framework, detailed in the docs here
  • Many patches to the interface to implement and export getter methods get_XYZ(ekp) replacing ekp.XYZ for internals
  • Resolves the accidental patch release of v1.1.6/7 over v1.1.5

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

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 v2.0.0 -m "<description of version>" f1ea77c17b4ed8ba7f1d187abc3cf20e1e7bd321
git push origin v2.0.0

Please sign in to comment.