File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
7
8
8
### Added
9
9
10
+ ### Changed
11
+
12
+ ### Deprecated
13
+
14
+ ### Removed
15
+
16
+ ### Fixed
17
+
18
+ ## [ 0.2.4] - 2024-01-16
19
+
20
+ ### Added
21
+
10
22
- Added an example for training ` Trompt ` on multiple GPUs ([ #474 ] ( https://github.com/pyg-team/pytorch-frame/pull/474 ) )
11
23
- Added support for materializing dataset for train and test dataframe separately([ #470 ] ( https://github.com/pyg-team/pytorch-frame/issues/470 ) )
12
24
- Added support for PyTorch 2.5 ([ #464 ] ( https://github.com/pyg-team/pytorch-frame/pull/464 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend="flit_core.buildapi"
4
4
5
5
[project ]
6
6
name =" pytorch-frame"
7
- version =" 0.2.3 "
7
+ version =" 0.2.4 "
8
8
authors =[
9
9
{name =" PyG Team" , email =" team@pyg.org" },
10
10
]
Original file line number Diff line number Diff line change 33
33
torch_frame .data .stats .StatType ,
34
34
])
35
35
36
- __version__ = '0.2.3 '
36
+ __version__ = '0.2.4 '
37
37
38
38
__all__ = [
39
39
'DataFrame' ,
You can’t perform that action at this time.
0 commit comments