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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [Unrealeased]
## Unreleased

### Added

### Changed

### Fixed

## [0.2.0] - 2025-11-14

### Added
- Added `pycea.tl.expansion_test` for computing expansion p-values to detect clades under selection
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "hatchling" ]

[project]
name = "pycea-lineage"
version = "0.1.0"
version = "0.2.0"
description = "Scverse lineage tracing toolkit"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
Loading