Skip to content

Commit 1456fab

Browse files
authored
update version to 0.2.4 (#488)
1 parent 614c201 commit 1456fab

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

88
### Added
99

10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
## [0.2.4] - 2024-01-16
19+
20+
### Added
21+
1022
- Added an example for training `Trompt` on multiple GPUs ([#474](https://github.com/pyg-team/pytorch-frame/pull/474))
1123
- Added support for materializing dataset for train and test dataframe separately([#470](https://github.com/pyg-team/pytorch-frame/issues/470))
1224
- Added support for PyTorch 2.5 ([#464](https://github.com/pyg-team/pytorch-frame/pull/464))

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend="flit_core.buildapi"
44

55
[project]
66
name="pytorch-frame"
7-
version="0.2.3"
7+
version="0.2.4"
88
authors=[
99
{name="PyG Team", email="team@pyg.org"},
1010
]

Diff for: torch_frame/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
torch_frame.data.stats.StatType,
3434
])
3535

36-
__version__ = '0.2.3'
36+
__version__ = '0.2.4'
3737

3838
__all__ = [
3939
'DataFrame',

0 commit comments

Comments
 (0)