Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.10.0 #132

Merged
merged 9 commits into from
Oct 24, 2024
Merged

V2.10.0 #132

merged 9 commits into from
Oct 24, 2024

Conversation

k1o0
Copy link
Collaborator

@k1o0 k1o0 commented Sep 26, 2024

This version improves behaviour of loading revisions and loading datasets from list_datasets output.

Modified

  • sub-collections no longer captured when filtering with filename that starts with wildcard in wildcard mode
  • bugfix of spurious error raised when loading dataset with a revision provided
  • default_revisions_only parameter in One.list_datasets filters non-default datasets
  • permit data frame input to One.load_datasets and load precise relative paths provided (instead of default revisions)
  • redundent session_path column has been dropped from the datasets cache table
  • bugfix in one.params.setup: suggest previous cache dir if available instead of always the default
  • bugfix in one.params.setup: remove all extrenuous parameters (i.e. TOKEN) when running setup in silent mode
  • warn user to reauthenticate when password is None in silent mode
  • always force authentication when password passed, even when token cached
  • bugfix: negative indexing of paginated response objects now functions correctly

Added

  • one.alf.exceptions.ALFWarning category allows users to filter warnings relating to mixed revisions

@k1o0
Copy link
Collaborator Author

k1o0 commented Sep 26, 2024

Tested against amended tests in #129 and these also pass.

@k1o0
Copy link
Collaborator Author

k1o0 commented Sep 26, 2024

Also note that I changed the logger warnings to a new warning category called ALFWarning. Typically the ONE logger is hidden so you may start seeing lots of annoying warnings about multiple revisions, etc.

@k1o0 k1o0 self-assigned this Sep 30, 2024
@k1o0 k1o0 merged commit c83b7e6 into main Oct 24, 2024
10 checks passed
@k1o0 k1o0 deleted the v2.10.0 branch October 24, 2024 11:04
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.

1 participant