File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v0.10.0 (2023-12-21)
6+
7+ ### Chore
8+
9+ * chore: update docs ([ ` a26de10 ` ] ( https://github.com/galogm/graph_datasets/commit/a26de10aa5e90d3811d0bac78781e84013d6b0e1 ) )
10+
11+ * chore: update doc ([ ` f836a50 ` ] ( https://github.com/galogm/graph_datasets/commit/f836a50e414a7a97f6974cc21056a942928a5cee ) )
12+
13+ ### Feature
14+
15+ * feat: add draw_chart ([ ` 1784af4 ` ] ( https://github.com/galogm/graph_datasets/commit/1784af40d20416a35d1c447e0316ab987115e88c ) )
16+
17+ ### Fix
18+
19+ * fix: sort_head of csv2file ([ ` d1dc3e6 ` ] ( https://github.com/galogm/graph_datasets/commit/d1dc3e6447ea869a18127e28ca72ba36b392ab6b ) )
20+
21+
522## v0.9.0 (2023-12-19)
623
724### Breaking
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.9 .0'
24+ release = '0.10 .0'
2525
2626
2727# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11"""Graph Datasets
22"""
3- __version__ = "0.9 .0"
3+ __version__ = "0.10 .0"
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.9 .0"
7+ version = " 0.10 .0"
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