Skip to content

Commit

Permalink
Support Makie 0.16 (#39)
Browse files Browse the repository at this point in the history
* Support Makie 0.16

* Replace Node with Observable
  • Loading branch information
devmotion authored Jan 19, 2022
1 parent 3df46ec commit 3a0de2e
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 379 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AbstractGPsMakie"
uuid = "7834405d-1089-4985-bd30-732a30b92057"
authors = ["David Widmann"]
version = "0.2.2"
version = "0.2.3"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -10,5 +10,5 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[compat]
AbstractGPs = "0.3, 0.4, 0.5"
Makie = "0.15.2"
Makie = "0.15.2, 0.16"
julia = "1.3"
Loading

2 comments on commit 3a0de2e

@devmotion
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/52774

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.2.3 -m "<description of version>" 3a0de2e92c2778e0db8f0043739ab982d718580d
git push origin v0.2.3

Please sign in to comment.