File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ ### Changed
12
+
13
+ ### Deprecated
14
+
15
+ ### Removed
16
+
17
+ ### Fixed
18
+
19
+
20
+ ## [ 0.2.1] - 2024-01-16
21
+
9
22
### Added
10
23
- Support more stypes in ` LinearModelEncoder ` ([ #325 ] ( https://github.com/pyg-team/pytorch-frame/pull/325 ) )
11
24
- Added ` stype_encoder_dict ` to some models ([ #319 ] ( https://github.com/pyg-team/pytorch-frame/pull/319 ) )
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.0 "
7
+ version =" 0.2.1 "
8
8
authors =[
9
9
{name =" PyG Team" , email =" team@pyg.org" },
10
10
]
Original file line number Diff line number Diff line change 18
18
import torch_frame .nn # noqa
19
19
import torch_frame .gbdt # noqa
20
20
21
- __version__ = '0.2.0 '
21
+ __version__ = '0.2.1 '
22
22
23
23
__all__ = [
24
24
'DataFrame' ,
You can’t perform that action at this time.
0 commit comments