Skip to content

Commit

Permalink
#298 summarize_by_time: groupby --> group_by
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jul 30, 2024
1 parent 2240357 commit 08300ca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Binary file removed dist/pytimetk-1.0.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pytimetk-1.0.1.tar.gz
Binary file not shown.
6 changes: 5 additions & 1 deletion docs/changelog-news.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ toc-depth: 3
number-sections: false
---

# pytimetk 1.0.0.9000
# pytimetk 1.0.1

## Fixes:

- `tk.summarize_by_time()`: AttributeError: 'DataFrame' object has no attribute 'groupby' #298

# pytimetk 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytimetk"
version = "1.0.0.9000"
version = "1.0.1"
description = "The time series toolkit for Python."
authors = [
"Business Science <[email protected]>",
Expand Down

0 comments on commit 08300ca

Please sign in to comment.