Mark Kittisopikul
Mark Kittisopikul
This is a forward looking branch that builds on top of #182 to test what a Zarr v3 implementation might look like. The initial goal is read and write valid...
[TensorStore](https://github.com/google/tensorstore) is a C++ and Python library that implements an interface for N5, Zarr v2, and Zarr v3 among other distributed chunked-based formats. TensorStore's implementation is typically very strict and...
@StefanKarpinski I updated https://github.com/JuliaLang/julia/pull/33515 . This is a pull request to `sk/unzip` not master. I first developed a rebase here: https://github.com/mkitti/julia/tree/mkitti/unzip Changes can be seen here: Rebase: https://github.com/JuliaLang/julia/compare/master...mkitti:julia:mkitti/unzip?expand=1
Fix #630 Indexing by non-integers was deprecated in #226 in the year 2018 with v0.9 and removed in https://github.com/JuliaMath/Interpolations.jl/pull/579 in the year 2025 with v0.16. However, removal of the deprecation...
The Python GIL should only be able obtained by a single Julia thread / task. To enforce this, we use a ReentrantLock on the Julia side that must be obtained...
I get the following error when trying to use `Base.runtests` with `revise=true`. I think the issue is with resolving the `..` in the path. It may be necessary to use...
Update OpenCV to 4.12.0 Also update dependencies * Qt6Base_jll to `~6.8.2` * libcxxwrap_julia_jll to `0.14`
Would it make sense to turn this into an [app](https://pkgdocs.julialang.org/v1/apps/)? We might need to wrap cli.jl in `function (@main)`.
> Units for "space" axes: angstrom, attometer, centimeter, decimeter, exameter, femtometer, foot, gigameter, hectometer, inch, kilometer, megameter, meter, micrometer, mile, millimeter, nanometer, parsec, petameter, picometer, terameter, yard, yoctometer, yottameter, zeptometer,...
The examples contain JavaScript comments in them. JSON does now allow for comments. [JSONC](https://jsonc.org/) does allow for comments. Notice how the comment here is highlighted in red. ```json { "zarr_format":...