📣 Dash 1.0.1 released

Update: version 1.16 has been released since this was posted.

Dash 1.0.1 is a regression patch based on community feedback.

Changelogs

Highlights

  • removed dash.testing strong dependencies of testing relevant packages, so you need to do explicitly pip install dash[testing] to set up the testing environment.
  • added --headless mode for browser testing, supporting both chrome and firefox. You can do pytest --headless -k tcid to enable it.
  • dash-table is now packaged correctly in regards to peer dependencies.
3 Likes