Releases: GibbsConsulting/django-plotly-dash
Releases · GibbsConsulting/django-plotly-dash
v 1.7.2
Add version dependency constraints to setup.py, so that they are also used by pip and other package installers.
v1.7.1
v1.7.0
Update setup script to not require virtualenv package.
Add fixes for package versions and loading errors.
v1.6.6
Enforce correctly the restrictions from v1.6.5
Restrict dash version to < 1.21.0
Version 1.6.4
Minor patch release with improved documentation
v1.6.3
Minor point release to improve efficiency of JSON parsing
Version 1.6.2
Bugfix for handling initial arguments in form of json-encoded string (fixes #328)
V1.6.1
- Introduction of CHANGELOG.md
- State management for wildcard arguments
- Forwarding of extra arguments
- Stub use_dash_dispatch for backwards compatibility
v1.6.0
Multiple updates to callback handling to cover pattern matching and multiple return values.
Special thanks to the contributions of @sdementen to this release.