Skip to content

Commit aa86906

Browse files
authored
Split export and construct module (#342)
* docs: add tips for custom coordinates * docs: update CHANGELOG * docs: update highlight * docs: update highlight * docs: update highlight * refactor: split export module * refactor: split construct module * refactor: split construct tests * refactor: split export tests * docs: update CHANGELOG * fix: lint
1 parent b055b70 commit aa86906

28 files changed

+8665
-8453
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121
name: isort (python)
2222
- repo: https://github.com/psf/black
23-
rev: 24.1.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added:
99
- Docs: Tips for setting custom coordinates for plots.
10+
### Changed:
11+
- Misc: Split tree/construct and tree/export into multiple files.
1012

1113
## [0.23.1] - 2025-01-22
1214
### Changed:

0 commit comments

Comments
 (0)