Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev -> Master -> Release v1.1.0 #1110

Merged
merged 30 commits into from May 14, 2019
Merged

Dev -> Master -> Release v1.1.0 #1110

merged 30 commits into from May 14, 2019

Conversation

chenjiandongx
Copy link
Member

本次 PR 内容,

  1. 发布 v1.1.0

sunhailin-Leo and others added 29 commits April 29, 2019 14:31
* Update: options 和 basic_charts (map & pie) 中更新多个参数

* Fix: fix type hints error

* Update: update type hints
* Update: Typehint 尽量使用 Sequence 代替 List,Sequence 包含了 List, Tuple, Set

* Format: code
* Add: example

* Update: 精简配置项

* Update: pyecharts version

* Add: grid example
* Update & Fix: issue 1043(#1043)

* Update pie_example

* Fix pie_example (CI line too long error)

* Fix wordcloud_example filename spelling error

* 🔬 unit test on the changes

* Format: code
* Update: 使用 json encoder 代替 instance 类型检查

* Fix: 修复 List 类型 opts 不能正确渲染的问题
* Update overlap_example.py

Fix The code and description are different in overlap

* Update overlap_example.py
* Add: tests

* Format: code

* Update: BasicOpts pass
* Update: issue 1051 (#1051)

* Add: add unit test code
* Update & Add: 完善了 BMap 的配置和使用 (issue 1065)

* Format code

* Resolve conflict

* Format: code

* Update Code

* Fix issue 1021 & Add bmap test code

* Update test Function name

* Fix test code line too long error.

* Update: Set default copyright value is empty. (Avoid some misunderstanding)
* Update & Fix: Resolve some problem about issue 1065

* Fix type hints

* Update: Method `add_js_funcs` support multiple parameter.
* Add Sunburst Support (issue 1078)

* Fix some problem

* English Doc about Sunburst

* Update test Code and Fix strange blank line error (CI).

* Fix strange blank line error (CI) again.

* Update Sunburst info
* Format: code

* Remove: #coding=utf-8

* Add: 新增示例以及数据 json 文件

* Update: 移除 List 使用 Sequence 代替,移除 instance 判断

* Update: 修复 Geo Lines 线条丢失的问题

* Remove: 移除 Mark* data 类型判断

* Update: js_functions/bmap_js_funtions 分开处理

* Update: 解决 Grid 图 title 不为 List 的问题

* Update: self.color 对外暴露

* Test: 完善测试

* Update: 更新测试和示例

* Fix: test

* Fix: 修复 Grid 不能正常渲染主题以及标题的问题

* Add: Bar 图新增 gap 参数

* Add: example

* Update: 百度地图 ak 保存至环境变量中
* Update: set_series_opts 新增 kwargs,允许传入任意变量

* Update: 统一测试 eq_ 方式

* Docs: update
* Update: 将 trailLength 参数移动至 effect options

* Fix: test

* Test: 测试用例看起来并不需要 title

* Test: 无需指定生成路径
* Issue 793 - English docstring of each chart.

* Fix line too long.

* Update the chart`s docstring.
* Add: example

* Format: code
Add new option in sunburst.add (levels)
* Add: example

* Fix: 修复 table 不能正常显示的问题
* Update: 调整 Table 样式以及新增 Typehint

* Fix: test

* Remove: setup.cfg
@chenjiandongx chenjiandongx requested a review from chfw May 13, 2019 15:05
@codecov-io
Copy link

codecov-io commented May 13, 2019

Codecov Report

Merging #1110 into master will increase coverage by 10.06%.
The diff coverage is 93.6%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1110       +/-   ##
===========================================
+ Coverage   73.06%   83.12%   +10.06%     
===========================================
  Files          75       86       +11     
  Lines        1860     1861        +1     
===========================================
+ Hits         1359     1547      +188     
+ Misses        501      314      -187
Impacted Files Coverage Δ
pyecharts/charts/basic_charts/kline.py 100% <ø> (+19.04%) ⬆️
pyecharts/exceptions.py 0% <ø> (ø) ⬆️
pyecharts/charts/threeD_charts/bar3D.py 100% <ø> (ø) ⬆️
pyecharts/charts/threeD_charts/scatter3D.py 100% <ø> (ø) ⬆️
pyecharts/charts/threeD_charts/surface3D.py 100% <ø> (ø) ⬆️
pyecharts/__init__.py 100% <ø> (ø) ⬆️
pyecharts/charts/threeD_charts/line3D.py 100% <ø> (ø) ⬆️
pyecharts/render/snapshot.py 33.92% <0%> (ø) ⬆️
pyecharts/charts/basic_charts/boxplot.py 90.9% <100%> (+2.53%) ⬆️
test/test_treemap.py 100% <100%> (ø) ⬆️
... and 91 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02050ac...d763873. Read the comment docs.

@chenjiandongx
Copy link
Member Author

chenjiandongx commented May 13, 2019

@chfw @sunhailin-Leo 使用 Merge pull request 方式合并,不要压缩 commit

sunhailin-Leo
sunhailin-Leo previously approved these changes May 13, 2019
Copy link
Member

@sunhailin-Leo sunhailin-Leo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

* ✨ introduce shape only geojson shapes

* 💚 fix broken unit test

* Fix: test

* Format: code
Copy link
Member

@chfw chfw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go!

@chfw chfw merged commit 8fbc3b2 into master May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants