File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11--------------------
2- [0.2.7 ] - 2026-XX-XX
2+ [0.3.0 ] - 2026-02-05
33--------------------
44
5- - Add support for very large columns and add the ``chunk_size `` parameter.
5+ - Add support for columns > 2GiB, and add the ``chunk_size `` parameter.
66 (jeromekelleher, #119).
77
88--------------------
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ test = [
5757 " pytest==8.4.2" ,
5858 " pytest-cov==6.3.0" ,
5959 " pytest-xdist==3.8.0" ,
60- " tskit==0.6.4 " ,
60+ " tskit==1.0.0 " ,
6161 " zarr==2.18.3; python_version == '3.10'" ,
6262 " zarr==3.1.2; python_version >= '3.11'" ,
6363 " numcodecs>=0.6,<0.15.1" , # Pinned due to https://github.com/zarr-developers/numcodecs/issues/733
@@ -68,7 +68,7 @@ docs = [
6868 " sphinx-issues==5.0.1" ,
6969 " sphinx-argparse==0.5.2" ,
7070 " setuptools_scm==9.2.0" ,
71- " tskit==0.6.4 " ,
71+ " tskit==1.0.0 " ,
7272 " zarr==3.1.2" ,
7373 " numcodecs>=0.6,<0.15.1" , # Pinned due to https://github.com/zarr-developers/numcodecs/issues/733
7474]
You can’t perform that action at this time.
0 commit comments