Skip to content

Commit

Permalink
chore(release): bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jul 23, 2024
1 parent e589830 commit f468a50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# CHANGELOG

## v0.7.1 (2024-07-23)

### Fix

* fix: total_dataset eval should omit too close points and logger wrong best_records ([`e589830`](https://github.com/Atticuszz/AB_GICP/commit/e5898300b41c5bf265aed1d577f6b70a781266ea))

## v0.7.0 (2024-07-21)

### Chore

* chore(release): bump version to v0.7.0 ([`6e72a8c`](https://github.com/Atticuszz/AB_GICP/commit/6e72a8ce2e710be851f4a675be9b609419654ae1))

* chore: format train ([`afb8592`](https://github.com/Atticuszz/AB_GICP/commit/afb8592a1a83688122b8887356308cfb19fdcda7))

* chore: format loss func ([`87ae6e5`](https://github.com/Atticuszz/AB_GICP/commit/87ae6e59782cc9633bcb44b8a8cffd442b45b630))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "AB-GICP"
version = "0.7.0"
version = "0.7.1"
description = ""
authors = ["Atticuszz <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
@Description :
"""

__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit f468a50

Please sign in to comment.