Skip to content

Commit

Permalink
up Makie version; fix arrows plot (#48)
Browse files Browse the repository at this point in the history
* fix doc dependencies with dev .. and update Makie deps

* fix arrows and update docs
  • Loading branch information
koehlerson authored Dec 9, 2022
1 parent c796d59 commit 14ebd7d
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 264 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FerriteViz"
uuid = "59d0093e-b1f1-4fb7-ac85-ab57e45f39d9"
authors = ["Maximilian Köhler <maximilian.koehler@ruhr-uni-bochum.de> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
Ferrite = "c061ca5d-56c9-439f-9c0e-210fe06d3992"
Expand All @@ -11,7 +11,7 @@ Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"

[compat]
Ferrite = "0.3"
Makie = "0.15, 0.16, 0.17"
Makie = "0.17,0.18,0.19"
Tensors = "1"
julia = "1"

Expand Down
Loading

2 comments on commit 14ebd7d

@koehlerson
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/73786

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.1.3 -m "<description of version>" 14ebd7db7c0d7256b83f347b4c04153023a46d4e
git push origin v0.1.3

Please sign in to comment.