Skip to content

Releases: acquire-project/acquire-driver-zarr

Nightly Release

21 Dec 04:51
afd9266
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release
Bump acquire-zarr from `5f613e8` to `9f101d4` (#321)

Bumps [acquire-zarr](https://github.com/acquire-project/acquire-zarr)
from `5f613e8` to `9f101d4`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/acquire-project/acquire-zarr/commit/9f101d46b1b54442f4aa214bd3870d4e368361b8"><code>9f101d4</code></a>
Add some examples. (<a
href="https://redirect.github.com/acquire-project/acquire-zarr/issues/21">#21</a>)</li>
<li><a
href="https://github.com/acquire-project/acquire-zarr/commit/405480c0800c99d104e9d363b93f975054e03f8c"><code>405480c</code></a>
Build wheels for Python 3.9 through 3.13. (<a
href="https://redirect.github.com/acquire-project/acquire-zarr/issues/32">#32</a>)</li>
<li><a
href="https://github.com/acquire-project/acquire-zarr/commit/bdcfbddc0ed312a8aa8c07f62749e253657b1270"><code>bdcfbdd</code></a>
Remove requirement to link against acquire-logger. (<a
href="https://redirect.github.com/acquire-project/acquire-zarr/issues/31">#31</a>)</li>
<li><a
href="https://github.com/acquire-project/acquire-zarr/commit/164010227d6b891efa4f4e67594b38f195846055"><code>1640102</code></a>
add benchmark to test different chunk/shard/compression/storage
configuration...</li>
<li>See full diff in <a
href="https://github.com/acquire-project/acquire-zarr/compare/5f613e857fdf902115b0acc20ddba4e80ddd9d87...9f101d46b1b54442f4aa214bd3870d4e368361b8">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Liddell <[email protected]>

v0.2.0

15 Nov 21:43
8e9e558
Compare
Choose a tag to compare

Commits

v0.1.14

30 Oct 18:43
744d16b
Compare
Choose a tag to compare

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 b205594 to 9c46763 (#311) (dependabot[bot]) #311
  • 744d16b: Fix uploads (#312) (Alan Liddell) #312

v0.1.13

21 Aug 18:11
c663594
Compare
Choose a tag to compare

Commits

  • 761722d: Bump acquire-common from 7afe044 to 2480a1b (#284) (dependabot[bot]) #284
  • 80782e3: Bump acquire-common from 2480a1b to a5bb73d (#285) (dependabot[bot]) #285
  • c54c8f3: Fix inaccurate reporting of append dimension size in metadata. (#286) (Alan Liddell) #286
  • c66397d: Bump acquire-common from a5bb73d to 8e3e995 (#288) (dependabot[bot]) #288
  • c663594: Make the combination of get and set idempotent (#287) (Alan Liddell) #287

v0.1.12

26 Jul 16:48
1d240fd
Compare
Choose a tag to compare

Commits

  • 175f45b: Migrate filesystem writers to Sink concept (#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

24 Apr 13:32
e6abd82
Compare
Choose a tag to compare

Commits

  • e6abd82: Clear Zarr::acquisition_dimensions_ before setting (#241) (Alan Liddell) #241

v0.1.10

29 Mar 16:34
901c3e4
Compare
Choose a tag to compare

Commits

  • a19cdf2: Bump acquire-common from 6f4e6ff to 1e9f286 (#227) (dependabot[bot]) #227
  • 88fe499: Bump acquire-common from 1e9f286 to 6a1cb04 (#228) (dependabot[bot]) #228
  • 60eefac: Bump acquire-common from 6a1cb04 to 22a00d2 (#229) (dependabot[bot]) #229
  • cbee8cb: Bump acquire-common from 22a00d2 to 753b26b (#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

11 Jan 21:33
8901492
Compare
Choose a tag to compare

Commits

  • ccba41b: Bump tests/acquire-video-runtime from ba0fdc4 to d3969f7 (#202) (dependabot[bot]) #202
  • 51b1a79: Bump tests/acquire-video-runtime from d3969f7 to 90e01e6 (#204) (dependabot[bot]) #204
  • edeeb07: Bump tests/acquire-driver-common from 8ff9d2b to 8f9a45e (#205) (dependabot[bot]) #205
  • e9f33c6: Bump tests/acquire-video-runtime from 90e01e6 to cd44b6e (#209) (dependabot[bot]) #209
  • 3e3c10e: Bump tests/acquire-driver-common from 8f9a45e to 9e7a363 (#210) (dependabot[bot]) #210
  • d95c07f: Bump tests/acquire-driver-common from 9e7a363 to 8781a00 (#212) (dependabot[bot]) #212
  • aee9df2: Bump tests/acquire-video-runtime from cd44b6e to e5efc96 (#213) (dependabot[bot]) #213
  • c944748: Bump tests/acquire-driver-common from 8781a00 to 2aa487f (#214) (dependabot[bot]) #214
  • 30146fa: Bump tests/acquire-driver-common from 2aa487f to 566f5a8 (#217) (dependabot[bot]) #217
  • 57bc2f4: Bump tests/acquire-driver-common from 566f5a8 to 7308ef5 (#219) (dependabot[bot]) #219
  • d218d3a: Bump tests/acquire-video-runtime from e5efc96 to a63a29e (#218) (dependabot[bot]) #218
  • 78380de: Switch out three submodules for one (#220) (Alan Liddell) #220
  • 453d531: Bump acquire-common from ba689ed to d5acf53 (#223) (dependabot[bot]) #223
  • 1e1f837: Bump acquire-common from d5acf53 to 882cad3 (#224) (dependabot[bot]) #224
  • 8901492: Bump acquire-common from 882cad3 to 6f4e6ff (#226) (dependabot[bot]) #226

v0.1.8

19 Dec 19:54
24a76d3
Compare
Choose a tag to compare

Commits

  • ebd2160: Bump tests/acquire-video-runtime from 83bd825 to a985cc3 (#191) (dependabot[bot]) #191
  • 756ddd4: Bump tests/acquire-driver-common from f784798 to f340480 (#193) (dependabot[bot]) #193
  • 305efff: Bump tests/acquire-video-runtime from a985cc3 to 8ff1105 (#192) (dependabot[bot]) #192
  • ccf37e1: Bump src/acquire-core-libs from 60cb52c to f2dd747 (#196) (dependabot[bot]) #196
  • 6402133: Bump tests/acquire-driver-common from f340480 to 715dc10 (#199) (dependabot[bot]) #199
  • 2c02d35: Bump tests/acquire-video-runtime from 8ff1105 to d13cca0 (#198) (dependabot[bot]) #198
  • 4ac2405: Bump tests/acquire-video-runtime from d13cca0 to ba0fdc4 (#200) (dependabot[bot]) #200
  • 68fcfef: Bump tests/acquire-driver-common from 715dc10 to 8ff9d2b (#201) (dependabot[bot]) #201
  • 24a76d3: Reset state on stop (#197) (Alan Liddell) #197

v0.1.7

11 Dec 20:34
e4729aa
Compare
Choose a tag to compare

Commits

  • dfbb46e: Bump tests/acquire-driver-common from aad0232 to e98ad2a (#177) (dependabot[bot]) #177
  • 8df7716: Bump tests/acquire-driver-common from e98ad2a to e274556 (#178) (dependabot[bot]) #178
  • 3dc99bf: Bump tests/acquire-driver-common from e274556 to 356ea81 (#181) (dependabot[bot]) #181
  • 45e2d61: Bump tests/acquire-driver-common from 356ea81 to ddd5182 (#183) (dependabot[bot]) #183
  • 2eda2f5: Bump tests/acquire-driver-common from ddd5182 to 455974f (#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