Skip to content

Commit

Permalink
v0.2.0 release (#298)
Browse files Browse the repository at this point in the history
will be in after #291 is
in.

Co-authored-by: Zecheng Zhang <[email protected]>
  • Loading branch information
weihua916 and zechengz authored Dec 15, 2023
1 parent 2b59649 commit 3f1a695
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

### Changed

### Deprecated

### Removed

### Fixed


## [0.2.0] - 2023-12-15

### Added

- Added more text documentation ([#291](https://github.com/pyg-team/pytorch-frame/pull/291))
- Added `col_to_model_cfg` ([#270](https://github.com/pyg-team/pytorch-frame/pull/270))
- Support saving/loading of GBDT models ([#269](https://github.com/pyg-team/pytorch-frame/pull/269))
Expand Down Expand Up @@ -51,16 +64,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Made `Trompt` output 2-dim embeddings in `forward`
- Renamed `text_embedder_cfg` into `col_to_text_embedder_cfg`

### Deprecated

### Removed

- No manual passing of `in_channels` to `LinearEmbeddingEncoder` for `stype.text_embedded` ([#222](https://github.com/pyg-team/pytorch-frame/pull/222))

### Removed

### Fixed


## [0.1.0] - 2023-10-23

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.1.0"
version="0.2.0"
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.1.0'
__version__ = '0.2.0'

__all__ = [
'DataFrame',
Expand Down

0 comments on commit 3f1a695

Please sign in to comment.