Skip to content

Commit 014b782

Browse files
committed
Switch git user to JuliaIO, Julia compat 1.11
1 parent 5c1268e commit 014b782

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.10'
2726
- '1.11'
27+
- '1'
2828
- 'pre'
2929
os:
3030
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
1010
[compat]
1111
CondaPkg = "0.2.29"
1212
PythonCall = "0.9.25"
13-
julia = "1.10"
13+
julia = "1.11"
1414

1515
[extras]
1616
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PyTensorStore
22

3-
[![Build Status](https://github.com/mkitti/PyTensorStore.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/mkitti/PyTensorStore.jl/actions/workflows/CI.yml?query=branch%3Amain)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaIO.github.io/PyTensorStore.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaIO.github.io/PyTensorStore.jl/dev/)
5+
[![Build Status](https://github.com/JuliaIO/PyTensorStore.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/mkitti/PyTensorStore.jl/actions/workflows/CI.yml?query=branch%3Amain)
46

57
PyTensorStore.jl provides a wrapper around the Python package `tensorstore`. A future TensorStore.jl may wrap the C++ API directly.
68

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(;
88
authors="Mark Kittisopikul <markkitt@gmail.com> and contributors",
99
sitename="PyTensorStore.jl",
1010
format=Documenter.HTML(;
11-
canonical="https://mkitti.github.io/PyTensorStore.jl",
11+
canonical="https://JuliaIO.github.io/PyTensorStore.jl",
1212
edit_link="main",
1313
assets=String[],
1414
),

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = PyTensorStore
44

55
# PyTensorStore
66

7-
[PyTensorStore.jl](https://github.com/mkitti/PyTensorStore.jl) provides a Julia wrapper around the Google [TensorStore](https://google.github.io/tensorstore/) Python API. TensorStore is a library for efficiently reading and writing large multi-dimensional arrays, supporting various storage backends like Zarr, N5, and Google Cloud Storage.
7+
[PyTensorStore.jl](https://github.com/JuliaIO/PyTensorStore.jl) provides a Julia wrapper around the Google [TensorStore](https://google.github.io/tensorstore/) Python API. TensorStore is a library for efficiently reading and writing large multi-dimensional arrays, supporting various storage backends like Zarr, N5, and Google Cloud Storage.
88

99
## Contents
1010

0 commit comments

Comments
 (0)