forked from pyecharts/pyecharts-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyecharts-snapshot.yml
171 lines (171 loc) · 3.81 KB
/
pyecharts-snapshot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
overrides: "pyecharts.yml"
name: "pyecharts-snapshot"
version: "0.2.0"
current_version: "0.2.0"
release: "0.2.0"
copyright_year: 2017-2019
command_line_interface: "snapshot"
entry_point: "pyecharts_snapshot.main:main"
license: MIT
min_python_version: "3.5"
dependencies:
- pillow
- pyppeteer>=0.0.25
keywords:
- echarts
- visualisation
- data
- utility
- png
- jpeg
- svg
- pdf
description: "renders pyecharts output as image"
scm_host: github.com
releases:
- changes:
- action: Added
details:
- 'use pyppeteer, pythonic puppeteer for rendering pyecharts image'
- action: Removed
details:
- 'python 2, 3.5- support'
- 'no more phantomjs dependency'
- 'programmatic rendering capability is removed. NO longer it is integrated with pyecharts'
date: 17.04.2019
version: 0.2.0
- changes:
- action: Added
details:
- '`#33`: Support base64 encoding'
date: 16.12.2018
version: 0.1.10
- changes:
- action: Added
details:
- 'Support eps'
- action: Updated
details:
- 'Loosen the requirement on lml'
date: 13.11.2018
version: 0.1.9
- changes:
- action: Fixed
details:
- '`#28`: pixel_ratio as a parameter'
date: 12.09.2018
version: 0.1.8
- changes:
- action: Fixed
details:
- '`#23`: phantomjs on windows does not like absolute path but file uri formatted ones'
date: 31.05.2018
version: 0.1.7
- changes:
- action: Updated
details:
- use system temp file instead of current working folder for tmp files
date: 16.05.2018
version: 0.1.6
- changes:
- action: Updated
details:
- better error verbose when phantomjs fails to generate output
date: 11.04.2018
version: 0.1.5
- changes:
- action: Added
details:
- Tighter integration with pyecharts 0.4.2. SnapshotEnvironment extends the rendering capability of pyecharts
- '`#16`: phantomjs check fails on windows'
- '`#14`: if the output file name has a path, this library fails over'
date: 26.03.2018
version: 0.1.4
- changes:
- action: Added
details:
- svg support for pyecharts 0.4.0
date: 12.03.2018
version: 0.1.3
- changes:
- action: Updated
details:
- '`#9`: delay 1.5 seconds'
date: 21.12.2017
version: 0.1.2
- changes:
- action: Updated
details:
- 'higher resolution screenshots for all platforms: windows and linux.'
date: 17.12.2017
version: 0.1.1
- changes:
- action: Updated
details:
- support Mac OS Retina display, high resolution screenshots
date: 15.12.2017
version: 0.1.0
- changes:
- action: Updated
details:
- '`PR#7`: helpful error message on missing phantomjs.'
date: 2.11.2017
version: 0.0.11
- changes:
- action: Updated
details:
- pyexcel `pyexcel#pyexcel#105`, remove gease from setup_requires, introduced
by 0.0.9.
date: 23.10.2017
version: 0.0.10
- changes:
- action: Updated
details:
- '`PR#6`: show better'
date: 21.10.2017
version: 0.0.9
- changes:
- action: Updated
details:
- '`PR#5`: fix'
date: 08.09.2017
version: 0.0.8
- changes:
- action: Updated
details:
- Save the output of pyecharts to gif file
date: 26.08.2017
version: 0.0.7
- changes:
- action: Updated
details:
- Allow user to specify a custom delay period in seconds. Default is 0.5s
date: 25.08.2017
version: 0.0.6
- changes: []
date: 22.08.2017
version: 0.0.5
- changes:
- action: Updated
details:
- ' `PR#1`: Support'
date: 19.08.2017
version: 0.0.4
- changes:
- action: Updated
details:
- Remove download image arrow on the output file
date: 19.08.2017
version: 0.0.3
- changes:
- action: Added
details:
- Save the output of pyecharts to pdf file
date: 18.08.2017
version: 0.0.2
- changes:
- action: Added
details:
- Save the output of pyecharts to png file
date: 17.08.2017
version: 0.0.1