diff --git a/CHANGELOG.md b/CHANGELOG.md index 93854aa5f1..9f4e08ba71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid ### List of Pull Requests +- Extend Codeowners [#164](https://github.com/pulp-platform/Deeploy/pull/164) - Support for MaxPool1D and RQSConv1D for PULPOpen [#146](https://github.com/pulp-platform/Deeploy/pull/146) - Use Pre-Commit in CI [#159](https://github.com/pulp-platform/Deeploy/pull/159) - Deeploy-GAP9 Platform [#143](https://github.com/pulp-platform/Deeploy/pull/143) @@ -19,6 +20,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid - Update `pulp-nnx` and `pulp-nn-mixed` submodules to their latest versions - PULP-NN moved to TargetLibraries third-party folder - Aligned CLI commands across the project +- Added @runwangdl as a code owner ### Fixed - im2col buffer size in Conv1d template diff --git a/CODEOWNERS b/CODEOWNERS index baeacab34e..1e42931dee 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: CC-BY-ND-4.0 -* @victor-jung @xeratec @lukamac +* @victor-jung @xeratec @runwangdl diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0123f7b953..32fff6e4ad 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,11 +1,16 @@ All contributors have agreed to an open-source release of their work in the Deeploy project. +This list contributors with significant contributions to the project, in alphabetical order: + +* Alex Marchioni +* Bowen Wang +* Călin Diaconu +* Federico Brancasi +* Francesco Conti +* Luka Macan * Moritz Scherer -* Victor Jung * Philip Wiese -* Luka Macan -* Alberto Dequino -* Francesco Conti * Run Wang * Taha El Bayad -* Federico Brancasi \ No newline at end of file +* Victor Jung +* Viviane Potocnik \ No newline at end of file