Skip to content

[view] Update for Auspice v3 - #541

Draft
jameshadfield wants to merge 1 commit into
masterfrom
auspice-v3
Draft

jameshadfield wants to merge 1 commit into
masterfrom
auspice-v3

Conversation

@jameshadfield

Copy link
Copy Markdown
Member

These changes aren't needed for Auspice v3, as the auspice view CLI is backwards compatible and thus will continue to work with the now-deprecated --datasetDir / --narrativeDir arguments.

Once all runtimes are using Auspice v3 (how can we check this?) we can merge this PR & release a new CLI version.

for Auspice v3 which no longer uses `--datasetDir` and `--narrativeDir`.
There's the potential for a small change in behaviour as Auspice v3 now
looks for datasets and narratives in provided directories rather than
separating out dataset-dir & narrative-dir. We use the `first_match_wins`
function here to mimic the behaviour if there are duplicate paths.
#
# Note that the --datasetDir and --narrativeDir here might be overriden in
# run() below.
# NOTE: Auspice v3 uses positional args for datasets/narratives

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once all runtimes are using Auspice v3 (how can we check this?)

Haven't looked at the changes here in detail yet, but wanted to note this can be done by updating the docker compatible_auspice tag and probably add a new entry to conda ENV_FEATURE. There's nothing in place for versioning in the ambient runtime, but maybe we could add something to test_setup.

@joverlee521 joverlee521 linked an issue Sep 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

view: use Auspice v3 CLI args

2 participants