Skip to content

Commit

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

### ✨ Features

- **momentum**: add simple plot functionality and enhance plot generation
- **momentum**: enhance momentum plotting functionality and add template support

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

- **test_model**: add comments for clarity on testing structure
- **momentum**: refactor momentum parameters and enhance calculation logic
- **momentum**: refactor momentum calculation to use kwargs and enhance data handling
- **momentum**: enhance momentum calculation and add charting option
- **mandelbrot_channel**: serialize equity historical data and include in HumblObject
- **mandelbrot_channel**: update window_format method to raise TypeError
- **add_command**: refactor method parameters to use **kwargs for improved flexibility
- **mandelbrot_channel**: removed kwargs, using command_params
- **mandelbrot_channel**: update warning logic in Fetcher
- **humbl_compass**: added debug logging

### ♻️ Refactorings

- **notebooks**: organized notebooks

### βœ…πŸ€‘πŸ§ͺ Tests

- **momentum**: add integration tests for momentum calculations
- **momentum**: add unit tests for momentum calculations
- **momentum**: add momentum command parameters fixture and integration test

## v1.12.6 (2024-12-03)

### πŸ›πŸš‘οΈ 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.6"
version = "1.13.0"
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.6"
version = "1.13.0"
tag_format = "v$version"
update_changelog_on_bump = true
annotated_tag = true
Expand Down

0 comments on commit e84b674

Please sign in to comment.