Skip to content

Commit

Permalink
release: 0.4.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Oct 29, 2024
1 parent dd987d1 commit 9cbf349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2024-10-29

### Added
- Add isolation forest algorithm [#130](https://github.com/ai-glimpse/toyml/pull/130)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "toyml"
version = "0.3.2"
version = "0.4.0"
description = "ToyML: Machine Learning from Scratch"
keywords=["machine learning", "statistics", "engineering"]
license = {text = "Apache 2.0"}
Expand Down

0 comments on commit 9cbf349

Please sign in to comment.