3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added class Histogram. More... over 8 years ago
Renamed Histogram to AbstractHistogram2D. Renamed Histogram1D to Histogram2D. More... over 8 years ago
Updated javadoc comments in Statistics. More... over 8 years ago
Inlined private Method in Statistics. More... over 8 years ago
Statistics no longer implements DataListener. More... over 8 years ago
Removed obsolete constructor Statistics(DataSource). More... over 8 years ago
Column and Row no longer use Statistics.get(String, Orientation, int). Removed Statistics.get(String, Orientation, int). Statistics now stores an Iterable<Comparable<?>> instead of a DataSource. More... over 8 years ago
Histogram1D no longer uses Statistics.get(String, Orientation, int). More... over 8 years ago
StatisticsTest no longer uses Statistics.get(String, Orientation, int). More... over 8 years ago
RasterPlot makes use of DataSource.getRowStatistics(String) and DataSource.getColumnStatistics(String), instead of DataSource.getStatistics(String). More... over 8 years ago
Added methods getColumnStatistics(String key) and DataSource getRowStatistics(String key) to DataSource. More... over 8 years ago
Improved readability. More... over 8 years ago
Split up AbstractDataSource.getStatistics(Class, String) into getRowStatistics(String) and getColumnStatistics(String). More... over 8 years ago
Removed unnecessary test case. More... over 8 years ago
Added test which asserts that the DataSource returned by AbstractDataSource.getStatistics(Class, String) contains one statistics row for each row of the underlying DataSource, when the row statistics are queried. More... over 8 years ago
Added test which asserts that the DataSource returned by AbstractDataSource.getStatistics(Class, String) contains only a column, when the row statistics are queried. More... over 8 years ago
The DataSource returned by AbstractDataSource.getStatistics(Class, String) no longer contains any columns, if the underlying DataSource has no columns. More... over 8 years ago
Improved tests for AbstractDataSource.getStatistics(Class, String). More... over 8 years ago
Added method AbstractDataSource.getStatistics(Class<? extends DataAccessor>, String), which returns a DataSource. More... over 8 years ago
AbstractDataSourceTest uses a JUnit fixture. More... over 8 years ago
Removed concurrency test for data classes because it not repeatable and randomly fails. More... almost 9 years ago
Reverted clone depth limit again. More... almost 9 years ago
Improved speed of CI by limiting git clone depth. More... almost 9 years ago
Added status image of Travis CI to README.rst. More... almost 9 years ago
Added X Virtual Framebuffer to CI test environment. More... almost 9 years ago
Fixed CI notification on IRC. More... almost 9 years ago
Improved repositories for gradle. More... almost 9 years ago
Fixed conditional signing in build.gradle. More... almost 9 years ago
Fixed IRC server for CI notifications. More... almost 9 years ago
Only sign archives when signing is configured and upload task is executed. More... almost 9 years ago