Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
els-lab-ci committed Jul 20, 2023
1 parent 91e2cd9 commit b25a928
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name="kernl",
version="0.2.2",
version="0.3.0",
license="Apache License 2.0",
license_files=("LICENSE",),
classifiers=[
Expand Down

0 comments on commit b25a928

Please sign in to comment.