This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-521
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
from 829dc07 Merge branch 'SDAP-520' into SDAP-521
add 955c359 Error handling on ds listing for zarr (#320)
add de23f5c SDAP-319 - Fixed typo (#322)
add cd1f27a Added forgotten changelog entry (#321)
add 1a6477f [SDAP-492] STV-FIS tomogram data visualization support (#323)
add 1126439 [SDAP-497] - Release build script (#290)
add da370b6 SDAP-520 - Guide for evaluating SDAP release candidates (#318)
new 89ee0d6 Merge remote-tracking branch 'origin/develop' into SDAP-521
The 1 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:
CHANGELOG.md | 13 +
analysis/webservice/algorithms/Tomogram.py | 1662 ++++++++++++++++++++
analysis/webservice/algorithms/Tomogram3D.py | 894 +++++++++++
analysis/webservice/algorithms/__init__.py | 2 +
.../{NexusPNGRenderer.py => NexusGIFRenderer.py} | 8 +-
.../request/renderers/NexusRendererFactory.py | 2 +-
.../nexus_tornado/request/renderers/__init__.py | 3 +-
analysis/webservice/webmodel/NexusRequestObject.py | 6 +-
analysis/webservice/webmodel/NexusResults.py | 1 -
data-access/nexustiles/AbstractTileService.py | 4 +
.../nexustiles/backends/nexusproto/backend.py | 4 +
.../backends/nexusproto/dao/SolrProxy.py | 59 +-
data-access/nexustiles/backends/zarr/backend.py | 24 +-
data-access/nexustiles/nexustiles.py | 50 +
helm/values.yaml | 2 +-
poetry.lock | 932 ++++++-----
pyproject.toml | 1 +
tools/build/README.md | 31 +
tools/build/build.py | 616 ++++++++
tools/build/requirements.txt | 4 +
20 files changed, 3853 insertions(+), 465 deletions(-)
create mode 100644 analysis/webservice/algorithms/Tomogram.py
create mode 100644 analysis/webservice/algorithms/Tomogram3D.py
copy analysis/webservice/nexus_tornado/request/renderers/{NexusPNGRenderer.py
=> NexusGIFRenderer.py} (87%)
create mode 100644 tools/build/README.md
create mode 100644 tools/build/build.py
create mode 100644 tools/build/requirements.txt