-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Hello,
I tried to use this package together with VectorInterface v0.5. On julia 1.11, a new project with the following Project.toml cannot be instantiated:
name = "MyPackage"
[deps]
SparseArrayKit = "a9a3c162-d163-4c15-8926-b8794fbefed2"
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
[compat]
SparseArrayKit = "0.4"
VectorInterface = "0.5"#16 did not bump the version, therefore the latest release for SparseArrayKit is 0.4.0 which limits VectorInterface to v0.4.1. I managed to instantiate my project above by cloning and dev this repo. Indeed #16 makes it compatible with VectorInterface v0.5, but the release used by Pkg does not include it.
Would it be possible to release a new version of SparseArrayKit to make it compatible with VectorInterface v0.5?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels