Releases: acquire-project/acquire-driver-zarr
Releases · acquire-project/acquire-driver-zarr
Nightly Release
Bump acquire-zarr from `d34e4ab` to `459f552` (#334) Bumps [acquire-zarr](https://github.com/acquire-project/acquire-zarr) from `d34e4ab` to `459f552`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acquire-project/acquire-zarr/commit/459f552d0bbca78b0af8a183fdd495b34e2fe620"><code>459f552</code></a> Merge pull request <a href="https://redirect.github.com/acquire-project/acquire-zarr/issues/61">#61</a> from melissawm/docstrings</li> <li><a href="https://github.com/acquire-project/acquire-zarr/commit/cdbcc46505b5f25ccd86be1e83310d041a910ccb"><code>cdbcc46</code></a> Make docstrings readable for mkdocstrings</li> <li><a href="https://github.com/acquire-project/acquire-zarr/commit/945abad8465ff1970838f612934e79f7b5c8ba8e"><code>945abad</code></a> Deprecate <code>SinkCreator</code> (<a href="https://redirect.github.com/acquire-project/acquire-zarr/issues/49">#49</a>)</li> <li>See full diff in <a href="https://github.com/acquire-project/acquire-zarr/compare/d34e4abefb98446192bd80df892b5b8ca29a1bdb...459f552d0bbca78b0af8a183fdd495b34e2fe620">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.2.0
Commits
v0.1.14
Commits
- ea9dca5: remove miniocpp binaries (#290) (Alan Liddell) #290
- e5a27d1: Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#292) (dependabot[bot]) #292
- 8084499: Standalone 1/N: Move driver source and test files to separate directories (#293) (Alan Liddell) #293
- 9aeab62: Standalone 2/N: Define the Zarr streaming API (#294) (Alan Liddell) #294
- 0658371: Standalone 3/N: Define the Zarr logger (#295) (Alan Liddell) #295
- 16c553f: Standalone 5/N: Implement and test ZarrStream_s (#297) (Alan Liddell) #297
- 89b4b6c: Standalone 7/N: Implement and test Zarr common functions (#299) (Alan Liddell) #299
- 8b20b10: Standalone 8/N: Implement and test ThreadPool, S3Connection{Pool}. (#300) (Alan Liddell) #300
- c9746e1: Standalone 9/N: Implement and test Sink and SinkCreator types (#301) (Alan Liddell) #301
- 97cc823: Standalone 10/N: Implement and test base ArrayWriter (#302) (Alan Liddell) #302
- 41f71a7: Standalone 11/N: Implement and test ZarrV2ArrayWriter (#303) (Alan Liddell) #303
- aa59079: Standalone 12/N: Implement and test ZarrV3ArrayWriter (#304) (Alan Liddell) #304
- dc674fc: Standalone 13/N: Integrate components into ZarrStream_s (#305) (Alan Liddell) #305
- b0540fd: Standalone 14/14: Use the streaming API in the driver (#306) (Alan Liddell) #306
- 1255471: Build on macOS. (Alan Liddell)
- b1f1ff3: Add acquire-zarr as a submodule (#308) (Alan Liddell) #308
- d7bea48: Bump acquire-zarr from
b205594to9c46763(#311) (dependabot[bot]) #311 - 744d16b: Fix uploads (#312) (Alan Liddell) #312
v0.1.13
Commits
- 761722d: Bump acquire-common from
7afe044to2480a1b(#284) (dependabot[bot]) #284 - 80782e3: Bump acquire-common from
2480a1btoa5bb73d(#285) (dependabot[bot]) #285 - c54c8f3: Fix inaccurate reporting of append dimension size in metadata. (#286) (Alan Liddell) #286
- c66397d: Bump acquire-common from
a5bb73dto8e3e995(#288) (dependabot[bot]) #288 - c663594: Make the combination of get and set idempotent (#287) (Alan Liddell) #287
v0.1.12
Commits
- 175f45b: Migrate filesystem writers to
Sinkconcept (#240) (Alan Liddell) #240 - 9368165: Enforce CXX standard in CMake (#249) (Shlomi Nissan) #249
- 156b99e: Add vcpkg and remove hardcoded dependencies (#254) (Shlomi Nissan) #254
- c2c56ac: Link the JSON library using vcpkg in test files (#257) (Shlomi Nissan) #257
- 6342d62: Use vcpkg in build and release jobs (#256) (Alan Liddell) #256
- Implement S3 Sinks, part 1 (no S3 sinks yet implemented) (#252) #252 (Alan Liddell)
- c77a987: 238, part 2: Misc fixes (#262) (Alan Liddell) #262
- 463fe6e: Update reported datatypes to conform with specs (#268) (Alan Liddell) #268
- f0f767d: 238, part 3: Separate common classes and utilities. Fix includes. Move tests. (#264) (Alan Liddell) #264
- 61906b9: Remove Automerge job (#270) (Alan Liddell) #270
- 773dda5: Update config instructions for clarity (#273) (Alan Liddell) #273
- ee39999: Vcpkg MacOS universal build (#272) (Alan Liddell) #272
- 17e1591: Integrate minio-cpp from main (#275) (Alan Liddell) #275
- d4e3a34: Add an append method that takes frame data, size, and shape (#279) (Alan Liddell) #279
- 9f392b1: Implement S3Connection and S3ConnectionPool (#276) (Alan Liddell) #276
- 597eed5: Implement and test S3 Sink, with usage in runtime. (#278) (Alan Liddell) #278
- d2510d5: Support multiscale arrays in Zarr V3 with provisional metadata (#269) (Alan Liddell) #269
- 1d240fd: Write array metadata whenever array data is written (#282) (Alan Liddell) #282
v0.1.11
v0.1.10
Commits
- a19cdf2: Bump acquire-common from
6f4e6ffto1e9f286(#227) (dependabot[bot]) #227 - 88fe499: Bump acquire-common from
1e9f286to6a1cb04(#228) (dependabot[bot]) #228 - 60eefac: Bump acquire-common from
6a1cb04to22a00d2(#229) (dependabot[bot]) #229 - cbee8cb: Bump acquire-common from
22a00d2to753b26b(#230) (dependabot[bot]) #230 - 9cb0f61: Support configurable append dimension (#233) (Alan Liddell) #233
- 3fd79fc: Support ragged sharding and chunk sizes exceeding array sizes (#236) (Alan Liddell) #236
- 901c3e4: Prep for v0.1.10 release (Alan Liddell)
v0.1.9
Commits
- ccba41b: Bump tests/acquire-video-runtime from
ba0fdc4tod3969f7(#202) (dependabot[bot]) #202 - 51b1a79: Bump tests/acquire-video-runtime from
d3969f7to90e01e6(#204) (dependabot[bot]) #204 - edeeb07: Bump tests/acquire-driver-common from
8ff9d2bto8f9a45e(#205) (dependabot[bot]) #205 - e9f33c6: Bump tests/acquire-video-runtime from
90e01e6tocd44b6e(#209) (dependabot[bot]) #209 - 3e3c10e: Bump tests/acquire-driver-common from
8f9a45eto9e7a363(#210) (dependabot[bot]) #210 - d95c07f: Bump tests/acquire-driver-common from
9e7a363to8781a00(#212) (dependabot[bot]) #212 - aee9df2: Bump tests/acquire-video-runtime from
cd44b6etoe5efc96(#213) (dependabot[bot]) #213 - c944748: Bump tests/acquire-driver-common from
8781a00to2aa487f(#214) (dependabot[bot]) #214 - 30146fa: Bump tests/acquire-driver-common from
2aa487fto566f5a8(#217) (dependabot[bot]) #217 - 57bc2f4: Bump tests/acquire-driver-common from
566f5a8to7308ef5(#219) (dependabot[bot]) #219 - d218d3a: Bump tests/acquire-video-runtime from
e5efc96toa63a29e(#218) (dependabot[bot]) #218 - 78380de: Switch out three submodules for one (#220) (Alan Liddell) #220
- 453d531: Bump acquire-common from
ba689edtod5acf53(#223) (dependabot[bot]) #223 - 1e1f837: Bump acquire-common from
d5acf53to882cad3(#224) (dependabot[bot]) #224 - 8901492: Bump acquire-common from
882cad3to6f4e6ff(#226) (dependabot[bot]) #226
v0.1.8
Commits
- ebd2160: Bump tests/acquire-video-runtime from
83bd825toa985cc3(#191) (dependabot[bot]) #191 - 756ddd4: Bump tests/acquire-driver-common from
f784798tof340480(#193) (dependabot[bot]) #193 - 305efff: Bump tests/acquire-video-runtime from
a985cc3to8ff1105(#192) (dependabot[bot]) #192 - ccf37e1: Bump src/acquire-core-libs from
60cb52ctof2dd747(#196) (dependabot[bot]) #196 - 6402133: Bump tests/acquire-driver-common from
f340480to715dc10(#199) (dependabot[bot]) #199 - 2c02d35: Bump tests/acquire-video-runtime from
8ff1105tod13cca0(#198) (dependabot[bot]) #198 - 4ac2405: Bump tests/acquire-video-runtime from
d13cca0toba0fdc4(#200) (dependabot[bot]) #200 - 68fcfef: Bump tests/acquire-driver-common from
715dc10to8ff9d2b(#201) (dependabot[bot]) #201 - 24a76d3: Reset state on stop (#197) (Alan Liddell) #197
v0.1.7
Commits
- dfbb46e: Bump tests/acquire-driver-common from
aad0232toe98ad2a(#177) (dependabot[bot]) #177 - 8df7716: Bump tests/acquire-driver-common from
e98ad2atoe274556(#178) (dependabot[bot]) #178 - 3dc99bf: Bump tests/acquire-driver-common from
e274556to356ea81(#181) (dependabot[bot]) #181 - 45e2d61: Bump tests/acquire-driver-common from
356ea81toddd5182(#183) (dependabot[bot]) #183 - 2eda2f5: Bump tests/acquire-driver-common from
ddd5182to455974f(#190) (dependabot[bot]) #190 - eb6018c: Startup thread pool on start (#188) (Alan Liddell) #188
- e4729aa: Catch errors in push to job queue (#187) (Alan Liddell) #187