{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":98333149,"defaultBranch":"master","name":"cloud-volume","ownerLogin":"seung-lab","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-07-25T17:34:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/796718?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719969697.0","currentOid":""},"activityList":{"items":[{"before":"466a7a10331112d358d61a8fe63288f52e685974","after":"d4c8bac9d6953dde129aa9cea70a6caafe4307b1","ref":"refs/heads/master","pushedAt":"2024-07-03T01:44:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"docs: missed a spot for zarr","shortMessageHtmlLink":"docs: missed a spot for zarr"}},{"before":"cebf401d261c55a642a39de4318245724ae0d758","after":"466a7a10331112d358d61a8fe63288f52e685974","ref":"refs/heads/master","pushedAt":"2024-07-03T01:43:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"docs: add zarr to README","shortMessageHtmlLink":"docs: add zarr to README"}},{"before":"b84adf12f9c6940dc030a8a5b8272ee6a9ed6689","after":null,"ref":"refs/heads/wms_zarr","pushedAt":"2024-07-03T01:21:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"}},{"before":"93a162d08a5b2230bd88ba0afe35371166433e4e","after":"cebf401d261c55a642a39de4318245724ae0d758","ref":"refs/heads/master","pushedAt":"2024-07-03T01:21:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: read and write zarr (#617)\n\n* wip: zarr download implementation\r\n\r\n* feat: janky, but zarr image downloads work for non-timeseries\r\n\r\n* feat: support label argument and faster fill_missing\r\n\r\n* fix: support multiple fast fill bg colors\r\n\r\n* feat: support basic commit_info\r\n\r\n* feat: render zarr metadata and upload with commit_info\r\n\r\n* fix: throw some default values in there\r\n\r\n* feat: make axis mapping more general\r\n\r\n* wip: zarr image upload\r\n\r\n* fix: uploads not quite working, but are writing to disk\r\n\r\n* fix: write out chunks metadata correctly\r\n\r\n* fix: not working yet, but getting closer\r\n\r\n* fix: don't compress metadata on disk\r\n\r\nZarr can't find those files with an extension.\r\n\r\n* fix: zarr can't decode metadata without filters being present as a key\r\n\r\n* fix: chunk size spatial dimensions were inverted\r\n\r\n* fix: handle 5d chunk sizes\r\n\r\n* feat: clear up cv vs zarr chunk size\r\n\r\n* fix: handle missing .zarray files\r\n\r\n* feat: add zarr, zarr2, and zarr3 to allowed formats\r\n\r\n* fix: convert to list\r\n\r\n* fix: convert to micrometers for zarr\r\n\r\n* fix: incorrect use of add_scale\r\n\r\n* feat: vol.mesh.save supports sharded meshes\r\n\r\nResolves #600\r\n\r\n* fix: add cache_locking to n5\r\n\r\n* fix+test: cross-format transfers are not supported (yet?)\r\n\r\n* fix: n5 format can accept an info\r\n\r\n* feat: add commit_info for n5\r\n\r\n* feat: add exists and delete for zarr\r\n\r\n* wip: zarr download implementation\r\n\r\n* feat: janky, but zarr image downloads work for non-timeseries\r\n\r\n* feat: support label argument and faster fill_missing\r\n\r\n* fix: support multiple fast fill bg colors\r\n\r\n* feat: support basic commit_info\r\n\r\n* feat: render zarr metadata and upload with commit_info\r\n\r\n* fix: throw some default values in there\r\n\r\n* feat: make axis mapping more general\r\n\r\n* wip: zarr image upload\r\n\r\n* fix: uploads not quite working, but are writing to disk\r\n\r\n* fix: write out chunks metadata correctly\r\n\r\n* fix: not working yet, but getting closer\r\n\r\n* fix: don't compress metadata on disk\r\n\r\nZarr can't find those files with an extension.\r\n\r\n* fix: zarr can't decode metadata without filters being present as a key\r\n\r\n* fix: chunk size spatial dimensions were inverted\r\n\r\n* fix: handle 5d chunk sizes\r\n\r\n* feat: clear up cv vs zarr chunk size\r\n\r\n* fix: handle missing .zarray files\r\n\r\n* feat: add zarr, zarr2, and zarr3 to allowed formats\r\n\r\n* fix: convert to list\r\n\r\n* fix: convert to micrometers for zarr\r\n\r\n* fix: incorrect use of add_scale\r\n\r\n* feat: add commit_info for n5\r\n\r\n* feat: add exists and delete for zarr\r\n\r\n* feat: add function for cross format transfers\r\n\r\n* feat: add transfer_to across formats\r\n\r\n* fix: enable cross format transfers\r\n\r\n* feat: add transfer_by_rerendering to zarr\r\n\r\n* fix: ensure encodings are reasonable\r\n\r\n* fix: progress bar\r\n\r\n* docs: remove erroneous comment\r\n\r\n* fix: transfer_by_rerendering not respecting bbox\r\n\r\n* feat: add method for getting the time resolution in seconds\r\n\r\n* feat: more comprehensive units\r\n\r\n* fix: more general logic for spatial resolution in nm\r\n\r\n* feat: add error for multi-channel\r\n\r\n* feat: support multiple channels\r\n\r\n* feat: add some time related functions\r\n\r\n* fix: better support for multiple channels\r\n\r\n* fix: bounding box and negative indicies\r\n\r\n* fix: more issue in downloading 3-channel images\r\n\r\n* fix: ensure time is sliced with correct offset","shortMessageHtmlLink":"feat: read and write zarr (#617)"}},{"before":"f24f17919df89dccfd2b727145c104d5fa2d9fc0","after":"b84adf12f9c6940dc030a8a5b8272ee6a9ed6689","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-03T01:19:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: ensure time is sliced with correct offset","shortMessageHtmlLink":"fix: ensure time is sliced with correct offset"}},{"before":"5cbf93abe5a65dd568b744d1c222c35636c1b481","after":"f24f17919df89dccfd2b727145c104d5fa2d9fc0","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-03T01:06:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: more issue in downloading 3-channel images","shortMessageHtmlLink":"fix: more issue in downloading 3-channel images"}},{"before":"ca778c4829b488000350e27c87a1ace70d3eea0b","after":"5cbf93abe5a65dd568b744d1c222c35636c1b481","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-03T00:53:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: bounding box and negative indicies","shortMessageHtmlLink":"fix: bounding box and negative indicies"}},{"before":"d9698998d94353e22f927c8a8ef6f2418d0b7bb7","after":"ca778c4829b488000350e27c87a1ace70d3eea0b","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T23:58:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: better support for multiple channels","shortMessageHtmlLink":"fix: better support for multiple channels"}},{"before":"8cc8d47a89dcc8f685fc1793086df11ec1615c67","after":"d9698998d94353e22f927c8a8ef6f2418d0b7bb7","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T23:46:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: add some time related functions","shortMessageHtmlLink":"feat: add some time related functions"}},{"before":"0e2a23890ce0d956ebd3bc762acbf8abac8bc8d9","after":"8cc8d47a89dcc8f685fc1793086df11ec1615c67","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T23:31:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: support multiple channels","shortMessageHtmlLink":"feat: support multiple channels"}},{"before":"b1e60c2180faf1980a7a6bcb3ccee68bccaf983a","after":"0e2a23890ce0d956ebd3bc762acbf8abac8bc8d9","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T23:20:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: more general logic for spatial resolution in nm","shortMessageHtmlLink":"fix: more general logic for spatial resolution in nm"}},{"before":"e6f417cb71dffe6754fbb29dd2387ac4c0b02439","after":"b1e60c2180faf1980a7a6bcb3ccee68bccaf983a","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T22:57:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: more comprehensive units","shortMessageHtmlLink":"feat: more comprehensive units"}},{"before":"88466a8f0ce2e96a05dfcfc7e815275b96c56d0c","after":"e6f417cb71dffe6754fbb29dd2387ac4c0b02439","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T22:55:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: add method for getting the time resolution in seconds","shortMessageHtmlLink":"feat: add method for getting the time resolution in seconds"}},{"before":"abafcba7a0d7e3ed492dd31222e533d40e388bba","after":"88466a8f0ce2e96a05dfcfc7e815275b96c56d0c","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T22:22:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: transfer_by_rerendering not respecting bbox","shortMessageHtmlLink":"fix: transfer_by_rerendering not respecting bbox"}},{"before":"ffd32863a6476fa23d77a97e7888dd1deff1a904","after":"abafcba7a0d7e3ed492dd31222e533d40e388bba","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T08:35:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"docs: remove erroneous comment","shortMessageHtmlLink":"docs: remove erroneous comment"}},{"before":"b8271ea7054c0162ca2880fc671a5bca0f399b93","after":"ffd32863a6476fa23d77a97e7888dd1deff1a904","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T08:35:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: progress bar","shortMessageHtmlLink":"fix: progress bar"}},{"before":"7c61d506cf550c5eb052c345a77f2fed6a48c3f1","after":"b8271ea7054c0162ca2880fc671a5bca0f399b93","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T08:31:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: ensure encodings are reasonable","shortMessageHtmlLink":"fix: ensure encodings are reasonable"}},{"before":"6a2957881d0da4b78ac8082a69939367e3dae9b7","after":"7c61d506cf550c5eb052c345a77f2fed6a48c3f1","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T08:21:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: add transfer_by_rerendering to zarr","shortMessageHtmlLink":"feat: add transfer_by_rerendering to zarr"}},{"before":"70805b4ecc71739b667c5c34c4f97cde27462f23","after":"6a2957881d0da4b78ac8082a69939367e3dae9b7","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T08:17:06.000Z","pushType":"push","commitsCount":34,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"Merge branch 'wms_zarr' of github.com:seung-lab/cloud-volume into wms_zarr","shortMessageHtmlLink":"Merge branch 'wms_zarr' of github.com:seung-lab/cloud-volume into wms…"}},{"before":"2577a67f508378952e6700dc791dc5d8b1a77c0e","after":"70805b4ecc71739b667c5c34c4f97cde27462f23","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T07:42:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: add exists and delete for zarr","shortMessageHtmlLink":"feat: add exists and delete for zarr"}},{"before":"7111663036607842b2e8bd331bee45670c8a638c","after":"2577a67f508378952e6700dc791dc5d8b1a77c0e","ref":"refs/heads/wms_zarr","pushedAt":"2024-07-02T07:24:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: add commit_info for n5","shortMessageHtmlLink":"feat: add commit_info for n5"}},{"before":"062795824bcb2079a7dad5d877494332d97ca254","after":"93a162d08a5b2230bd88ba0afe35371166433e4e","ref":"refs/heads/master","pushedAt":"2024-07-02T06:53:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: n5 format can accept an info","shortMessageHtmlLink":"fix: n5 format can accept an info"}},{"before":"44f31f509627bbce6b7a560ab4aa15f463b7b20d","after":"062795824bcb2079a7dad5d877494332d97ca254","ref":"refs/heads/master","pushedAt":"2024-07-02T06:43:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix+test: cross-format transfers are not supported (yet?)","shortMessageHtmlLink":"fix+test: cross-format transfers are not supported (yet?)"}},{"before":"a2bdaf869cef2aff76f7254395b9ac09b46596de","after":"44f31f509627bbce6b7a560ab4aa15f463b7b20d","ref":"refs/heads/master","pushedAt":"2024-07-02T06:41:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: add cache_locking to n5","shortMessageHtmlLink":"fix: add cache_locking to n5"}},{"before":"ac907354f47c578ced73580d68b91e139119d172","after":"a2bdaf869cef2aff76f7254395b9ac09b46596de","ref":"refs/heads/master","pushedAt":"2024-07-01T15:32:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"Merge branch 'master' of github.com:seung-lab/cloud-volume","shortMessageHtmlLink":"Merge branch 'master' of github.com:seung-lab/cloud-volume"}},{"before":"8ac2247379ae8618e3729f358dd86ea759ed07b5","after":"7111663036607842b2e8bd331bee45670c8a638c","ref":"refs/heads/wms_zarr","pushedAt":"2024-06-28T02:00:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: incorrect use of add_scale","shortMessageHtmlLink":"fix: incorrect use of add_scale"}},{"before":"c234f6176f07e929907ef0f1056dbd9402eff3f2","after":"8ac2247379ae8618e3729f358dd86ea759ed07b5","ref":"refs/heads/wms_zarr","pushedAt":"2024-06-28T00:00:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: convert to micrometers for zarr","shortMessageHtmlLink":"fix: convert to micrometers for zarr"}},{"before":"cfb4b6730e37ed01c8f253f4129dc3d5d7feb68e","after":"c234f6176f07e929907ef0f1056dbd9402eff3f2","ref":"refs/heads/wms_zarr","pushedAt":"2024-06-27T23:52:31.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: convert to list","shortMessageHtmlLink":"fix: convert to list"}},{"before":"d8cbf9cd0ef96d20f72c72b7bd22fbb0f892ab8b","after":"cfb4b6730e37ed01c8f253f4129dc3d5d7feb68e","ref":"refs/heads/wms_zarr","pushedAt":"2024-06-27T03:09:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"feat: clear up cv vs zarr chunk size","shortMessageHtmlLink":"feat: clear up cv vs zarr chunk size"}},{"before":"1547f4cdf14778edd726081ddb3b280aa01f96cd","after":"d8cbf9cd0ef96d20f72c72b7bd22fbb0f892ab8b","ref":"refs/heads/wms_zarr","pushedAt":"2024-06-27T02:53:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"william-silversmith","name":"William Silversmith","path":"/william-silversmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2517065?s=80&v=4"},"commit":{"message":"fix: handle 5d chunk sizes","shortMessageHtmlLink":"fix: handle 5d chunk sizes"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdWGW5QA","startCursor":null,"endCursor":null}},"title":"Activity · seung-lab/cloud-volume"}