Skip to content

Commit

Permalink
Merge pull request #47 from 1nchaos/dev
Browse files Browse the repository at this point in the history
version
1.2.1
  • Loading branch information
1nchaos authored Dec 11, 2023
2 parents 03f533b + e1ade28 commit a21ff8e
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 39 deletions.
38 changes: 5 additions & 33 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ master

专注股票量化数据,为Ai(爱)发电,向阳而生。

1.2.1 (2023-12-11)
------------------
1. 更新:更新2024年交易日码表缓存文件。


1.2.0 (2023-12-04)
------------------
1. 新增:根据股票代码获取单只股票所属概念的接口。
Expand All @@ -29,39 +34,6 @@ master
1. 更新:正式发布1.0.0正式版本
2. 新增:五档和分时成交行情接口。

0.0.31b0 (2023-08-19)
------------------
1. 优化:部分接口兼容pandas2.x问题。
2. 优化:股票代码列表,新增近期新股部分。

0.0.30b0 (2023-08-08)
------------------
1. 优化:同花顺 cookie设置,保障同花顺的数据获取。
2. 更新:版本依赖限制调整,同时剔除tqdm,精简项目依赖。
3. 新增:东方财富概念和指数行情,保障概念和指数高可用。
4. 更新:数据字典相关描述,新增了部分字段。

0.0.29b0 (2023-08-05)
------------------
1. 优化:优化了etf列表获取,删除了部分字段
2. 新增:舆情:北向资金行情

0.0.28b0 (2023-07-25)
------------------
1. 新增:舆情:全市场融资融券数据。
2. 部分请求等待时间优化。

0.0.27b0 (2023-07-10)
------------------
1. 新增代理设置,可设置代理ip进行数据获取。
2. 部分函数增加,单个请求等待时间的设置,可避免限流封控。

0.0.26b0 (2023-07-08)
------------------
1. 优化交易日历,增加缓存数据
2. 增加行情测试用例
3. 修复指数代码转换问题

......
------------------

Expand Down
2 changes: 1 addition & 1 deletion adata/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

VERSION = (1, 1, 1)
VERSION = (1, 2, 1)
PRERELEASE = None # alpha, beta or rc
REVISION = None

Expand Down
Loading

0 comments on commit a21ff8e

Please sign in to comment.