Skip to content
Draft
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file.

## 0.7.5 - 2025-11-19

### Bug Fixes

- Update patch updates ([#506](https://github.com/chrjabs/rustsat/pull/506)) ([f62fda4](f62fda4e6acdac1bfab59a1c71c179e8325d8ed2)), Co-authored-by:renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Properly handle offsets ([bc281b8](bc281b8efb096621a4cd51390aa919ca8966de76))
- Merging two unweighted trees with same unit weight ([e932e98](e932e987a1d2b912683a6667bc1698c6dc543b7e))

### Features

- Compute value to totdb node ([c6d5be0](c6d5be0ca6bab1fb4e7d0151d820d8c2027e43c2))
- Allow accessing node database ([d88fd01](d88fd01d1ec345db5de02879d81674d0b857679b))

### Miscellaneous Tasks

- Update pyo3 to 0.27.1 ([#510](https://github.com/chrjabs/rustsat/pull/510)) ([e36799b](e36799bfa298ad8706e7aaa1b7ae27c399234a5c))

### Refactor

- Iterate over nodes in `leaf_iter` for `NodeDb` ([7753acd](7753acd28d3ab3a4ca4ba21a31834306fb5fddda))

<!-- generated by git-cliff -->

## 0.7.4 - 2025-10-18

**NOTE**: the feature `all` has been renamed to `_test` and `internals` to `_internals`.
Expand Down
Loading