Skip to content

Releases: sernst/cauldron

v1.0.9

31 Mar 21:32
Compare
Choose a tag to compare
  • Add 3.10 support.
  • Remove 3.6 support.
  • Updates for major dependency changes.

v1.0.7

26 Apr 17:21
af6ad42
Compare
Choose a tag to compare
  • Improves handling of module reloading in shared libraries to avoid inter-dependencies from causing reload-order errors.

v1.0.6

24 Feb 14:16
df39ba1
Compare
Choose a tag to compare
  • Adds version display to the web UI home screen for all three components for clarity with style alerting when key versions mismatch.
  • Also added hooks for APM to support API tuning and some backwards-compatible changes to the API for additional debugging clarity.
  • Refactored build configuration into yaml files for greater extensibility.
  • Updated web UI dependencies.
  • Drop support for Python 3.5 now that is has passed its end-of-life date.
  • Adds official support for Python 3.9 now that the DS stack libraries have released with 3.9 support as well.

v1.0.5

26 Sep 19:53
09bcbc3
Compare
Choose a tag to compare

This release introduces the waitress dependency for serving the kernel and ui in non-containerized environments for better performance and reliability than was possible with the Flask-based serving that was originally introduced.

v.1.0.4

11 Sep 17:31
4bb36d6
Compare
Choose a tag to compare

Adds handling of decimal.Decimal types in a number notebook rendering cases.

v1.0.3

24 Feb 13:08
c5feed9
Compare
Choose a tag to compare
  • Improved step test file matching for partial matches in cases where similar file names are found within the same project.
  • Improved notebook loading within the UI application.

v1.0.2

30 Jan 15:57
783b73c
Compare
Choose a tag to compare
  • Restores Python 3.5 compatibility for lower patches.
  • Improves large file syncing between UI and kernels.

v1.0.1

03 Jan 18:03
ec74e00
Compare
Choose a tag to compare

Includes:

  • Expanded color palette management in the plotter module,
  • Simplified step testing with partial step matching in run_set(STEP_NAME),
  • Fixes packaging of the UI in the pypi and conda packages.

v1.0.0

11 Dec 00:44
ed906f8
Compare
Choose a tag to compare

Major new release with a new web-based UI. Checkout the docuementation at http://www.unnotebook.com for more details.

v0.5.0

09 Oct 03:23
2462dc3
Compare
Choose a tag to compare

This version refactors the notebook web application code from a gulp-managed app to a webpack-managed application that utilizes newer syntax and structures for organizing and managing the code and the build and deploy process.