Home > Release Notes > wq 0.5.0 “Charted Waters”

wq 0.5.0 “Charted Waters”

wq 0.5.0, or the “Charted Waters” release, extends version 0.4.0 with a number of improved capabilities for managing and analyzing time series data. This is exemplified most clearly in the improvements to wq.app’s chart.js and the addition of a corresponding chart module in wq.db. There are also a number of related enhancements to the organization and performance of wq.db’s vera module. See the submodule release notes for details:

  • wq.app 0.5.1
  • wq.db 0.5.0
  • wq.io 0.4.2
  • django-wq-template 0.5.0

In addition, some functionality has been split out into separate general purpose Python modules:

  • Django REST Pandas - A REST API for Pandas dataframes, which forms the basis of the new chart module
  • Swapper - A Django swappable models impementation extracted from wq.db.patterns