Skip to content
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

V3 is no longer in draft state! #258

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<img src="https://github.com/zarr-developers/zarr-logo/releases/download/2022-04-28/zarr-pink-stacked-transparent.png" alt="drawing" height="200"/>

**:warning: The zarr v3 spec is currently a draft and subject to changes.**
For the v1 and v2 specs, please see
https://github.com/zarr-developers/zarr-python/tree/main/docs/spec.

Expand Down
Binary file removed docs/_static/draft-watermark.png
Binary file not shown.
7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'Zarr specs'
copyright = '2019, Zarr Developers'
copyright = '2023, Zarr Developers'
author = 'Zarr Developers'


Expand All @@ -30,7 +30,6 @@
extensions = [
'sphinx.ext.todo',
'sphinxcontrib.mermaid',
'sphinxmark',
'sphinx_reredirects',
]

Expand All @@ -42,10 +41,6 @@
# Display todos by setting to True
todo_include_todos = True

sphinxmark_enable = True
sphinxmark_div = 'bd-article-container'
sphinxmark_image = 'draft-watermark.png'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sphinx<6.0.0
pydata-sphinx-theme==0.12.0
sphinxcontrib-mermaid
sphinxmark
sphinx-reredirects
13 changes: 2 additions & 11 deletions docs/v3/core/v3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Zarr core specification (version 3.0)
======================================

**Editor's draft 25 May 2022**

Specification URI:
https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html

Expand All @@ -16,17 +14,14 @@ Editors:
* Jeremy Maitin-Shepard (`@jbms <https://github.com/jbms>`_), Google

Corresponding ZEP:
`ZEP 1 — Zarr specification version 3 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
`ZEP 0001 — Zarr specification version 3 <https://zarr.dev/zeps/active/ZEP0001.html>`_

Issue tracking:
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/core-protocol-v3.0>`_

Suggest an edit for this spec:
`GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/core/v3.0.rst>`_

Suggest extensions or other changes as a Zarr Enhancement Proposal (ZEP):
`ZEP 0 — Purpose and process <https://zarr.dev/zeps/active/ZEP0000.html>`_

Copyright 2019-Present `Zarr core development team
<https://github.com/orgs/zarr-developers/teams/core-devs>`_. This work
is licensed under a `Creative Commons Attribution 3.0 Unported License
Expand All @@ -44,11 +39,7 @@ This specification defines the Zarr format for N-dimensional typed arrays.
Status of this document
=======================

.. warning::
This document is a draft for review and subject to changes.
It will become final when the `Zarr Enhancement Proposal (ZEP) 1 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html>`_.

ZEP0001 was approved on May 13th, 2023.

Introduction
============
Expand Down