From becb53df290c2fb6be13412ca75fcde010038c0f Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Mon, 9 Dec 2024 19:20:15 +0800 Subject: [PATCH] feat: add version 1.15.44 --- akshare/__init__.py | 28 ++-------------------------- docs/changelog.md | 7 +++++++ 2 files changed, 9 insertions(+), 26 deletions(-) diff --git a/akshare/__init__.py b/akshare/__init__.py index bbf7ef7eb82..69243f4c3b7 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2953,9 +2953,10 @@ 1.15.41 fix: fix macro_china_fdi interface 1.15.42 fix: fix get_roll_yield_bar interface 1.15.43 fix: fix macro_china_urban_unemployment interface +1.15.44 fix: fix index_detail_hist_adjust_cni interface """ -__version__ = "1.15.43" +__version__ = "1.15.44" __author__ = "AKFamily" import sys @@ -5274,14 +5275,6 @@ macro_china_nbs_region ) -""" -全球期货 -""" -from akshare.futures.futures_international import ( - futures_global_commodity_hist, - futures_global_commodity_name_url_map, -) - """ 外汇 """ @@ -5307,23 +5300,6 @@ option_gfex_daily, ) -""" -英为财情-债券 -""" -from akshare.bond.bond_investing import ( - bond_investing_global, - bond_investing_global_country_name_url, -) - -""" -英为财情-指数 -""" -from akshare.index.index_investing import ( - index_investing_global, - index_investing_global_area_index_name_code, - index_investing_global_area_index_name_url, -) - """ 99期货-期货库存数据 """ diff --git a/docs/changelog.md b/docs/changelog.md index 517ccd33866..1f53c31d038 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,11 @@ ## 更新说明详情 +1.15.44 fix: fix index_detail_hist_adjust_cni interface + + 1. 修复 index_detail_hist_adjust_cni 接口 + 2. 移除 英为财情 相关接口 + 1.15.43 fix: fix macro_china_urban_unemployment interface 1. 修复 macro_china_urban_unemployment 接口 @@ -4838,6 +4843,8 @@ ## 版本更新说明 +1.15.44 fix: fix index_detail_hist_adjust_cni interface + 1.15.43 fix: fix macro_china_urban_unemployment interface 1.15.42 fix: fix get_roll_yield_bar interface