Skip to content

Commit

Permalink
Update to latest Makie (#390)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "Makie" to "0.17"

* Test the equality of values, not Observables

* Layoutable -> Block

* Minor piracy to fix an upstream method ambiguity (do we want to merge this?)

* remove compat with Makie 0.16.3

* test Float32 equality for rotation

* more Float32 conversion

* add method in the right module

* remove piracy

* bump Makie dep

* remove examples manifest

* bump version number

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anshul Singhvi <[email protected]>
Co-authored-by: Fabian Greimel <[email protected]>
  • Loading branch information
4 people authored May 13, 2022
1 parent 3967a70 commit cd66301
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 663 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AlgebraOfGraphics"
uuid = "cbdf2221-f076-402e-a563-3d30da359d67"
authors = ["Pietro Vertechi"]
version = "0.6.6"
version = "0.6.7"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down Expand Up @@ -32,7 +32,7 @@ GeometryBasics = "0.4.1"
GridLayoutBase = "0.6, 0.7"
KernelDensity = "0.6"
Loess = "0.5.1"
Makie = "0.16.3"
Makie = "0.17.1"
PlotUtils = "1"
PooledArrays = "1"
RelocatableFolders = "0.1, 0.2"
Expand Down
1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
Loading

2 comments on commit cd66301

@piever
Copy link
Collaborator Author

@piever piever commented on cd66301 May 13, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.6.7 -m "<description of version>" cd6630185dd66276e2a226407595d905876e1701
git push origin v0.6.7

Please sign in to comment.