Skip to content

Releases: xpublish-experiments/Catalog-To-Xpublish

v0.1.5

05 Jun 17:22
206673a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

30 Apr 20:38
6dfeec3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3: Supporting `fastapi_kwargs`

06 Dec 23:39
9731e0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2 - better error handling

01 Dec 04:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1 includes a patch to support Pydantic 2.0

21 Jul 16:50
9537ca9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.0-pydantic_patch

v0.1.0 release! Stable version with quality testing.

27 Jun 18:25
Compare
Choose a tag to compare

Improvements

  • Expanded test suite that uses starlette.TestClient to test the actual server, not just the underlying functions.
  • New STAC catalog that only accesses OSN data, allowing STAC testing to be done over GitHub actions.
  • Codecov coverage tracking, see report here: https://app.codecov.io/gh/xpublish-experiments/Catalog-To-Xpublish
  • Improved documentation.

Remaining Issues

v0.0.2 release (logging + more flexible STAC support)

07 Jun 15:44
bf692f7
Compare
Choose a tag to compare

A variety of improvements:

  • Better test STAC catalog (https://code.usgs.gov/wma/nhgf/stac/-/tree/main/xpublish_sample_stac/catalog) that includes Zarr data stored at both the STAC "Item" and the STAC "Collection" level.
  • Reworked stac_io to support both Item and Collection level.
  • Adding logging and documentation for it. Can support itegration into existing logging schemes.
  • Removes UI endpoint.
  • Version increment.

v0.0.1 beta Intake/STAC release

11 May 04:26
Compare
Choose a tag to compare

Beta release of Catalog-To-Xpublish. Currently supported features are described in the README file.

Later releases will focus on improving performance, adding additional endpoints with client feedback, and introducing asynchronous processing. An optional "use_dask" mode may be introduce multiprocessing for compute limited steps.