Skip to content

Commit 75cb2bf

Browse files
Update changelog
Switch to tskit 1.0 for testing
1 parent b1eb0af commit 75cb2bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
--------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)