|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +## [0.14.0] - 2023-03-17 |
| 6 | + |
| 7 | +### Documentation |
| 8 | + |
| 9 | +- Book section on node defaults ([#491](https://github.com/tskit-dev/tskit-rust/pull/491)) |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +- Allow use of bookmark in examples/haploid_wright_fisher ([#479](https://github.com/tskit-dev/tskit-rust/pull/479)) |
| 14 | +- Impl Default for row id types ([#484](https://github.com/tskit-dev/tskit-rust/pull/484)) |
| 15 | +- Impl Default for Bookmark ([#486](https://github.com/tskit-dev/tskit-rust/pull/486)) |
| 16 | +- Implement Builder pattern for flags ([#487](https://github.com/tskit-dev/tskit-rust/pull/487)) |
| 17 | +- Support adding nodes with defaults ([#488](https://github.com/tskit-dev/tskit-rust/pull/488)) |
| 18 | + |
| 19 | +### Miscellaneous Tasks |
| 20 | + |
| 21 | +- [**breaking**] Bump MSRV to 1.60.0 ([#478](https://github.com/tskit-dev/tskit-rust/pull/478)) |
| 22 | + |
| 23 | +### Refactor |
| 24 | + |
| 25 | +- Remove internal impl Deref/DerefMut for edge diff iterator. ([#482](https://github.com/tskit-dev/tskit-rust/pull/482)) |
| 26 | +- Mod table_view is no longer pub ([#483](https://github.com/tskit-dev/tskit-rust/pull/483)) |
| 27 | +- [**breaking**] TableCollection::simplify now takes &[NodeId] ([#485](https://github.com/tskit-dev/tskit-rust/pull/485)) |
| 28 | +- Replace macros with fn for adding node table rows ([#489](https://github.com/tskit-dev/tskit-rust/pull/489)) |
| 29 | +- Manually impl Default for NodeDefaultsWithMetadata ([#490](https://github.com/tskit-dev/tskit-rust/pull/490)) |
| 30 | + |
| 31 | +## [0.14.0] - 2023-03-16 |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +- Book section on node defaults ([#491](https://github.com/tskit-dev/tskit-rust/pull/491)) |
| 36 | + |
| 37 | +### Features |
| 38 | + |
| 39 | +- Allow use of bookmark in examples/haploid_wright_fisher ([#479](https://github.com/tskit-dev/tskit-rust/pull/479)) |
| 40 | +- Impl Default for row id types ([#484](https://github.com/tskit-dev/tskit-rust/pull/484)) |
| 41 | +- Impl Default for Bookmark ([#486](https://github.com/tskit-dev/tskit-rust/pull/486)) |
| 42 | +- Implement Builder pattern for flags ([#487](https://github.com/tskit-dev/tskit-rust/pull/487)) |
| 43 | +- Support adding nodes with defaults ([#488](https://github.com/tskit-dev/tskit-rust/pull/488)) |
| 44 | + |
| 45 | +### Miscellaneous Tasks |
| 46 | + |
| 47 | +- [**breaking**] Bump MSRV to 1.60.0 ([#478](https://github.com/tskit-dev/tskit-rust/pull/478)) |
| 48 | + |
| 49 | +### Refactor |
| 50 | + |
| 51 | +- Remove internal impl Deref/DerefMut for edge diff iterator. ([#482](https://github.com/tskit-dev/tskit-rust/pull/482)) |
| 52 | +- Mod table_view is no longer pub ([#483](https://github.com/tskit-dev/tskit-rust/pull/483)) |
| 53 | +- [**breaking**] TableCollection::simplify now takes &[NodeId] ([#485](https://github.com/tskit-dev/tskit-rust/pull/485)) |
| 54 | +- Replace macros with fn for adding node table rows ([#489](https://github.com/tskit-dev/tskit-rust/pull/489)) |
| 55 | +- Manually impl Default for NodeDefaultsWithMetadata ([#490](https://github.com/tskit-dev/tskit-rust/pull/490)) |
| 56 | + |
5 | 57 | ## [0.12.0] - 2022-12-23
|
6 | 58 |
|
7 | 59 | ### Documentation
|
|
0 commit comments