Skip to content

Commit

Permalink
feat: add version 1.14.17
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jun 26, 2024
1 parent e29fa48 commit d72529e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
16 changes: 2 additions & 14 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2827,9 +2827,10 @@
1.14.14 fix: fix option_shfe_daily interface
1.14.15 fix: fix energy_carbon_domestic interface
1.14.16 fix: fix index_hist_sw interface
1.14.17 fix: fix stock_board_industry_summary_ths interface
"""

__version__ = "1.14.16"
__version__ = "1.14.17"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -4023,25 +4024,12 @@
同花顺-行业板块
"""
from akshare.stock_feature.stock_board_industry_ths import (
stock_board_industry_cons_ths,
stock_board_industry_name_ths,
stock_board_industry_info_ths,
stock_board_industry_index_ths,
stock_ipo_benefit_ths,
)

"""
同花顺-概念板块
"""
from akshare.stock_feature.stock_board_concept_ths import (
stock_board_concept_cons_ths,
stock_board_concept_name_ths,
stock_board_concept_info_ths,
stock_board_concept_hist_ths,
stock_board_concept_graph_ths,
stock_board_cons_ths,
)

"""
分红配送
"""
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@

## 更新说明详情

1.14.17 fix: fix stock_board_industry_summary_ths interface

1. 修复 stock_board_industry_summary_ths 接口
2. 移除 stock_board_concept_name_ths 接口
3. 移除 stock_board_concept_graph_ths 接口
4. 移除 stock_board_concept_name_ths 接口
5. 移除 stock_board_concept_cons_ths 接口
5. 移除 stock_board_concept_info_ths 接口
5. 移除 stock_board_concept_hist_ths 接口
5. 移除 stock_board_cons_ths 接口

1.14.16 fix: fix index_hist_sw interface

1. 修复 index_hist_sw 接口
Expand Down Expand Up @@ -4278,6 +4289,8 @@

## 版本更新说明

1.14.17 fix: fix stock_board_industry_summary_ths interface

1.14.16 fix: fix index_hist_sw interface

1.14.15 fix: fix energy_carbon_domestic interface
Expand Down

0 comments on commit d72529e

Please sign in to comment.