Skip to content

Tags: domvwt/esparto

Tags

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.3.1 (#132)

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.3.0 (#131)

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.2.0 (#129)

* Fixing encoding for matplotlib and the icon (#128)

* Update output.py

Fixed encoding for matplotlib

* Update base.html.jinja

Fixed icon

* Fix Bokeh unit test

* Update docs

Co-authored-by: apwebber <39490780+apwebber@users.noreply.github.com>

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Develop (#126)

- Page Style
    - Replace footer with icon buttons
        - Esparto home
        - Share document (for compatible systems)
        - Print page
    - Add CSS style for icon buttons
    - Prefer fully specified fonts to system fonts
    - Remove underline from URLs

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.0.0 (#112)

- New Features
    - Command line tools for printing default Jinja and CSS files
- Fixes
    - Config YAML now read with safe loader
- Deprecations
    - Removed CDN theme links
- Dependencies
    - Image content now supported without PIL

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.2 (#95)

* Fix/page layout (#94)

* Set min page height

* Use page options when publishing

* Bump version, update docs

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.1 (#93)

- Fixes
    - Remove call to `fig.tight_layout()` when converting Matplotlib figure to SVG for PDF

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0 (#90)

- API
    - Page now accepts `max_width` and `output_options` arguments
    - Content classes no longer accept `width` or `height` arguments
- New Features
    - Output rendering options can now be configured at page level
    - Additional markdown features recognised
- Fixes
    - JavaScript is now placed at end of page so HTML is loaded first
- Page Style
    - Removed unnecessary indentation
    - Tables now render in minimal, clean style
    - Improvements to sizing and centring of plots
    - Cleaned up unnecessary HTML and CSS
    - Majority of CSS attributes moved to `esparto.css`
- Dependencies
    - Pillow is now optional
    - BeautifulSoup4 is now required
    - Upper version limits removed from all
- Other
    - Type hints implemented with ~100% coverage

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2.0.0 (#58)

* WIP

* Update README

* Update README

* WIP

* WIP

* WIP

* Update docstrings etc

* Update documentation

* Fix bugs and typos

* Update documentation

* Update documentation

* Fix bug

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.3.0 (#56)

-   New Layout class
    -   Card: Bordered container for grouping content
-   Updated Content class
    -   FigureMpl: SVG rendered plots now flex up to 150% of original size
-   Other
    -   Defined string and repr representations for current settings
    -   Updated CSS so maintain distance from header if main title is not defined
    -   Updated content adaptor to allow other Layout objects as valid children for Column