Skip to content

Releases: domvwt/esparto

v1.2.0

28 Jun 20:46
0d9ecd6
Compare
Choose a tag to compare
  • Implicitly read markdown text files

v1.1.0

18 Jun 11:23
95e707f
Compare
Choose a tag to compare
  • New Layout classes
    • Spacer: make an empty column within a Row
    • PageBreak: enforce a page break in printed / PDF documents
  • New Content class
    • RawHTML: place raw HTML code in the page
  • Updated Content classes
    • DataFramePd: add new CSS style to minimise row height
    • FigureMpl: SVG rendered plots are now responsive and horizontally centred
  • New publishing features
    • CSS stylesheet path can be passed to options.css_styles
    • Jinja template path can be passed to options.jinja_template

v1.0.1

01 Jun 17:59
Compare
Choose a tag to compare
  • Update dependencies.
  • Fix SVG rendering in PDF.
  • Update docs and examples.

v1.0.0

31 May 11:34
9ed51fc
Compare
Choose a tag to compare
  • Improve API.
  • Responsive SVG plots.
  • Update Jinja template to remove branding.
  • Refactor codebase.

v0.2.5

06 May 21:09
f654e7c
Compare
Choose a tag to compare
  • Fix linting errors.
  • Add dataclasses dependency for Python < 3.7.

v0.2.4

04 May 17:05
4e04d2b
Compare
Choose a tag to compare
  • Fix bug corrupting document titles.
  • Lazy load the content dependency dict.
  • Remove unused code.

v0.2.3

03 May 17:40
52ea7ac
Compare
Choose a tag to compare
  • Make documents 'print friendly'.
  • Output to PDF with weasyprint.
  • Export matplotlib plots as SVG by default.
  • Use esparto.options for configuring behaviour.

v0.2.2

24 Apr 10:50
c75fecf
Compare
Choose a tag to compare
  • Fix notebook display for Colab.

v0.2.1

24 Apr 10:22
f79ff26
Compare
Choose a tag to compare
  • Add Bootstrap dependencies for relevant content classes.
  • Inherit FigureBokeh height from Bokeh object.
  • Fix issues with in-notebook content rendering.

v0.2.0

23 Apr 09:07
5d5b0c4
Compare
Choose a tag to compare

Added support for:

  • Bokeh
  • Plotly