From 352ed54822752d51a4058b95436ecafc1ccd6332 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Fri, 7 Oct 2022 17:48:42 +0200 Subject: [PATCH 1/7] Prepare release 0.3 --- README.md | 6 +++--- pyproject.toml | 2 +- source/about.rst | 5 +++-- source/conf.py | 4 ++-- source/data_storage/hdu_index/index.rst | 2 +- source/data_storage/obs_index/index.rst | 2 +- source/index.rst | 10 ++-------- source/irfs/full_enclosure/aeff/create_example_file.py | 2 +- source/irfs/full_enclosure/aeff/index.rst | 2 +- .../full_enclosure/bkg/create_bkg_2d_example_file.py | 2 +- .../full_enclosure/bkg/create_bkg_3d_example_file.py | 2 +- source/irfs/full_enclosure/bkg/index.rst | 4 ++-- source/irfs/full_enclosure/edisp/index.rst | 6 +++--- source/irfs/full_enclosure/psf/psf_3gauss/index.rst | 2 +- source/irfs/full_enclosure/psf/psf_gtpsf/index.rst | 6 +++--- source/irfs/full_enclosure/psf/psf_king/index.rst | 6 +++--- source/irfs/full_enclosure/psf/psf_table/index.rst | 6 +++--- .../irfs/point_like/create_rad_max_2d_example_file.py | 2 +- source/irfs/point_like/index.rst | 2 +- 19 files changed, 34 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 3830e47..845bb54 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Stable versions of the spec are done via git tags and are shown as releases here https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/releases HTML and PDF versions for stable versions are available via the version selector -in the lower left on ReadTheDocs. As an example, for version 0.2: +in the lower left on ReadTheDocs. As an example, for version 0.3: -- HTML at -- PDF at +- HTML at +- PDF at For v0.2 we also archived the sources of the spec as well as a rendered PDF and HTML version here: diff --git a/pyproject.toml b/pyproject.toml index 9a0b995..671e919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gamma-astro-data-formats" -version = "0.3.0.a0" +version = "0.3.0" description = "Standardized Data Formats for Gamma-Ray Astronomy" authors = ["Christoph Deil et al."] diff --git a/source/about.rst b/source/about.rst index 3842b6a..7215450 100644 --- a/source/about.rst +++ b/source/about.rst @@ -21,8 +21,9 @@ To work towards open and interoperable data formats for gamma-ray astronomy, we have started this open data format specification. This was started at the `PyGamma15 workshop`_ in November 2015, followed by a `meeting in April 2016 in Meudon`_ and another `meeting in March 2017 in Heidelberg`_. Version -0.1 of the spec was release in April 2016, version 0.2 in August 2018. You can -find more information about this effort in `Deil et al. (2017) +0.1 of the spec was release in April 2016, version 0.2 in August 2018, +version 0.3 in Oktober 2022. +You can find more information about this effort in `Deil et al. (2017) `__. The scope of this effort is to cover all **high-level** data from gamma-ray diff --git a/source/conf.py b/source/conf.py index 222b194..2fabb08 100644 --- a/source/conf.py +++ b/source/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '0.3.dev' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.dev' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/source/data_storage/hdu_index/index.rst b/source/data_storage/hdu_index/index.rst index 0d853cb..8050988 100644 --- a/source/data_storage/hdu_index/index.rst +++ b/source/data_storage/hdu_index/index.rst @@ -57,7 +57,7 @@ As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU (this HDU itself, the HDU index table): * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'INDEX' * ``HDUCLAS2`` = 'HDU' diff --git a/source/data_storage/obs_index/index.rst b/source/data_storage/obs_index/index.rst index 445dd10..a62ce25 100644 --- a/source/data_storage/obs_index/index.rst +++ b/source/data_storage/obs_index/index.rst @@ -140,7 +140,7 @@ As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'INDEX' * ``HDUCLAS2`` = 'OBS' diff --git a/source/index.rst b/source/index.rst index 0872bd3..0dc50ca 100644 --- a/source/index.rst +++ b/source/index.rst @@ -1,14 +1,8 @@ .. _main-page: -.. CAUTION:: - This is a Work-In-Progress draft for the next iteration of the standard. - To view the latest released version of the standard, - visit https://gamma-astro-data-formats.readthedocs.io/en/v0.2/ - - -Data formats for gamma-ray astronomy -==================================== +Data formats for gamma-ray astronomy |version| +============================================== .. image:: https://licensebuttons.net/l/by/4.0/88x31.png :target: https://creativecommons.org/licenses/by/4.0/ diff --git a/source/irfs/full_enclosure/aeff/create_example_file.py b/source/irfs/full_enclosure/aeff/create_example_file.py index 0fec40f..a322704 100644 --- a/source/irfs/full_enclosure/aeff/create_example_file.py +++ b/source/irfs/full_enclosure/aeff/create_example_file.py @@ -26,7 +26,7 @@ header['LO_THRES'] = 0.1, 'Low energy threshold [TeV]' header['HI_THRES'] = 50, 'High energy threshold [TeV]' header['HDUDOC'] = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats', '' -header['HDUVERS'] = '0.2', '' +header['HDUVERS'] = '0.3', '' header['HDUCLASS'] = 'GADF', '' header['HDUCLAS1'] = 'RESPONSE', '' header['HDUCLAS2'] = 'EFF_AREA', '' diff --git a/source/irfs/full_enclosure/aeff/index.rst b/source/irfs/full_enclosure/aeff/index.rst index b0b1633..65760dc 100644 --- a/source/irfs/full_enclosure/aeff/index.rst +++ b/source/irfs/full_enclosure/aeff/index.rst @@ -54,7 +54,7 @@ As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'EFF_AREA' diff --git a/source/irfs/full_enclosure/bkg/create_bkg_2d_example_file.py b/source/irfs/full_enclosure/bkg/create_bkg_2d_example_file.py index 8c2a1cf..4fdd4ad 100644 --- a/source/irfs/full_enclosure/bkg/create_bkg_2d_example_file.py +++ b/source/irfs/full_enclosure/bkg/create_bkg_2d_example_file.py @@ -24,7 +24,7 @@ header['LO_THRES'] = 0.1 , 'Low energy threshold [TeV]' header['HI_THRES'] = 50 , 'High energy threshold [TeV]' header['HDUDOC'] = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats', '' -header['HDUVERS'] = '0.2', '' +header['HDUVERS'] = '0.3', '' header['HDUCLASS'] = 'GADF', '' header['HDUCLAS1'] = 'RESPONSE', '' header['HDUCLAS2'] = 'BKG', '' diff --git a/source/irfs/full_enclosure/bkg/create_bkg_3d_example_file.py b/source/irfs/full_enclosure/bkg/create_bkg_3d_example_file.py index 2784588..60466fc 100644 --- a/source/irfs/full_enclosure/bkg/create_bkg_3d_example_file.py +++ b/source/irfs/full_enclosure/bkg/create_bkg_3d_example_file.py @@ -28,7 +28,7 @@ header['LO_THRES'] = 0.1 , 'Low energy threshold [TeV]' header['HI_THRES'] = 50 , 'High energy threshold [TeV]' header['HDUDOC'] = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats', '' -header['HDUVERS'] = '0.2', '' +header['HDUVERS'] = '0.3', '' header['HDUCLASS'] = 'GADF', '' header['HDUCLAS1'] = 'RESPONSE', '' header['HDUCLAS2'] = 'BKG', '' diff --git a/source/irfs/full_enclosure/bkg/index.rst b/source/irfs/full_enclosure/bkg/index.rst index 2d877f7..dbf19d9 100644 --- a/source/irfs/full_enclosure/bkg/index.rst +++ b/source/irfs/full_enclosure/bkg/index.rst @@ -38,7 +38,7 @@ As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'BKG' @@ -75,7 +75,7 @@ As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'BKG' diff --git a/source/irfs/full_enclosure/edisp/index.rst b/source/irfs/full_enclosure/edisp/index.rst index 609eeaf..22c2f04 100644 --- a/source/irfs/full_enclosure/edisp/index.rst +++ b/source/irfs/full_enclosure/edisp/index.rst @@ -28,15 +28,15 @@ Recommended axis order: ``ENERGY``, ``MIGRA``, ``THETA`` Header keywords: -As explained in :ref:`hduclass`, the following header keyword should be used to +As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'EDISP' * ``HDUCLAS3`` = 'FULL-ENCLOSURE' -* ``HDUCLAS4`` = 'EDISP_2D' +* ``HDUCLAS4`` = 'EDISP_2D' Example data file: TODO diff --git a/source/irfs/full_enclosure/psf/psf_3gauss/index.rst b/source/irfs/full_enclosure/psf/psf_3gauss/index.rst index a3d9fb6..72d40c2 100644 --- a/source/irfs/full_enclosure/psf/psf_3gauss/index.rst +++ b/source/irfs/full_enclosure/psf/psf_3gauss/index.rst @@ -63,7 +63,7 @@ As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'PSF' diff --git a/source/irfs/full_enclosure/psf/psf_gtpsf/index.rst b/source/irfs/full_enclosure/psf/psf_gtpsf/index.rst index d35b4a4..a5845ff 100644 --- a/source/irfs/full_enclosure/psf/psf_gtpsf/index.rst +++ b/source/irfs/full_enclosure/psf/psf_gtpsf/index.rst @@ -18,15 +18,15 @@ The FITS file has the following BinTable HDUs / columns: Header keywords: -As explained in :ref:`hduclass`, the following header keyword should be used to +As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'PSF' * ``HDUCLAS3`` = 'FULL-ENCLOSURE' -* ``HDUCLAS4`` = 'GTPSF' +* ``HDUCLAS4`` = 'GTPSF' Example data file: :download:`psf-fermi.fits` diff --git a/source/irfs/full_enclosure/psf/psf_king/index.rst b/source/irfs/full_enclosure/psf/psf_king/index.rst index a72b6c9..466b773 100644 --- a/source/irfs/full_enclosure/psf/psf_king/index.rst +++ b/source/irfs/full_enclosure/psf/psf_king/index.rst @@ -36,15 +36,15 @@ Recommended axis order: ``ENERGY``, ``THETA`` Header keywords: -As explained in :ref:`hduclass`, the following header keyword should be used to +As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'PSF' * ``HDUCLAS3`` = 'FULL-ENCLOSURE' -* ``HDUCLAS4`` = 'PSF_KING' +* ``HDUCLAS4`` = 'PSF_KING' Example data file: TODO diff --git a/source/irfs/full_enclosure/psf/psf_table/index.rst b/source/irfs/full_enclosure/psf/psf_table/index.rst index da93409..e8f8599 100644 --- a/source/irfs/full_enclosure/psf/psf_table/index.rst +++ b/source/irfs/full_enclosure/psf/psf_table/index.rst @@ -28,15 +28,15 @@ Recommended axis order: ``ENERGY``, ``THETA``, ``RAD``. Header keywords: -As explained in :ref:`hduclass`, the following header keyword should be used to +As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'PSF' * ``HDUCLAS3`` = 'FULL-ENCLOSURE' -* ``HDUCLAS4`` = 'PSF_TABLE' +* ``HDUCLAS4`` = 'PSF_TABLE' Example data file: TODO diff --git a/source/irfs/point_like/create_rad_max_2d_example_file.py b/source/irfs/point_like/create_rad_max_2d_example_file.py index 524898c..dbe1259 100644 --- a/source/irfs/point_like/create_rad_max_2d_example_file.py +++ b/source/irfs/point_like/create_rad_max_2d_example_file.py @@ -21,7 +21,7 @@ data = table.as_array() header = fits.Header() header['HDUDOC'] = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats', '' -header['HDUVERS'] = '0.2', '' +header['HDUVERS'] = '0.3', '' header['HDUCLASS'] = 'GADF', '' header['HDUCLAS1'] = 'RESPONSE', '' header['HDUCLAS2'] = 'RAD_MAX', '' diff --git a/source/irfs/point_like/index.rst b/source/irfs/point_like/index.rst index 14a748b..c2f0030 100644 --- a/source/irfs/point_like/index.rst +++ b/source/irfs/point_like/index.rst @@ -65,7 +65,7 @@ As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU: * ``HDUDOC`` = 'https://github.com/open-gamma-ray-astro/gamma-astro-data-formats' -* ``HDUVERS`` = '0.2' +* ``HDUVERS`` = '0.3' * ``HDUCLASS`` = 'GADF' * ``HDUCLAS1`` = 'RESPONSE' * ``HDUCLAS2`` = 'RAD_MAX' From 11fe5e8403c38512985f8f6a9bc649d293989246 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Fri, 21 Oct 2022 18:09:20 +0200 Subject: [PATCH 2/7] Add reserved doi to readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 845bb54..62314f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Data formats for gamma-ray astronomy [![CC-BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/) [![Build Status](https://travis-ci.com/open-gamma-ray-astro/gamma-astro-data-formats.svg?branch=master)](https://travis-ci.com/open-gamma-ray-astro/gamma-astro-data-formats) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1409831.svg)](https://doi.org/10.5281/zenodo.1409831) +# Data formats for gamma-ray astronomy [![CC-BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/) [![Build Status](https://travis-ci.com/open-gamma-ray-astro/gamma-astro-data-formats.svg?branch=master)](https://travis-ci.com/open-gamma-ray-astro/gamma-astro-data-formats) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7236105.svg)](https://doi.org/10.5281/zenodo.7236105) The _Data formats for gamma-ray astronomy_ is a community-driven initiative for the definition of a common and open high-level data format for gamma-ray instruments. @@ -17,9 +17,14 @@ in the lower left on ReadTheDocs. As an example, for version 0.3: - HTML at - PDF at -For v0.2 we also archived the sources of the spec as well as a rendered PDF and HTML version here: - -To cite that version, you can use the bibtex entry [here](https://zenodo.org/record/1409831/export/hx#.W5EBLNgzY_U). + +The archived versions of the standard are available on zenodo: +- v0.3: + - + - [BibTeX citation](https://zenodo.org/record/7236105/export/hx#.W5EBLNgzY_U). +- v0.2: + - + - [BibTeX citation](https://zenodo.org/record/1409831/export/hx#.W5EBLNgzY_U). ## Building the documents locally From 03adacb7830f3d5e68ed46a76616d0b1175986c2 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Wed, 26 Oct 2022 16:17:36 +0200 Subject: [PATCH 3/7] Replace travis with github actions badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62314f0..8d6e967 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Data formats for gamma-ray astronomy [![CC-BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/) [![Build Status](https://travis-ci.com/open-gamma-ray-astro/gamma-astro-data-formats.svg?branch=master)](https://travis-ci.com/open-gamma-ray-astro/gamma-astro-data-formats) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7236105.svg)](https://doi.org/10.5281/zenodo.7236105) +# Data formats for gamma-ray astronomy [![CC-BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/) [![CI](https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/actions/workflows/ci.yml/badge.svg)](https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/actions/workflows/ci.yml) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7236105.svg)](https://doi.org/10.5281/zenodo.7236105) The _Data formats for gamma-ray astronomy_ is a community-driven initiative for the definition of a common and open high-level data format for gamma-ray instruments. From 1a8262e9c5da47781da09182e8b3ce747c49772f Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Wed, 26 Oct 2022 16:19:23 +0200 Subject: [PATCH 4/7] Update CONTRIBUTING --- CONTRIBUTING.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b563a40..0af99d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,19 +19,16 @@ https://lists.nasa.gov/mailman/listinfo/open-gamma-ray-astro . ## Run Sphinx -We use the Sphinx Readthedocs theme. -To build the HTML docs locally you first have to install Sphinx. +We use the Sphinx Readthedocs theme and manage dependencies using poetry. -With pip:: - - pip install sphinx sphinx_rtd_theme +You first need to install `poetry`. -If you use conda:: +With pip:: - conda create -n gadf python=3.6 sphinx sphinx_rtd_theme - conda activate gadf + pip install poetry Then to build and view the HTML docs locally:: - make html - open build/html/index.html + poetry install + poetry run make html + poetry run python -m http.server -d build/html/index.html From ba54caf62f3eff101cfb85fff020e6d2bf827fe4 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Wed, 26 Oct 2022 16:53:45 +0200 Subject: [PATCH 5/7] Remove doi for 0.3 as we cannot know it yet --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d6e967..1645f74 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Data formats for gamma-ray astronomy [![CC-BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/) [![CI](https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/actions/workflows/ci.yml/badge.svg)](https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/actions/workflows/ci.yml) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7236105.svg)](https://doi.org/10.5281/zenodo.7236105) +# Data formats for gamma-ray astronomy [![CC-BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/) [![CI](https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/actions/workflows/ci.yml/badge.svg)](https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/actions/workflows/ci.yml) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1409830.svg)](https://doi.org/10.5281/1409830) The _Data formats for gamma-ray astronomy_ is a community-driven initiative for the definition of a common and open high-level data format for gamma-ray instruments. @@ -19,9 +19,6 @@ in the lower left on ReadTheDocs. As an example, for version 0.3: The archived versions of the standard are available on zenodo: -- v0.3: - - - - [BibTeX citation](https://zenodo.org/record/7236105/export/hx#.W5EBLNgzY_U). - v0.2: - - [BibTeX citation](https://zenodo.org/record/1409831/export/hx#.W5EBLNgzY_U). From 97884fbf810b7372e24d61b3b166209bb37e6e0b Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Wed, 26 Oct 2022 16:54:46 +0200 Subject: [PATCH 6/7] Use correct doi for 0.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1645f74..f18e747 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ in the lower left on ReadTheDocs. As an example, for version 0.3: The archived versions of the standard are available on zenodo: - v0.2: - - + - - [BibTeX citation](https://zenodo.org/record/1409831/export/hx#.W5EBLNgzY_U). ## Building the documents locally From d5652bb84c11259e7983b81b772500373631ecd0 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Fri, 4 Nov 2022 14:16:14 +0100 Subject: [PATCH 7/7] Fix release date --- source/about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/about.rst b/source/about.rst index 7215450..51aed31 100644 --- a/source/about.rst +++ b/source/about.rst @@ -22,7 +22,7 @@ have started this open data format specification. This was started at the `PyGamma15 workshop`_ in November 2015, followed by a `meeting in April 2016 in Meudon`_ and another `meeting in March 2017 in Heidelberg`_. Version 0.1 of the spec was release in April 2016, version 0.2 in August 2018, -version 0.3 in Oktober 2022. +version 0.3 in November 2022. You can find more information about this effort in `Deil et al. (2017) `__.