Skip to content

Commit

Permalink
➕ add v0.1.1 release statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithClown authored Apr 13, 2023
1 parent 6b055ba commit 2873466
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

<p align = "justify">All notable changes to this <code><b>repository</b></code> will be documented here. The format is based on <a href = "https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href = "https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>

## [v0.1.0-beta](https://github.com/ZenithClown/ai-ml-project-template/releases/tag/v0.1.0-beta)
<div align = "justify">

## [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:
* 📃 Documentation Update: updated project readme, and added how to get started with the repository.
* 🎉 iPython Notebook: an updated boilerplate that adheres to minimal exploratory data analysis and model development.

## [v0.1.0-beta](https://github.com/ZenithClown/ai-ml-project-template/releases/tag/v0.1.0-beta) : BETA/Preview Release

A template for quickly starting a machine learning, artificial intelligence or data science project. The repository contains all necessary files and structure that might be used in a project. This pre-release contains the following:
1. Seperate directory structure for safe keeping [data](data) and [output](output) from code files.
2. [Notebooks](notebooks) directory can be used for storing Jupyter Notebooks.
3. Seperate [src](src) directory that contains [agents](src/agents/), [engine](src/engine/) and [models](src/models/) for configuring any reinforcement learning project. This directory (if not required) can be removed.
4. The [static](static) and [utilities](utilities) can be used to store additional files, while [logs](logs) is an essential files for tracking code progress.

</div>

0 comments on commit 2873466

Please sign in to comment.