-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
* fix css in demo apps * Update vtk helper to support binary encoding * update [email protected] to support binary arrays * Trigger CI * fix numpy int64/uint64 conversion * bump [email protected] to fix cell handling from json when points are binary * Update changelog * Bump version Co-authored-by: xhlulu <[email protected]> Co-authored-by: xhlulu <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "DashVtk" | ||
uuid = "1b08a953-4be3-4667-9a23-818b1eccd4c7" | ||
authors = ["Kitware Inc <[email protected]> and Plotly Technologies <[email protected]>"] | ||
version = "0.0.8" | ||
version = "0.0.9" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
[deps] | ||
Dash = "1b08a953-4be3-4667-9a23-3db579824955" | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
1 comment
on commit 8c8b363
There was a problem hiding this comment.
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/37064
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.0.9 -m "<description of version>" 8c8b3632355d90e50b6a7d20db53a9d47e1d12ce
git push origin v0.0.9
Also, note the warning: This looks like a new registration that registers version 0.0.9.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
@JuliaRegistrator register