Skip to content

Commit

Permalink
[update]upgrad to v0.4.0
Browse files Browse the repository at this point in the history
the clustering docs is complete
  • Loading branch information
MommaWatasu committed Feb 27, 2022
1 parent 0232714 commit ccdf43e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HorseML"
uuid = "cd092912-fa1d-4500-ad73-daf1b0b0bfff"
authors = ["Watasu Monma"]
version = "0.3.5"
version = "0.4.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# HorseML Release Note

## v0.4.0
- Added clustering models
- Added loss functions for clustering models

## v0.3.5
- Supported training on GPU
- Added `databuilder` to automatically format data
Expand Down

2 comments on commit ccdf43e

@MommaWatasu
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/55561

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" ccdf43e2854fba367ba73ee70e81a3b90dc9bc6b
git push origin v0.4.0

Please sign in to comment.