Skip to content

Commit

Permalink
Merge branch 'dev' into zarr_append
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Aug 19, 2024
2 parents dcea8a0 + 49a60df commit a1ad5b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
# hooks:
# - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.5.7
hooks:
- id: ruff
# - repo: https://github.com/econchick/interrogate
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# HDMF Changelog

## HDMF 3.14.3 (Upcoming)
## HDMF 3.14.4 (Upcoming)

### Enhancements
- Added support to append to a dataset of references for HDMF-Zarr. @mavaylon1 [#1157](https://github.com/hdmf-dev/hdmf/pull/1157)

## HDMF 3.14.3 (July 29, 2024)

### Enhancements
- Added new attribute "dimension_labels" on `DatasetBuilder` which specifies the names of the dimensions used in the
Expand Down
1 change: 0 additions & 1 deletion src/hdmf/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

def append_data(data, arg):
from hdmf.backends.hdf5.h5_utils import HDMFDataset

if isinstance(data, (list, DataIO, HDMFDataset)):
data.append(arg)
return data
Expand Down

0 comments on commit a1ad5b1

Please sign in to comment.