We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f446de5 commit d998aaeCopy full SHA for d998aae
CHANGELOG.md
@@ -16,14 +16,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
16
17
- Adopted [PEP 639](https://peps.python.org/pep-0639/) ([#534](https://github.com/pyg-team/pytorch-frame/pull/534))
18
19
-### Deprecated
20
-
21
### Removed
22
23
- Removed support for Python 3.9 ([#558](https://github.com/pyg-team/pytorch-frame/pull/558))
24
25
-### Fixed
26
27
## [0.2.5] - 2025-02-12
28
29
### Added
torch_frame/__init__.py
@@ -34,7 +34,7 @@
34
])
35
36
# https://peps.python.org/pep-0440/
37
-__version__ = '0.3.0.dev0'
+__version__ = '0.3.0'
38
39
__all__ = [
40
'DataFrame',
0 commit comments