Resolve "Redesign the report section"
- Implement new mechanisms for the reporting based on
pandas.DataFrame. - Add two tables
Lists2andMetrics2D2. - The table
Graphs,Lists,Metrics1D,Metrics2Dare obsolete. They have been kept in order to help the transition to this new paradigm. - Remove the modules
selectorandreport_objects. - Add the modules
dataframes, andreport_tools. - Improve the UI for the filtering of the
historytable, as well as theselectorfor report. - Introduce the JavaScript widgets
SummaryandGraph. - Add the scripts
migrate-list-070.pyandmigrate-metric2d-070.pyto ease the migration of existing reports. - Update the documentation.
Closes #5 (closed), #11 (closed), #22 (closed), #23 (closed)