Skip to content

Tags: ACCESS-NRI/access-nri-intake-catalog

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
311 telemetry (#312)

* Add telemetry (initialised when intake.cat.access_nri entrypoint accessed)

* Check for running event loop & start one if nothing found

* Fix up event loop

* Change to a list of telemetry registered functions in the telemetry module

* Add IPython req to CI env

* Move telemetry out to separate package

* Get access-ipy-telemetry from git repo (not on PyPI yet)

* Added redundant telemetry printout - trying to trick CI runner

* Remove redundant telemetry printout

* Added access_ipy_telemetry to documentation build environment

* access-py-telemetry now being downloaded via pip from PyPI mirrors rather than from git repo

* Update URL to point to dev server, fix dependency name in pyproject.toml

* Fixed some things relating to initialisation of telemetry

* Update telemetry setup for some testing

* The way telemetry was working, if we had `intake.cat.access_nri` in the
first cell, we wouldn't record it, because we were running the telemetry
with `pre_run_cell`, but we were turning on the telemetry during the
first cell. This just manually fires the request during the first cell,
and it's cached, so we shouldn't get a bunch of unnecessary refires

* Strip nweline

* Update to point at production server

* Put token on gadi & fill with dud token if nothing found

* Add telemetry disclaimer to docs

* missing file

* Fix docs?

* Fix rst

* Fix docs (again?...)

* Remove pointless colons & fix typo

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#359)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v1.2.0b1

Toggle v1.2.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfixes (#354)

* Fixes a couple of bugs with the use_datastore/build-esm-datastore functionality which arose when trying to create multiple datastores in a single directory: needless checking hashes, warnings about datastore already existing, etc.
* Fix parsing of builder-kwargs

v1.2.0b0

Toggle v1.2.0b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfixes (#354)

* Fixes a couple of bugs with the use_datastore/build-esm-datastore functionality which arose when trying to create multiple datastores in a single directory: needless checking hashes, warnings about datastore already existing, etc.
* Fix parsing of builder-kwargs

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Conda Deployment issues workaround (#338)

* Davide's workaround to publish package to conda

v1.1.1b1

Toggle v1.1.1b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Conda Deployment issues workaround (#338)

* Davide's workaround to publish package to conda

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make catalog build robust against bad experiment metadata (#334)

* Cherry-pick updates from 184 branch

* Re-jig formatting of warning

* Complete previous change

* Correct typo in KeyError

* Add test coverage for new KeyError

v1.1.0b1

Toggle v1.1.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update tests to represent changes to cmip5-al33 (#332)


* Update to fix inconsistency due to modified 'cmip5-al33' datastore

* Add xfail marker to test that keep breaking due to datastore owner updates

---------

Co-authored-by: Marc White <mwhite1206@gmail.com>

v1.1.0b0

Toggle v1.1.0b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
328 datastore names (#329)

* Allow user to configure datastore name

* Test coverage

* Improve test coverage/meaningful-ness

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
290 align test datasets & Broken cordex datastore (#300)

* WIP

* WIP

* Ready to try live translator tests on Gadi

* docstring

* Fixed e2e workflow, updated cordex translator & test data

* Formatting