You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
# v0.16.0 (Mon Oct 06 2025)
2
+
3
+
#### 🚀 Enhancement
4
+
5
+
- Add support to open NIfTI and Zarr assets in NeuroGlass ephemeral mode [#2572](https://github.com/dandi/dandi-archive/pull/2572) ([@kabilar](https://github.com/kabilar))
6
+
7
+
#### 🐛 Bug Fix
8
+
9
+
- Fix bug resulting from typo and small refactor [#2575](https://github.com/dandi/dandi-archive/pull/2575) ([@candleindark](https://github.com/candleindark))
- Directly add metadata instead of using `.model_construct`[#2571](https://github.com/dandi/dandi-archive/pull/2571) ([@brianhelba](https://github.com/brianhelba))
12
+
13
+
#### 🏠 Internal
14
+
15
+
- Remove `get_boto_client` and `get_storage_params` helpers [#2568](https://github.com/dandi/dandi-archive/pull/2568) ([@brianhelba](https://github.com/brianhelba))
16
+
- Remove the `DJANGO_DANDI_DANDISETS_BUCKET_PREFIX` setting [#2566](https://github.com/dandi/dandi-archive/pull/2566) ([@brianhelba](https://github.com/brianhelba))
17
+
18
+
#### 🧪 Tests
19
+
20
+
- Create a `ZarrFileFactory`[#2562](https://github.com/dandi/dandi-archive/pull/2562) ([@brianhelba](https://github.com/brianhelba))
21
+
22
+
#### Authors: 3
23
+
24
+
- Brian Helba ([@brianhelba](https://github.com/brianhelba))
25
+
- Isaac To ([@candleindark](https://github.com/candleindark))
26
+
- Kabilar Gunalan ([@kabilar](https://github.com/kabilar))
0 commit comments