Skip to content

Commit 2dd1547

Browse files
authored
Prepare 0.2.5 release (#502)
1 parent 38a3c19 commit 2dd1547

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Diff for: CHANGELOG.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.2.5] - 2025-02-12
77

88
### Added
99

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))
1111
- Added support for PyTorch 2.6 ([#494](https://github.com/pyg-team/pytorch-frame/pull/494))
1212

13-
### Changed
14-
15-
### Deprecated
16-
17-
### Removed
18-
19-
### Fixed
20-
2113
## [0.2.4] - 2024-01-16
2214

2315
### Added

Diff for: torch_frame/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
torch_frame.data.stats.StatType,
3434
])
3535

36-
__version__ = '0.2.4'
36+
__version__ = '0.2.5'
3737

3838
__all__ = [
3939
'DataFrame',

0 commit comments

Comments
 (0)