Skip to content

Commit

Permalink
update version to 0.2.4 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
weihua916 authored Jan 16, 2025
1 parent 614c201 commit 1456fab
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 @@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [0.2.4] - 2024-01-16

### Added

- Added an example for training `Trompt` on multiple GPUs ([#474](https://github.com/pyg-team/pytorch-frame/pull/474))
- Added support for materializing dataset for train and test dataframe separately([#470](https://github.com/pyg-team/pytorch-frame/issues/470))
- Added support for PyTorch 2.5 ([#464](https://github.com/pyg-team/pytorch-frame/pull/464))
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.3"
version="0.2.4"
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 @@ -33,7 +33,7 @@
torch_frame.data.stats.StatType,
])

__version__ = '0.2.3'
__version__ = '0.2.4'

__all__ = [
'DataFrame',
Expand Down

0 comments on commit 1456fab

Please sign in to comment.