File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.2.5 ] - 2025-02-12
7
7
8
8
### Added
9
9
10
- - Added support for Python 3.12 and 3.13 ([ #500 ] ( https://github.com/pyg-team/pytorch-frame/pull/500 ) )
10
+ - Added support for Python 3.12 and 3.13 ([ #496 ] ( https://github.com/pyg-team/pytorch-frame/pull/496 ) )
11
11
- Added support for PyTorch 2.6 ([ #494 ] ( https://github.com/pyg-team/pytorch-frame/pull/494 ) )
12
12
13
- ### Changed
14
-
15
- ### Deprecated
16
-
17
- ### Removed
18
-
19
- ### Fixed
20
-
21
13
## [ 0.2.4] - 2024-01-16
22
14
23
15
### Added
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.4 '
36
+ __version__ = '0.2.5 '
37
37
38
38
__all__ = [
39
39
'DataFrame' ,
You can’t perform that action at this time.
0 commit comments