File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 0.20.0 (2017-03-01)
6+ ===================
7+ - The "(thanks, @johnetordoff!)" release
8+ - Feature: The tabular spreadsheet renderer now recognizes date fields as dates and will format
9+ them as such. (thanks, @johnetordoff!)
10+ - Feature: Don't even try to render tabular files larger than 100Mb. Neither the server nor the
11+ browser wants that. (thanks, @johnetordoff!)
12+ - Feature: Render a better error message when encountering a csv file with a single field larger
13+ than ~128kb. The underlying library can't handle that, so it's polite to let the user know.
14+ (thanks, @johnetordoff!)
15+ - Feature: MFR will now render .m4v files using the <video> tag. (thanks, @johnetordoff!)
16+ - Fix: Improve tooltip language on 3d object-renderer. (thanks, @johnetordoff!)
17+ - Code: Start depending on upstream xlrd instead of our own fork. (thanks, @johnetordoff!)
18+
5190.19.1 (2017-02-21)
620===================
721- Fix: explicitly depend on IPython to fix ipynb rendering. nbconvert and nbformat have an
Original file line number Diff line number Diff line change 1- __version__ = '0.19.1 '
1+ __version__ = '0.20.0 '
22__import__ ('pkg_resources' ).declare_namespace (__name__ )
You can’t perform that action at this time.
0 commit comments