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
13 changes: 0 additions & 13 deletions .codecov.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .flake8

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:

jobs:
Lint:
uses: tskit-dev/.github/.github/workflows/lint.yml@v12
uses: tskit-dev/.github/.github/workflows/lint.yml@v13
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
packaging:
name: Python packaging
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v12
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v13

test:
name: Python
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v12
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v13
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python }}
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## [0.1.2] - 2026-XX-XX
Unreleased
## [0.1.2] - 2026-03-03

Maintenance release

- Upgrade supported Python versions to 3.11 -> 3.14

Expand Down
3 changes: 1 addition & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html:
use_repository_button: true
use_edit_page_button: true


sphinx:
extra_extensions:
- sphinx_copybutton
Expand Down Expand Up @@ -55,7 +55,6 @@ sphinx:
matplotlib: ["https://matplotlib.org/stable", null]
numpy: ["https://numpy.org/doc/stable/", null]
pandas: ["https://pandas.pydata.org/pandas-docs/stable", null]
pyslim: ["https://tskit.dev/pyslim/docs/latest/", null]
tskit: ["https://tskit.dev/tskit/docs/stable/", null]
tskit-tutorials: ["https://tskit.dev/tutorials/", null]
msprime: ["https://tskit.dev/msprime/docs/stable/", null]
Expand Down
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ Documentation = "https://tskit.dev/tstrait/docs/"
[dependency-groups]
test = [
"msprime",
"numba",
"pandas",
"tskit",
"pytest",
"pytest-cov",
"pytest-xdist",
Expand All @@ -78,11 +75,9 @@ docs = [
"jupyter-book<2",
"matplotlib",
"msprime",
"numba",
"numpydoc",
"pandas",
"sphinx-issues",
"tskit",
]

lint = [
Expand All @@ -104,6 +99,7 @@ dev = [

verification = [
"matplotlib",
"stdpopsim",
"numpy",
"pandas",
"scipy",
Expand Down Expand Up @@ -156,4 +152,3 @@ known-third-party = [
"numpy",
"pytest",
]

65 changes: 51 additions & 14 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.