openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
GRAL
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 8 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added class Histogram.
Michael Seifert
More...
over 8 years ago
Renamed Histogram to AbstractHistogram2D. Renamed Histogram1D to Histogram2D.
Michael Seifert
More...
over 8 years ago
Updated javadoc comments in Statistics.
Michael Seifert
More...
over 8 years ago
Inlined private Method in Statistics.
Michael Seifert
More...
over 8 years ago
Statistics no longer implements DataListener.
Michael Seifert
More...
over 8 years ago
Removed obsolete constructor Statistics(DataSource).
Michael Seifert
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.
Michael Seifert
More...
over 8 years ago
Histogram1D no longer uses Statistics.get(String, Orientation, int).
Michael Seifert
More...
over 8 years ago
StatisticsTest no longer uses Statistics.get(String, Orientation, int).
Michael Seifert
More...
over 8 years ago
RasterPlot makes use of DataSource.getRowStatistics(String) and DataSource.getColumnStatistics(String), instead of DataSource.getStatistics(String).
Michael Seifert
More...
over 8 years ago
Added methods getColumnStatistics(String key) and DataSource getRowStatistics(String key) to DataSource.
Michael Seifert
More...
over 8 years ago
Improved readability.
Michael Seifert
More...
over 8 years ago
Split up AbstractDataSource.getStatistics(Class, String) into getRowStatistics(String) and getColumnStatistics(String).
Michael Seifert
More...
over 8 years ago
Removed unnecessary test case.
Michael Seifert
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.
Michael Seifert
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.
Michael Seifert
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.
Michael Seifert
More...
over 8 years ago
Improved tests for AbstractDataSource.getStatistics(Class, String).
Michael Seifert
More...
over 8 years ago
Added method AbstractDataSource.getStatistics(Class<? extends DataAccessor>, String), which returns a DataSource.
Michael Seifert
More...
over 8 years ago
AbstractDataSourceTest uses a JUnit fixture.
Michael Seifert
More...
over 8 years ago
Removed concurrency test for data classes because it not repeatable and randomly fails.
Erich Seifert
More...
almost 9 years ago
Reverted clone depth limit again.
Erich Seifert
More...
almost 9 years ago
Improved speed of CI by limiting git clone depth.
Erich Seifert
More...
almost 9 years ago
Added status image of Travis CI to README.rst.
Erich Seifert
More...
almost 9 years ago
Added X Virtual Framebuffer to CI test environment.
Erich Seifert
More...
almost 9 years ago
Fixed CI notification on IRC.
Erich Seifert
More...
almost 9 years ago
Improved repositories for gradle.
Erich Seifert
More...
almost 9 years ago
Fixed conditional signing in build.gradle.
Erich Seifert
More...
almost 9 years ago
Fixed IRC server for CI notifications.
Erich Seifert
More...
almost 9 years ago
Only sign archives when signing is configured and upload task is executed.
Erich Seifert
More...
almost 9 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
37
38
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree