graphene changes page

Release History

VersionDateDescription
0.82014/07/31Finalized axis range options.
0.72014/05/23Winter semester student work integrated. Multi-line graphs. Intensity graph.
0.62014/03/27Improvements to bubble graph.
0.52014/01/22Core consolidation. Adding sparkline. Improvements to intensity graph.

Release 0.8 - 2014/07/31

TypeChangesBy
updatecore: using Range and Statistics from epics-utilcarcassi
updatecore: finalized axis range optionscarcassi
addcore: adding drawing support for inverted axiscarcassi

Release 0.7 - 2014/05/23

TypeChangesBy
fixBetter support of NaN in line graphs.students
updateConsolidated much of the code with epics-utilcarcassi
addintensity graph: good implementation of the intensity graphstudents
updatecolor scheme: finalized spec and implementation (including performance analysis)students
addline graph: added first prototype for multi-line graphsstudents
fixprofile: extended profiling framework and performed performance studiesstudents
updateMoved to githubcarcassi

Release 0.6 - 2014/03/27

TypeChangesBy
updatebubble graph: support for selection and negative numbers for sizecarcassi

Release 0.5 - 2014/01/22

TypeChangesBy
fixcore: revised use of interpolation in line graphscarcassi
addcolor scheme: more flexible implementation that can work with an array of colors and valuesstudents
addprofile: initial skeleton for a mini profiling frameworkstudents
fixintensity graph: improving correctness of the graph; adding color mapstudents
updatecore: consolidated code for basic graph area calculation for all graphsstudents
addsparkline: new graph prototype for sparklinesstudents