min read Author: klaas

changes in PythonOnWheels update 0.916

PythonOnWheel 0.916 release (13 Nov 2019)

pip install -U pythononwheels

Changes:

  • Added Plotly Dash 1.6.0 support
  • Added spectre.css as a lightweight flexbox css alternative.
  • Cleaned up the directory layout
    • conf files are now in the /conf subdirectory
    • general utilities are now in the /lib subdirectory
      • encoders / decoders
      • powlib
      • application module
  • generate_app has a much cleaner output
  • generate_app includes SemanticUI only if you choose it as your view_type.
    • this was added since SUI took 90% of the space used by a PythonOnwheels app.