Skip to content

Version 0.1.4

Compare
Choose a tag to compare
@anders-kiaer anders-kiaer released this 24 Sep 12:55
· 188 commits to master since this release
422e4ce

Added

  • #311 - Automatically add a comment
    in generated application regarding which Python executable (sys.executable) was used
    when building a portable application.
  • #310 - Added RuntimeWarning
    which appears if @webvizstore decorated functions are given argument values of type
    pandas.DataFrame or pandas.Series (Which are known to not have __repr__ functions
    useful for hashing).

Fixed

  • #313 - Added min-width to menu CSS
    such that it does not collapse on wide content. In addition, make sure menu width is
    only specified on screen widths wide enough to be above the Dash Tabs provided breakpoint at
    800px.