Skip to content

Commit

Permalink
Remote database querying by default
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Oct 10, 2024
1 parent a55b006 commit 4fd0f71
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 115 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog
## [Latest](https://github.com/int-brain-lab/ONE/commits/main) [2.10.0]
This version improves behaviour of loading revisions and loading datasets from list_datasets output.
This version fixes issues with Alyx authentication in silent mode, and improves behaviour of loading revisions. Additionally the default query mode has changed to 'remote'.

### Modified

Expand All @@ -13,6 +13,7 @@ This version improves behaviour of loading revisions and loading datasets from l
- 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
- OneAlyx uses remote mode by default, instead of auto

### Added

Expand Down
Loading

0 comments on commit 4fd0f71

Please sign in to comment.