Skip to content

Commit

Permalink
added concatenation tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
colganwi committed Aug 21, 2024
1 parent b071326 commit 0c51fd0
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@ and this project adheres to [Semantic Versioning][].

### Changed

### Fixed

## [0.0.3] - 2024-08-21

### Added

- Add concatenation tutorial to documentation (#27)

### Changed

- `obst` and `vart` create local copy of `nx.DiGraphs` that are added (#26)
- `TreeData.label` value remains the same after `td.concat` as long as all `label` values are the same (#27)
- `TreeData.label` value remains the same after `td.concat` as long as all `label` values are the same for all objects (#27)

### Fixed

Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
notebooks/getting-started
api.md
notebooks/concatenation
changelog.md
contributing.md
references.md
Expand Down
527 changes: 527 additions & 0 deletions docs/notebooks/concatenation.ipynb

Large diffs are not rendered by default.

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 = "treedata"
version = "0.0.2"
version = "0.0.3"
description = "anndata with trees"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 0c51fd0

Please sign in to comment.