-
Notifications
You must be signed in to change notification settings - Fork 9
Create Spec Core Devs / Remove ZIC #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
rabernat
wants to merge
3
commits into
zarr-developers:main
Choose a base branch
from
rabernat:spec-core-devs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -88,7 +88,7 @@ twitter account, the [Zarr website](https://zarr-developers.github.io), and othe | |
|
|
||
| The steering council is currently fixed in size to five members. This number may be increased in | ||
| the future, but will always be an odd number to ensure a simple majority vote outcome | ||
| is always possible. The initial steering council of Zarr consists of | ||
| is always possible. The current steering council of Zarr consists of | ||
|
|
||
| * [Ryan Abernathey](https://github.com/rabernat) | ||
|
|
||
|
|
@@ -111,75 +111,13 @@ be postponed until the new member has joined and another vote can be held. | |
| The Zarr steering council may be contacted at `[email protected]`, | ||
| or via the [@zarr-developers/steering-council](https://github.com/orgs/zarr-developers/teams/steering-council) GitHub team. | ||
|
|
||
| ## Zarr Implementation Council (ZIC) | ||
| ## Zarr Specification Core Devs | ||
|
|
||
| The ZSC will invite Zarr implementations to participate in the management of the | ||
| Zarr specification through the Zarr Implementation Council (ZIC). | ||
| Implementations will be selected based on maturity of implementation as well as | ||
| the activity of the developer community. Preference will be given to open | ||
| source *and open process* implementations. Multiple implementations in a single | ||
| programming language may be invited, or such implementations could choose to | ||
| work together as a single community. | ||
| The [Zarr spec](https://github.com/zarr-developers/zarr-specs) is managed by the Zarr Spec Core Devs. | ||
| These people function in the role of "Core Devs" for the spec itself: | ||
| they have the ability to merge changes to the spec and manage the process around evolving the spec. | ||
|
|
||
| The current list of implementations which are participating in this process are | ||
| (in alphabetical order) | ||
|
|
||
| * [constantinpape/z5](https://github.com/constantinpape/z5) | ||
| represented by [Constantin Pape](https://github.com/constantinpape) | ||
| ([May 2022 – present](https://github.com/zarr-developers/governance/issues/26)) | ||
|
|
||
| * [google/tensorstore](https://github.com/google/tensorstore) | ||
| represented by [Jeremy Maitin-Shepard](https://github.com/jbms) | ||
| ([May 2022 – present](https://github.com/zarr-developers/governance/issues/22)) | ||
|
|
||
| * [freeman-lab/zarr-js](https://github.com/freeman-lab/zarr-js) | ||
| represented by [Anderson Banihirwe](https://github.com/andersy005) | ||
| ([May 2022 – present](https://github.com/zarr-developers/governance/issues/27)) | ||
|
|
||
| * [gzuidhof/zarr.js](https://github.com/gzuidhof/zarr.js) | ||
| represented by [Trevor Manz](https://github.com/manzt) | ||
| ([May 2022 – present](https://github.com/zarr-developers/governance/issues/28)) | ||
|
|
||
| * [JuliaIO/Zarr.jl](https://github.com/JuliaIO/Zarr.jl) | ||
| represented by [Fabian Gans](https://github.com/meggart) | ||
| ([May 2022 – present](https://github.com/zarr-developers/governance/issues/18)) | ||
|
|
||
| * [saalfeldlab/n5-zarr](https://github.com/saalfeldlab/n5-zarr) | ||
| represented by [Stephan Saalfeld](https://github.com/axtimwalde) | ||
| ([May 2022 – present](https://github.com/zarr-developers/governance/issues/25)) | ||
|
|
||
| * [sci-rs/zarr](https://github.com/sci-rs/zarr) | ||
| represented by [Andrew Champion](https://github.com/aschampion) | ||
| ([May 2022 - present](https://github.com/zarr-developers/governance/issues/20)) | ||
|
|
||
| * [Unidata/netcdf-c](https://github.com/Unidata/netcdf-c) and | ||
| [Unidata/netcdf-java](https://github.com/Unidata/netcdf-java) | ||
| represented by [Ward Fisher](https://github.com/wardf) | ||
| ([May 2022 - present](https://github.com/zarr-developers/governance/issues/21)) | ||
|
|
||
| * [xtensor-stack/xtensor-zarr](https://github.com/xtensor-stack/xtensor-zarr) | ||
| represented by [David Brochart](https://github.com/davidbrochart) | ||
| ([May 2022 - present](https://github.com/zarr-developers/governance/issues/23)) | ||
|
|
||
| * [zarr-developers/zarr-python](https://github.com/zarr-developers/zarr-python) | ||
| represented by [Joe Hamman](https://github.com/jhamman) | ||
| (Jan 2024 - present) and seconded by | ||
| [Davis Bennett](https://github.com/d-v-b) | ||
|
|
||
| The Core developers of each implementation will select one representative to the | ||
| ZIC. It is up to each implementation to determine its own process for selecting | ||
| its representatives. | ||
|
|
||
| This member will represent that implementation in decisions regarding the Zarr | ||
| Specification and other Zarr-wide contexts which require input from | ||
| implementations. | ||
|
|
||
| An additional representative should also be selected to act as an alternate | ||
| for when the primary representative is not reachable. | ||
|
|
||
| Continued membership on the ZIC is dependent on timely feedback and votes on | ||
| relevant issues. The ZSC also reserves the right to remove implementations from | ||
| the council. | ||
| The initial spec core dev team is nominated by the steering council from the pool of currently active contributors across the project. | ||
|
|
||
| # Decision Making Process | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.