You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by gi...@apache.org on 2023/01/23 18:47:23 UTC

[incubator-sdap-nexus] branch dependabot/pip/integrations/python-client/numpy-1.22.0 updated (da12e09 -> 8f61ee2)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/integrations/python-client/numpy-1.22.0
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


 discard da12e09  Bump numpy from 1.17.0 to 1.22.0 in /integrations/python-client
     add 7661ac9  SDAP-407: Return depth in CSV and NETCDF matchup outputs (#210)
     add 1e8e63c  Updated cdmssubset to reduce memory consumption (#211)
     add fb7527a  SDAP-411: Used global versioning for SDAP NEXUS artifacts (#213)
     add 2c5986b  Use mamba to install analysis deps (#218)
     add 29bbdef  Label changelog for v1.0.0 SDAP release (#215)
     add 036daed  Build doc (#214)
     add fa7b22b  Update build guide to reflect updated release file structure (#225)
     add de9e2e3  Release/1.0.0 (#226)
     add 8f61ee2  Bump numpy from 1.17.0 to 1.22.0 in /integrations/python-client

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (da12e09)
            \
             N -- N -- N   refs/heads/dependabot/pip/integrations/python-client/numpy-1.22.0 (8f61ee2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  10 +-
 DISCLAIMER-WIP                                     |  18 +++
 NOTICE                                             |   5 +
 README                                             |  14 ++
 VERSION.txt                                        |   1 +
 analysis/__init__.py                               |  15 ++
 analysis/conda-requirements.txt                    |  16 +++
 analysis/package-list.txt                          |  16 +++
 analysis/setup.py                                  |  11 +-
 .../tests/algorithms/test_base_doms_handler.py     |  15 ++
 analysis/tests/algorithms/test_subsetter.py        |  15 ++
 analysis/tests/config/algorithms.ini               |  15 ++
 analysis/tests/conftest.py                         |  15 ++
 analysis/tests/redirect/__init__.py                |  15 ++
 analysis/tests/redirect/collections-config.yaml    |  15 ++
 analysis/tests/redirect/test_RemoteSDAPCache.py    |  15 ++
 analysis/tests/webapp_test.py                      |  15 ++
 analysis/webservice/NexusLivyHandler.py            |  15 ++
 analysis/webservice/algorithms/NexusCalcHandler.py |  15 ++
 .../webservice/algorithms/doms/BaseDomsHandler.py  |   2 +-
 .../algorithms/doms/DomsInitialization.py          |   1 +
 .../webservice/algorithms/doms/ResultsStorage.py   |  13 +-
 .../algorithms/doms/domsconfig.ini.default         |  15 ++
 analysis/webservice/algorithms/doms/insitu.py      |  15 ++
 analysis/webservice/algorithms/doms/subsetter.py   | 151 +++++++++++++--------
 .../algorithms_spark/NexusCalcSparkHandler.py      |  15 ++
 analysis/webservice/algorithms_spark/utils.py      |  15 ++
 analysis/webservice/apidocs/__init__.py            |  15 ++
 analysis/webservice/apidocs/dataset-populate.js    |  16 +++
 analysis/webservice/apidocs/openapi.yml            |  15 ++
 analysis/webservice/config/algorithms.ini          |  15 ++
 analysis/webservice/config/web.ini                 |  15 ++
 analysis/webservice/metrics/MetricsField.py        |  15 ++
 analysis/webservice/metrics/MetricsRecord.py       |  15 ++
 analysis/webservice/metrics/__init__.py            |  15 ++
 analysis/webservice/nexus_tornado/__init__.py      |  15 ++
 .../app_builders/HandlerArgsBuilder.py             |  15 ++
 .../nexus_tornado/app_builders/NexusAppBuilder.py  |  15 ++
 .../app_builders/RedirectAppBuilder.py             |  15 ++
 .../app_builders/SparkContextBuilder.py            |  15 ++
 .../nexus_tornado/app_builders/__init__.py         |  15 ++
 .../webservice/nexus_tornado/request/__init__.py   |  15 ++
 .../request/handlers/NexusRequestHandler.py        |  15 ++
 .../nexus_tornado/request/handlers/__init__.py     |  15 ++
 .../request/renderers/NexusCSVRenderer.py          |  15 ++
 .../request/renderers/NexusJSONRenderer.py         |  15 ++
 .../request/renderers/NexusNETCDFRenderer.py       |  15 ++
 .../request/renderers/NexusPNGRenderer.py          |  15 ++
 .../request/renderers/NexusRendererFactory.py      |  15 ++
 .../request/renderers/NexusZIPRenderer.py          |  15 ++
 .../nexus_tornado/request/renderers/__init__.py    |  15 ++
 analysis/webservice/redirect/RedirectHandler.py    |  15 ++
 .../webservice/redirect/RemoteCollectionMatcher.py |  15 ++
 analysis/webservice/redirect/RemoteSDAPCache.py    |  15 ++
 analysis/webservice/redirect/__init__.py           |  15 ++
 analysis/webservice/webmodel/CustomEncoder.py      |  15 ++
 analysis/webservice/webmodel/Exceptions.py         |  15 ++
 analysis/webservice/webmodel/NexusRequestObject.py |  15 ++
 .../webmodel/NexusRequestObjectTornadoFree.py      |  15 ++
 analysis/webservice/webmodel/NexusResults.py       |  15 ++
 analysis/webservice/webmodel/RequestParameters.py  |  15 ++
 .../webservice/webmodel/StandardNexusErrors.py     |  15 ++
 .../webservice/webmodel/StatsComputeOptions.py     |  15 ++
 analysis/webservice/webmodel/__init__.py           |  15 ++
 analysis/webservice/webmodel/cached.py             |  15 ++
 .../nexustiles/config/datastores.ini.default       |  15 ++
 data-access/requirements.txt                       |  15 ++
 data-access/setup.py                               |   3 +-
 data-access/tests/config/datastores.ini            |  15 ++
 docker/jupyter/requirements.txt                    |  15 ++
 docker/nexus-webapp/Dockerfile                     |   4 +
 docs/build.rst                                     | 143 +++++++++++++++++++
 docs/conf.py                                       |  17 ++-
 docs/index.rst                                     |   4 +-
 docs/quickstart.rst                                |  56 +++++---
 .../zipped_toolbox/daily_difference_average.py     |  15 ++
 .../esri/zipped_toolbox/lat_hof_moeller.py         |  15 ++
 .../esri/zipped_toolbox/lon_hof_moeller.py         |  15 ++
 integrations/esri/zipped_toolbox/matchup.py        |  15 ++
 .../esri/zipped_toolbox/time_average_map.py        |  15 ++
 .../esri/zipped_toolbox/time_series_script.py      |  15 ++
 tests/regression/conftest.py                       |  15 ++
 tools/cdms/requirements.txt                        |  15 ++
 tools/deletebyquery/requirements.txt               |  15 ++
 tools/rmqmonitor/monitor.py                        |  14 ++
 85 files changed, 1400 insertions(+), 90 deletions(-)
 create mode 100644 DISCLAIMER-WIP
 create mode 100644 NOTICE
 create mode 100644 README
 create mode 100644 VERSION.txt
 create mode 100644 docs/build.rst