Skip to content

Commit

Permalink
Add support for Makie 0.16 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Jan 22, 2022
1 parent 0ca8048 commit b5c4626
Show file tree
Hide file tree
Showing 7 changed files with 576 additions and 452 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ReliabilityDiagrams"
uuid = "e5f51471-6270-49e4-a15a-f1cfbff4f856"
authors = ["David Widmann"]
version = "0.2.3"
version = "0.2.4"

[deps]
ConsistencyResampling = "4937dc1f-c7a3-5772-9d42-4a8277f2eb51"
Expand All @@ -16,7 +16,7 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[compat]
ConsistencyResampling = "0.3"
DataStructures = "0.18"
Makie = "0.13, 0.14, 0.15"
Makie = "0.15.2, 0.16"
RecipesBase = "1"
StatsBase = "0.33"
StructArrays = "0.5, 0.6"
Expand Down
Loading

2 comments on commit b5c4626

@devmotion
Copy link
Owner 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/52963

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.4 -m "<description of version>" b5c462632f325c6da03df974fcc37d68f274f1f1
git push origin v0.2.4

Please sign in to comment.