Skip to content

Commit

Permalink
0.2.2 release (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
weihua916 committed Mar 4, 2024
1 parent 1e47e3a commit 56f687d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [0.2.2] - 2024-03-04

### Added

- Avoided for-loop in `EmbeddingEncoder` ([#366](https://github.com/pyg-team/pytorch-frame/pull/366))
- Added `image_embedded` and one tabular image dataset ([#344](https://github.com/pyg-team/pytorch-frame/pull/344))
- Added benchmarking suite for encoders ([#360](https://github.com/pyg-team/pytorch-frame/pull/360))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend="flit_core.buildapi"

[project]
name="pytorch_frame"
version="0.2.1"
version="0.2.2"
authors=[
{name="PyG Team", email="[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion torch_frame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import torch_frame.nn # noqa
import torch_frame.gbdt # noqa

__version__ = '0.2.1'
__version__ = '0.2.2'

__all__ = [
'DataFrame',
Expand Down

0 comments on commit 56f687d

Please sign in to comment.