From 0354089cae194ddcaf0c31fd4d6c2b57de055e83 Mon Sep 17 00:00:00 2001 From: Aditya NG Date: Sat, 4 May 2024 10:20:46 +0530 Subject: [PATCH] =?UTF-8?q?release:=20version=200.1.1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 99 +++++++++++++++++++++++++++++++++++++++++++++++++ kan_gpt/VERSION | 2 +- 2 files changed, 100 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6bb6683..48f5eb9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,105 @@ Changelog (unreleased) ------------ +- Test(kan_gpt,mlp_gpt,kan): test cases for forward-backward passes. + [Aditya NG] +- Ci(codecov): token. [Aditya NG] +- Merge branch 'main' of https://github.com/AdityaNG/kan-gpt into main. + [Aditya NG] +- Update LICENSE. [Aditya] +- Refactor(kan_gpt): linting. [Aditya NG] +- Merge pull request #5 from + AdityaNG/dependabot/github_actions/actions/setup-python-5. [Aditya] + + Bump actions/setup-python from 4 to 5 +- Bump actions/setup-python from 4 to 5. [dependabot[bot]] + + Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. + - [Release notes](https://github.com/actions/setup-python/releases) + - [Commits](https://github.com/actions/setup-python/compare/v4...v5) + + --- + updated-dependencies: + - dependency-name: actions/setup-python + dependency-type: direct:production + update-type: version-update:semver-major + ... +- Merge pull request #4 from + AdityaNG/dependabot/github_actions/codecov/codecov-action-4. [Aditya] + + Bump codecov/codecov-action from 3 to 4 +- Bump codecov/codecov-action from 3 to 4. [dependabot[bot]] + + Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. + - [Release notes](https://github.com/codecov/codecov-action/releases) + - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) + - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: codecov/codecov-action + dependency-type: direct:production + update-type: version-update:semver-major + ... +- Merge pull request #3 from + AdityaNG/dependabot/github_actions/actions/checkout-4. [Aditya] + + Bump actions/checkout from 3 to 4 +- Bump actions/checkout from 3 to 4. [dependabot[bot]] + + Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. + - [Release notes](https://github.com/actions/checkout/releases) + - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) + - [Commits](https://github.com/actions/checkout/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: actions/checkout + dependency-type: direct:production + update-type: version-update:semver-major + ... +- Merge pull request #2 from + AdityaNG/dependabot/github_actions/stefanzweifel/git-auto-commit- + action-5. [Aditya] + + Bump stefanzweifel/git-auto-commit-action from 4 to 5 +- Bump stefanzweifel/git-auto-commit-action from 4 to 5. + [dependabot[bot]] + + Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. + - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) + - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) + - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) + + --- + updated-dependencies: + - dependency-name: stefanzweifel/git-auto-commit-action + dependency-type: direct:production + update-type: version-update:semver-major + ... +- Merge pull request #1 from + AdityaNG/dependabot/github_actions/softprops/action-gh-release-2. + [Aditya] + + Bump softprops/action-gh-release from 1 to 2 +- Bump softprops/action-gh-release from 1 to 2. [dependabot[bot]] + + Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. + - [Release notes](https://github.com/softprops/action-gh-release/releases) + - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) + - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) + + --- + updated-dependencies: + - dependency-name: softprops/action-gh-release + dependency-type: direct:production + update-type: version-update:semver-major + ... + + +0.1.0 (2024-05-03) +------------------ +- Release: version 0.1.0 🚀 [Aditya NG] - Funding. [Aditya NG] - Feat(KAN): device type_as use. [Aditya NG] - Feat(dataset.py): tqdm. [Aditya NG] diff --git a/kan_gpt/VERSION b/kan_gpt/VERSION index 6e8bf73..17e51c3 100644 --- a/kan_gpt/VERSION +++ b/kan_gpt/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1