Skip to content

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Mar 1, 2024
1 parent e774336 commit 2e486cb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
# Changelog
## [Latest](https://github.com/int-brain-lab/ONE/commits/main) [2.6.0]
## [Latest](https://github.com/int-brain-lab/ONE/commits/main) [2.7rc0]
This version of ONE adds support for Alyx 2.0.0 and pandas 3.0.0 with dataset QC filters. This version no longer supports 'data' search filter.

### Added

- support for Alyx v2.0.0
- support for pandas v3.0.0
- one.alf.spec.QC enumeration
- ONE_HTTP_DL_THREADS environment variable allows user to specify maximum number of threads to use
- github workflow for releasing to PyPi

### Modified

- support 'qc' category field in dataset cache table
- One.search supports ´dataset_qc_lte` filter
- One.list_datasets supports ´dataset_qc_lte` and `ignore_qc_not_set` filters
- one.alf.io.iter_sessions more performant

### Removed

- One.search no longer supports 'data' filter: kwarg must be 'dataset'

## [2.6.0]

### Modified
- `one.load_dataset`

- One.load_dataset
- add an option to skip computing hash for existing files when loading datasets `check_hash=False`
- check filesize before computing hash for performance


## [2.5.5]

### Modified
Expand Down
2 changes: 1 addition & 1 deletion one/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""The Open Neurophysiology Environment (ONE) API."""
__version__ = '2.7.0'
__version__ = '2.7rc0'

0 comments on commit 2e486cb

Please sign in to comment.