-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
70 lines (54 loc) · 2.16 KB
/
CHANGELOG.txt
File metadata and controls
70 lines (54 loc) · 2.16 KB
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
v1.3.0
- Significant refactor, better organization
- `write_fig` and `_from_object` now take an additional argument:
`fail_on_error: bool`. If False, default True, returns a list of errors.
- Unused `path` argument for `calc_fig` was removed.
- Fixed race condition where two render tasks would choose the same filename
v1.2.0
- Try to use plotly JSON encoder instead of default
v1.1.0
- Add testing
- Fix a variety of type bugs
- Change order of browser closer to fix hang
- Explicitly handle certain argument options better
- Move temp file creation to .open() out of __init__()
- Reduce mathjax version to plotly.py
- Fix hang and add automatic close with stop_sync_server
- Add option to silence warnings in start/stop_sync_server
- Fix bug where attribute was inconsistently named
v1.1.0rc0
- Improve verbosity of errors when starting kaleido improperly
- Add new api functions start/stop_sync_server
v1.0.0
- Add warning if using incompatible Plotly version
v1.0.0rc15
- BUG: Add regex sanitization for auto-filename generation
- Further santiize title to filename conversion
v1.0.0rc14
- Pass `plotlyjs` option through from Kaleido() to PageGenerator()
v1.0.0rc13
- Pass mathjax option through when using default plotly.js template
v1.0.0rc12
- Add `kopts` args to top-level shortcuts to pass args to `Kaleido(**kopts)`
v1.0.0rc11
- Write mocker tool to parameterize opts in tests
- Crop page to pdf size
- Add type checks to user input for improved error messages
- Fix latex strings in PDF bolding
- Add some choreographer errors to kaleido.errors
v1.0.0rc10
- Allow user to pass Figure-like dicts
- Fix bug by which calc fig rejected plotly figures
- Improve testing
v1.0.0rc9
- Fix v1.0.0rc7 for logic reversal (was conditional error)
v1.0.0rc8
- Add kaleido.calc_fig to return bytes, not write file automatically
- Add calc_fig[_sync], write_fig_sync, and write_fig_from_object_sync to kaleido API
v1.0.0rc7
- Use new choreo is_isolated() to improve platform support (snap /tmp sandboxing)
v1.0.0rc6
- Allow PageGenerator(force_cdn=True) to not use plotly.py's installed js
v1.0.0rc5
- Fix bug by which plotly.py's internal js was always ignored
- Adds testing for PageGenerator