Skip to content

Commit

Permalink
version0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Apr 8, 2020
1 parent d26db5a commit 1c92aa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog
## Unreleased
## v0.8.5 - 2020.04.08
### added
* get_bar 增加聚宽源
* get_daily 支持基金累计净值
* get_rt 增加时间属性
* get_rt 返回增加时间属性
* 日线增加成交量数据(注意缓存兼容性)
* 直接将绘制 k 线图 hack 到 df 上
* 直接将绘制 k 线图 hack 到 df 上,df.v_kline()
* 支持 dataframe web 级的显示,可用 set_display 开关
* 增加 StockPEBHistory 类可以查看个股估值历史
* 增加 fetchonly 更精细的控制缓存
* 对 get_daily 增加 fetchonly 更精细的控制缓存
### fixed
* 进一步完善跨市场休市日不同时的净值预测逻辑

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="xalpha",
version="0.8.4",
version="0.8.5",
author="refraction-ray",
author_email="refraction-ray@protonmail.com",
description="all about fund investment",
Expand Down
2 changes: 1 addition & 1 deletion xalpha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.4"
__version__ = "0.8.5"
__author__ = "refraction-ray"
__name__ = "xalpha"

Expand Down

0 comments on commit 1c92aa6

Please sign in to comment.