Skip to content

Commit

Permalink
fix julia-1.10 test (#76)
Browse files Browse the repository at this point in the history
* fix julia-1.10-test

* bump version
  • Loading branch information
GiggleLiu committed Jul 30, 2023
1 parent f915e46 commit 77ff1ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name = "LuxurySparse"
uuid = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
authors = ["GiggleLiu <cacate0129@gmail.com>", "Roger-luo <hiroger@qq.com>"]
version = "0.7.3"
version = "0.7.4"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down
1 change: 0 additions & 1 deletion src/conversions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ end

Base.convert(T::Type{<:PermMatrix}, m::AbstractMatrix) = m isa T ? m : T(m)
Base.convert(T::Type{<:IMatrix}, m::AbstractMatrix) = m isa T ? m : T(m)
Base.convert(T::Type{<:Diagonal}, m::AbstractMatrix) = m isa T ? m : T(m)

0 comments on commit 77ff1ed

Please sign in to comment.