Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Releases: sernst/cauldron

v0.4.9

04 Oct 13:09
Compare
Choose a tag to compare

Enhancements to the cauldron.display.table() command that allow for simplified random sampling as part of the display process as well as display column formatting.

v0.4.8

17 Jul 13:28
Compare
Choose a tag to compare
  • Support for Plotly 4.0 has been added.
  • The standard dockerfile now uses Python 3.7 instead of Python 3.6.
  • The Python 3.7 images now use Python 3.7.2 instead of 3.7.1.

Improved Library Management

23 Mar 15:58
4086aec
Compare
Choose a tag to compare

Improves the management of libraries throughout the lifecycle of a notebook project, especially in relation to non-interactive execution.

Image display

15 Feb 18:53
8b847df
Compare
Choose a tag to compare

This release adds a new display function cd.display.image() for including images within notebooks. Images must be stored in the assets directory of the project, or an explicitly specified custom asset directory.

Component Styling Enhancements

31 Dec 17:07
Compare
Choose a tag to compare

This release fixes component styling in the notebook display due to CSS collisions in components that didn't fully isolate their class scopes.

Plotly Resizing

06 Dec 04:08
6b335d6
Compare
Choose a tag to compare

This release updates the fluid sizing of Plotly plots to support the latest release of Plotly that has modified the dom structure.

Remote External Libraries

05 Dec 13:52
1d6864d
Compare
Choose a tag to compare

Improve support/handling of external directory libraries when running in a remote context.

Updated Dependencies

01 Dec 05:45
58475b5
Compare
Choose a tag to compare

Updates notebook web dependencies to latest versions.

Expanded Compatibility

29 Nov 14:56
Compare
Choose a tag to compare

This release:

  • Expands compatibility with Python 3.7,
  • Updates package configuration,
  • Fixes Plotly scaling issue on certain platforms,
  • Adds shared project data to the cauldron.run_project return object,
  • Increases unit testing of the batcher module.

Console Enhancements

27 Aug 15:07
Compare
Choose a tag to compare

This release introduces the following changes:

  • #42 Adds cd.step.render_to_console() that allows for rendering strings with Jinja2 to the console from within steps.
  • #47 Removes whitespace console notifications to reduce console noise when running steps.
  • #52 Modifies server execution route to fix Python 3.7 having a new keyword async.