Skip to content

Commit 052f810

Browse files
author
github-actions
committed
chore(release): v1.7.0
1 parent 886fc11 commit 052f810

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
<!-- next-version -->
44

5+
## v1.7.0 (2025-06-15)
6+
7+
### Bug Fixes
8+
9+
- Change default export path structure ([#10](https://github.com/ppmina/Xdata/pull/10),
10+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
11+
12+
- Enhance universe definition and market data service
13+
([#10](https://github.com/ppmina/Xdata/pull/10),
14+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
15+
16+
- Fix date to ts in storagedb ([#10](https://github.com/ppmina/Xdata/pull/10),
17+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
18+
19+
- Fix pytest ([#10](https://github.com/ppmina/Xdata/pull/10),
20+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
21+
22+
- Fix some olg bugs ([#10](https://github.com/ppmina/Xdata/pull/10),
23+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
24+
25+
- Make three demo working fine ([#10](https://github.com/ppmina/Xdata/pull/10),
26+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
27+
28+
- Readme to latest ([#10](https://github.com/ppmina/Xdata/pull/10),
29+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
30+
31+
### Features
32+
33+
- Add top_ratio feature replace top_k ([#10](https://github.com/ppmina/Xdata/pull/10),
34+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
35+
36+
- New feature( universe define and download data) ([#10](https://github.com/ppmina/Xdata/pull/10),
37+
[`886fc11`](https://github.com/ppmina/Xdata/commit/886fc11b2acca7ce63ba6d10f75bab3f2af68c06))
38+
39+
540
## v1.6.0 (2025-06-12)
641

742
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "cryptoservice"
7-
version = "1.6.0"
7+
version = "1.7.0"
88
description = "A cryptocurrency trading info package"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)