diff --git a/CHANGELOG.md b/CHANGELOG.md index 013a656c..e6bdb1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.3.0](https://github.com/ELS-RD/kernl/compare/v0.2.2...v0.3.0) (2023-07-20) + + +### Features + +* add llama v2 experiment ([#328](https://github.com/ELS-RD/kernl/issues/328)) ([91e2cd9](https://github.com/ELS-RD/kernl/commit/91e2cd92db44d503874d39a9f6dec42c9f481a8e)) +* github runner ([#294](https://github.com/ELS-RD/kernl/issues/294)) ([2dd349b](https://github.com/ELS-RD/kernl/commit/2dd349b241f9c9fdb059bb4d2d10590340ea2edc)) +* linking kernl and the blog ([#312](https://github.com/ELS-RD/kernl/issues/312)) ([da338f4](https://github.com/ELS-RD/kernl/commit/da338f4af48d9462d68b49c7c5be49400c5a06dc)) +* m4m and kernl front optimization ([#309](https://github.com/ELS-RD/kernl/issues/309)) ([ce74b68](https://github.com/ELS-RD/kernl/commit/ce74b68b8a30bc73ae89f700bd348cc8df903797)) +* make pytest in CI non verbose ([#300](https://github.com/ELS-RD/kernl/issues/300)) ([dea505e](https://github.com/ELS-RD/kernl/commit/dea505e7b099276cba94281c5512f68677ec4b5c)) +* simplify dependencies ([#315](https://github.com/ELS-RD/kernl/issues/315)) ([3271fa9](https://github.com/ELS-RD/kernl/commit/3271fa9f9f56a2568e1e8b2ca566743ca0e3b373)) +* update to triton 2.0 backend ([#307](https://github.com/ELS-RD/kernl/issues/307)) ([481a7b5](https://github.com/ELS-RD/kernl/commit/481a7b522b1dfee97aa6eed80d766f09f3d8e9f9)) + + +### Bug Fixes + +* removes/comments empty sections and navigations. ([#303](https://github.com/ELS-RD/kernl/issues/303)) ([928c339](https://github.com/ELS-RD/kernl/commit/928c339581bd4cc99ca8b4fcfa76cd2525b36ff2)) + + +### Documentation + +* add automatic code reference generation ([#285](https://github.com/ELS-RD/kernl/issues/285)) ([527db17](https://github.com/ELS-RD/kernl/commit/527db1722fdf13b367af9edcf975674a0a2d7cd2)) + ## [0.2.2](https://github.com/ELS-RD/kernl/compare/v0.2.1...v0.2.2) (2023-02-17) diff --git a/setup.py b/setup.py index 8dcb165d..d481bb14 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="kernl", - version="0.2.2", + version="0.3.0", license="Apache License 2.0", license_files=("LICENSE",), classifiers=[