Skip to content

Commit

Permalink
v0.2.1 release (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
weihua916 committed Jan 16, 2024
1 parent 34964e6 commit f746974
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed


## [0.2.1] - 2024-01-16

### Added
- Support more stypes in `LinearModelEncoder` ([#325](https://github.com/pyg-team/pytorch-frame/pull/325))
- Added `stype_encoder_dict` to some models ([#319](https://github.com/pyg-team/pytorch-frame/pull/319))
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.0"
version="0.2.1"
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 @@ -18,7 +18,7 @@
import torch_frame.nn # noqa
import torch_frame.gbdt # noqa

__version__ = '0.2.0'
__version__ = '0.2.1'

__all__ = [
'DataFrame',
Expand Down

0 comments on commit f746974

Please sign in to comment.