File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v0.13.1 (2024-02-29)
6+
7+ ### Chore
8+
9+ * chore: update dependencies ([ ` d7da26e ` ] ( https://github.com/galogm/graph_datasets/commit/d7da26ec0d01b193640e64775aedbaf367af298f ) )
10+
11+ ### Fix
12+
13+ * fix: enable load_data to return pyg data ([ ` 408a65a ` ] ( https://github.com/galogm/graph_datasets/commit/408a65aff7f5c667b9b7aaabd8b105dd42bdef39 ) )
14+
15+
516## v0.13.0 (2024-02-29)
617
718### Feature
Original file line number Diff line number Diff line change 2121author = 'Galo.gm'
2222
2323# The full version, including alpha/beta/rc tags
24- release = '0.13.0 '
24+ release = '0.13.1 '
2525
2626
2727# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11"""Graph Datasets
22"""
3- __version__ = "0.13.0 "
3+ __version__ = "0.13.1 "
44
55from .load_data import load_data
66from .utils import *
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " graph_datasets"
7- version = " 0.13.0 "
7+ version = " 0.13.1 "
88authors = [{
name =
" galo.gm" ,
email =
" [email protected] " }]
99keywords = [" graph" , " datasets" ]
1010description = " Load graph datasets."
You can’t perform that action at this time.
0 commit comments