File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version -->
44
5+ ## v1.6.0 (2025-06-12)
6+
7+ ### Bug Fixes
8+
9+ - Change default export path structure ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
10+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
11+
12+ - Enhance universe definition and market data service ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
13+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
14+
15+ - Fix date to ts in storagedb ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
16+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
17+
18+ - Fix pytest ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
19+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
20+
21+ - Fix some olg bugs ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
22+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
23+
24+ - Make three demo working fine ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
25+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
26+
27+ - Readme to latest ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
28+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
29+
30+ ### Features
31+
32+ - New feature( universe define and download data) ([ #9 ] ( https://github.com/ppmina/Xdata/pull/9 ) ,
33+ [ ` 99f0d7d ` ] ( https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078 ) )
34+
35+
536## v0.5.0 (2025-03-22)
637
738### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " cryptoservice"
7- version = " 1.5 .0"
7+ version = " 1.6 .0"
88description = " A cryptocurrency trading info package"
99readme = " README.md"
1010requires-python = " >=3.10,<3.13"
You can’t perform that action at this time.
0 commit comments