-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1af1bb4
commit 1239319
Showing
6 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## v0.1.9.6 (2024-11-07) | ||
|
||
### Fix | ||
|
||
- set SMPS default size range (11.8, 593.5) | ||
|
||
### Refactor | ||
|
||
- **logger**: enhance progress bar visualization and formatting | ||
- minor syntax improvements | ||
|
||
## v0.1.9.5 (2024-10-24) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "AeroViz" | ||
version = "0.1.9.6" | ||
version = "0.1.10" | ||
description = "Aerosol science" | ||
authors = [{ name = "alex", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -56,6 +56,16 @@ markers = [ | |
"requires_data: marks tests that require actual data files", | ||
] | ||
|
||
|
||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
tag_format = "v$version" | ||
changelog_file = "docs/CHANGELOG.md" | ||
version_scheme = "pep440" | ||
version_provider = "pep621" | ||
update_changelog_on_bump = true | ||
major_version_zero = true | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/Alex870521/AeroViz" | ||
Repository = "https://github.com/Alex870521/AeroViz" | ||
|