Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [1.0.1] - 2026-03-05

Maintenance release.

- Require Python >= 3.11


## [1.0.0] - 2025-11-23

Initial stable release of sc2ts.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ parts:
- caption: Misc
chapters:
- file: development
- file: CHANGELOG
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = {file = "LICENSE"}
authors = [
{name = "Jerome Kelleher", email = "jerome.kelleher@bdi.ox.ac.uk"},
]
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"tskit>=1.0.0",
"tszip",
Expand Down Expand Up @@ -38,7 +38,7 @@ inference = [
"tsinfer>=0.5,<1",
"pyfaidx",
"numba",
"zarr<3",
"zarr<3", # No point in supporting zarr3 until tsinfer updated
]
debug = [
"matplotlib",
Expand Down
Loading