Skip to content

v2.10.0

Compare
Choose a tag to compare
@k1o0 k1o0 released this 24 Oct 11:31
· 13 commits to main since this release
c83b7e6

[2.10.0]

This version fixes issues with Alyx authentication in silent mode, and improves behaviour of loading revisions.

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
  • deprecate one.util.ensure_list; moved to iblutil.util.ensure_list

Added

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