Sunday, July 17, 2011

Codespeed 0.9.0 released!

A few hours ago, Miquel just released Codespeed 0.9.0!

It doesn't have many differences from 0.8.1, but code base was completely refactored by Frank into a Django App.

If no critical bugs appear in next days, this release will be uploaded to PyPI soon.

More info: http://groups.google.com/group/codespeed/browse_thread/thread/2e865464d78259a3

Tuesday, July 5, 2011

Finally, error bars!

Finally we got error bars on Codespeed!

We used an old post by Jeremiah Faith (bfjf) on a issue created by Chris Leonello (cleonello) on jqPlot bitbucket which adds error bars using jqPlot OHLCRenderer plugin. You can check this issue here.

Now, we got real error bars on Timeline view.

We tried using series inverse colors:



and using grey:




It's also possible to set if you want Codespeed to display error bars or not by editing codespeed/settings.py and changing the value of use_error_bars to True or False.