File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 0.16.3] - 2024-03-14
810### Added
911- BaseNode: Add diameter property.
1012- Misc: Testing to include benchmark timings for tree creation, compare benchmark tests across commits, reject pull request if benchmark tests fails.
1113- Misc: Documentation to include benchmark results.
1214### Changed
1315- Misc: Documentation to enable zooming in of images, add navigation section headers, remove some meta tags.
1416- Misc: Split up testing into multiple conftest files.
17+ ### Fixed
18+ - Tree Constructor: Tree creation from dictionary adds None for empty attributes instead of np.nan.
19+ - [ #216 ] Tree Exporter: ` attr_omit_null ` to handle nan/null values in addition to checking for None.
1520
1621## [ 0.16.2] - 2024-02-06
1722### Added
@@ -502,7 +507,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
502507- Utility Iterator: Tree traversal methods.
503508- Workflow To Do App: Tree use case with to-do list implementation.
504509
505- [ Unreleased ] : https://github.com/kayjan/bigtree/compare/0.16.2...HEAD
510+ [ Unreleased ] : https://github.com/kayjan/bigtree/compare/0.16.3...HEAD
511+ [ 0.16.3 ] : https://github.com/kayjan/bigtree/compare/0.16.2...0.16.3
506512[ 0.16.2 ] : https://github.com/kayjan/bigtree/compare/0.16.1...0.16.2
507513[ 0.16.1 ] : https://github.com/kayjan/bigtree/compare/0.16.0...0.16.1
508514[ 0.16.0 ] : https://github.com/kayjan/bigtree/compare/0.15.7...0.16.0
You can’t perform that action at this time.
0 commit comments