Skip to content

Commit

Permalink
πŸ”– bump(release): v1.12.2 β†’ v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjfantini committed Dec 3, 2024
1 parent ff1c333 commit a503b27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.12.3 (2024-12-03)

### πŸ›πŸš‘οΈ Fixes

- **log_returns**: enhance log return calculation to support grouping by symbol
- **std**: adding .over() logic to calc over symbols
- **calc_realized_volatility**: added more informative warning
- **humblCHANNEL**: view column renamed to recent_price

## v1.12.2 (2024-12-02)

### πŸ›πŸš‘οΈ Fixes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "humbldata"
version = "1.12.2"
version = "1.12.3"
description = "open-sourcing the math behind major financial institutional investors/banks. this package connects data analysis to the humblFINANCE website."
authors = ["Jennings Fantini <jjman2811@gmail.com>"]
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ skip = ["menv/", "tests"]

[tool.commitizen]
name = "cz_gitmoji"
version = "1.12.2"
version = "1.12.3"
tag_format = "v$version"
update_changelog_on_bump = true
annotated_tag = true
Expand Down

0 comments on commit a503b27

Please sign in to comment.