Skip to content

Commit

Permalink
👏 release version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Sep 28, 2017
1 parent bbf8441 commit 3610017
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
9 changes: 7 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Version Log

* ### version 0.2.5(Dev)
* ### version 0.2.6(Dev)

* TODO


* ### version 0.2.5 - 2017.9.28(Current)

#### Added
* [issue#173](https://github.com/chenjiandongx/pyecharts/issues/173) 为 xyAxis 通用配置项新增 `is_xaxis_boundarygap``is_yaxis_boundartgap` 参数
Expand All @@ -10,7 +15,7 @@
* 为 Map 图新增 [212个国家和地区](https://github.com/chfw/echarts-countries-js#featuring-citiesor-for-single-download)
* 部分解决 Overlap 和 Grid 不能一起使用的问题(当 Overlap 为多 x 轴或多 y 轴的时候坐标轴索引仍会出现问题)

* ### version 0.2.4 - 2017.9.8(Current)
* ### version 0.2.4 - 2017.9.8

#### Added
* [issue#148](https://github.com/chenjiandongx/pyecharts/issues/148) 为 Radar.config() 新增 `legend_text_size` 参数
Expand Down
15 changes: 9 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@
__author_email__ = '[email protected]'
__license__ = 'MIT'

__requires__ = [
'pillow', 'jinja2', 'future', 'jupyter-pip>=0.3.1'
]
__keywords__ = [
'Echarts', 'charts', 'plotting-tool'
]
__requires__ = ['pillow',
'jinja2',
'future',
'jupyter-pip>=0.3.1']

__keywords__ = ['Echarts',
'charts',
'plotting-tool']

__jupyter_echarts__ = 'pyecharts/templates/js/echarts'

# Load the package's _version.py module as a dictionary.
Expand Down

0 comments on commit 3610017

Please sign in to comment.