From b454f27ce34a44989704762dfad72871e90db6cd Mon Sep 17 00:00:00 2001 From: ZenithClown Date: Wed, 21 Feb 2024 21:56:53 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20bump=20code=20to=20v0.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- utilities/README.md | 2 -- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3017e79..9c8804b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@
+## [v0.1.2](https://github.com/ZenithClown/ai-ml-project-template/releases/tag/v0.1.2) - Minor Bug Fixes + +Minor Bug Fixes: + * Moved *jupyter notebooks* under [examples](./examples/) directory, + * Added [README.md](./utilities/README.md) for utilities directory, TODO add featured submodules link. + ## [v0.1.1](https://github.com/ZenithClown/ai-ml-project-template/releases/tag/v0.1.1) : Fully Functional & Minimal Template Minimal AI/ML project template with minimal requirements and settings file. An useful boilerplate ipython notebook file is provided to quickly get-started with exploratory data analysis and model development. This version mainly focuses on: diff --git a/VERSION b/VERSION index 8308b63..f4caccc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.1 +v0.1.2 \ No newline at end of file diff --git a/utilities/README.md b/utilities/README.md index dffa024..96fc03f 100644 --- a/utilities/README.md +++ b/utilities/README.md @@ -1,7 +1,5 @@

Utilities Module

---- -
Utility module containing useful additional libraries that either [I](https://zenithclown.github.io/) have created or sourced from different open-source