Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Feb 4, 2024
1 parent 034571c commit 18bc4ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Support `count_include_pad` attr in AveragePool operator (09ecb729)

- Support license/version/provenance metadata in RTen models
(https://github.com/robertknight/rten/pull/48)

- Fix error when a negative index was used with `Gather` operator (573ded4c)

### rten-imageproc

- Optimized `find_contours` for large images (c471a6c, 7a14f43)

### rten-tensor

- Optimize `TensorBase::map` for contiguous tensors (5562fd23)
- Add `TensorBase::{from_fn, from_simple_fn}` (5e654ea0)
- Add `TensorBase::try_from_data` (18817907)
- Support `get_unchecked` on owned/mutable tensors (06b02eaf)

## [0.3.1] - 2024-01-23

- Updated rten-vecmath dependency to latest version
Expand Down

0 comments on commit 18bc4ac

Please sign in to comment.