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

rkk pushed a change to branch SDAP-520
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git


    from e99b960  Merge remote-tracking branch 'origin/develop' into SDAP-520
     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 22103cd  Merge remote-tracking branch 'origin/develop' into SDAP-520
     add 01fcb9d  Changelog

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   12 +
 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 +
 17 files changed, 3201 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%)

Reply via email to