Skip to content

Commit c05cc5b

Browse files
authored
Bump compat for StridedViews to 0.5 (#53)
Combined weakdep + test compat bump for StridedViews 0.5. Original CompatHelper pair PRs were merged+reverted due to need for combined testing. ### Changes - root/Project.toml: `StridedViews = "0.4.1"` → `"0.4.1, 0.5"` - test/Project.toml: `StridedViews = "0.4"` → `"0.4, 0.5"` - Project.toml: version `0.4.14` → `0.4.15` ### Supersedes (auto-close on merge) - Closes #54 - Closes #55 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent f729905 commit c05cc5b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FunctionImplementations"
22
uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3-
version = "0.4.14"
3+
version = "0.4.15"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -22,5 +22,5 @@ FunctionImplementationsStridedViewsExt = "StridedViews"
2222
BlockArrays = "1.4"
2323
FillArrays = "1.15"
2424
LinearAlgebra = "1.10"
25-
StridedViews = "0.4.1"
25+
StridedViews = "0.4.1, 0.5"
2626
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ ITensorPkgSkeleton = "0.3.42"
2525
JLArrays = "0.3"
2626
LinearAlgebra = "1.10"
2727
SafeTestsets = "0.1"
28-
StridedViews = "0.4"
28+
StridedViews = "0.4, 0.5"
2929
Suppressor = "0.2"
3030
Test = "1.10"

0 commit comments

Comments
 (0)