Skip to content

Releases: dereklarson/bento

Bento v0.0.9

04 Sep 02:57
00bcd31

Choose a tag to compare

  • Add to the Bento quickstart doc page with more instructive steps
  • Make a convenience script: launcher.py
  • Another paragraph for the introduction
  • Fix a bug with the demo dashboard, Mars page variant control

Bento v0.0.8

02 Sep 22:40
01942ec

Choose a tag to compare

  • Introduce an improvement to banks: a Bank class
    • handles boilerplate
    • will allow more version control and support banks as plugins
    • easier to work with when managing a collection of banks
  • Add a bit more to the beginner tutorial, fix a few typos, update to match new bank syntax
  • Add the date_control bank which can ultimately supercede the prior date_slider, range_slider, date_pickers all-in-one

Bento v0.0.7

31 Aug 21:56
be4a24a

Choose a tag to compare

Changes:

  • Adds a draft beginner tutorial
  • Improves default handling for graph elements, allowing easier ramp-up
  • Reorganize utilities

Bento v0.0.6

12 Aug 20:42
706db51

Choose a tag to compare

Changes:

  • Adds the first ReadTheDocs + Sphinx documents
  • Turns off multi-axis grid for now (perhaps can be togglable later)

New exploratory features:

  • Adds a start to a "help overlay" system, that can display info about each bank on top of the component. The goal is to provide a contextual reference for developers or a usage guide for dashboard users.
  • Adds an info bank, for displaying text. Useful for setting a narrative or adding clarity, and can be connected to any bank that provides an input.

Bento v0.0.5

04 Aug 19:08
e72ce61

Choose a tag to compare

While still early and not in a robust state, Bento v0.0.5 contains the following:

  • Enough functional "banks" and styling to create a good selection of starter apps
  • Fully cleaned up from an earlier migration
  • A working, fully included demo run with a console script (bento-dash)
  • An initial test batch that should cover much of the code used up through Dash app generation
  • Integrated Github actions for running the tests and publishing packages to PyPI