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

Remote database querying by default #138

Merged
merged 5 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ This version drops support for python 3.9 and below, and ONE is now in remote mo
### Modified

- Supports python >= 3.10 only
- OneAlyx uses remote mode by default, instead of auto
- OneAlyx.search now updates the cache tables in remote mode as paginated sessions are accessed

### Added

- one.alf.cache.remove_cache_table_files and One.\_remove_cache_table_files for deleting cache table files

## [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.

### Modified

Expand All @@ -26,6 +32,7 @@ This version improves behaviour of loading revisions and loading datasets from l
### Added

- one.alf.exceptions.ALFWarning category allows users to filter warnings relating to mixed revisions
- one.alf.cache.remove_cache_table_files and One._remove_cache_table_files for deleting cache table files

## [2.9.1]

Expand Down
Loading
Loading