This is an automated email from the ASF dual-hosted git repository.
skperez pushed a change to branch SDAP-371
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
from f1c1289 Updated changelog
new c1d6d6a Rename CSV file within ZIP based on dataset name
new e20466c Updated doms subsetter to support insitu subsetting
new 4a54dc4 Updated matchup algorithm to use insitu module
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
analysis/tests/algorithms/test_subsetter.py | 126 +++++++++++++
analysis/webservice/algorithms/doms/insitu.py | 66 +++++++
analysis/webservice/algorithms/doms/subsetter.py | 220 ++++++++++-------------
analysis/webservice/algorithms_spark/Matchup.py | 58 +-----
analysis/webservice/apidocs/openapi.yml | 6 +-
5 files changed, 290 insertions(+), 186 deletions(-)
create mode 100644 analysis/tests/algorithms/test_subsetter.py
create mode 100644 analysis/webservice/algorithms/doms/insitu.py