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 28, 2024
1 parent e004ab1 commit 958a805
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### rten

- Made `Model` instances `Send`, enabling use with PyO3 (https://github.com/robertknight/rten/pull/55)

- The ONNX => rten model conversion tool is now an installable Python package
called `rten-convert` (https://github.com/robertknight/rten/pull/53)

- Implemented `ReduceSumSquare` operator (36bbf89f)

## [0.4.0] - 2024-02-08

### rten
Expand Down

0 comments on commit 958a805

Please sign in to comment.