Skip to content

Commit

Permalink
Merge pull request #338 from google/v0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
Ian Spektor committed Jan 12, 2024
2 parents b20a0ad + 86809c0 commit 9390381
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,21 @@

### Fixes

## 0.7.0

### Features

- Add `tp.from_parquet()` and `tp.to_parquet()`.
- Add `EventSet.fillna()` operator.

### Improvements

- Add support for pip build on Windows.
- Documentation improvements.
- Add `timestamps` parameter to `tp.from_pandas()`.
- Add implicit casting in `EventSet.where()` operator.
- Add support for list argument in `EventSet.rename()` operator.

## 0.1.6

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temporian"
version = "0.1.6"
version = "0.7.0"
description = "Temporian is a Python package for feature engineering of temporal data, focusing on preventing common modeling errors and providing a simple and powerful API, a first-class iterative development experience, and efficient and well-tested implementations of common and not-so-common temporal data preprocessing functions."
authors = [
"Mathieu Guillame-Bert, Braulio Ríos, Guillermo Etchebarne, Ian Spektor, Richard Stotz <gbm@google.com>",
Expand Down
2 changes: 1 addition & 1 deletion temporian/__init__.py
Expand Up @@ -25,7 +25,7 @@
# from temporian.module import submodule as _submodule
# del _submodule

__version__ = "0.1.6"
__version__ = "0.7.0"

# Register all operator implementations
from temporian.implementation.numpy import operators as _impls
Expand Down

0 comments on commit 9390381

Please sign in to comment.