From c0d3badb6d9faf88e407d931838052a6a0dfd111 Mon Sep 17 00:00:00 2001 From: Veit Schiele Date: Thu, 11 Apr 2024 17:46:33 +0200 Subject: [PATCH] :bookmark: Version 24.1.0 * Switch to calendar versioning * Add zenodo badge * Update CHANGELOG.rst, codemeta.json and CITATION.cff files --- CHANGELOG.rst | 15 +++++++++++++++ CITATION.cff | 10 +++++----- README.rst | 4 ++-- codemeta.json | 6 +++--- 4 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8662b503..97066b89 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,21 @@ The versions follow `Semantic Versioning `_: .. _changelog +24.1.0 + +* 🌱 Add matplotlib for social cards +* 🔧 Use git tag for versioning the docs +* 📝 Switch voila example to bqplot vueitfy +* 📝 Switch to panel sampledata +* 🔧 Add sphinx-lint +* 📝 Add more alert boxes +* 🔥 Remove node env +* 🔥 Remove nbviewer env +* 📝 Remove qgrid as it is not being developed further +* 📝 Update MacTex install +* 🔧 Add JupyterHub env +* 🔧 Add Python 3.11 kernel config + 1.1.0 * 🔖 Jupyter-Tutorial 1.1.0 diff --git a/CITATION.cff b/CITATION.cff index 36c558bc..c2141204 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,11 +10,11 @@ authors: email: veit@cusy.io identifiers: - type: doi - value: 10.5281/zenodo.8053980 + value: 10.5281/zenodo.10961038 - type: url - value: "https://github.com/veit/jupyter-tutorial/tree/v1.1.0" + value: "https://github.com/veit/jupyter-tutorial/tree/24.1.0" repository-code: "https://github.com/veit/jupyter-tutorial/" -url: "https://jupyter-tutorial.readthedocs.io/en/v1.1.0/" +url: "https://jupyter-tutorial.readthedocs.io/en/24.1.0" abstract: >- Training materials for setting up and using a research infrastructure based on Jupyter notebooks. @@ -35,5 +35,5 @@ keywords: - MyST - nbsphinx license: BSD-3-Clause -version: 1.1.0 -date-released: "2023-06-19" +version: 24.1.0 +date-released: "2024-04-11" diff --git a/README.rst b/README.rst index 5e86cd4c..195cf6dd 100644 --- a/README.rst +++ b/README.rst @@ -21,9 +21,9 @@ Status .. image:: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg :alt: Pyup :target: https://pyup.io/repos/github/veit/jupyter-tutorial/ -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8053980.svg +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10961038.svg :alt: DOI - :target: https://doi.org/10.5281/zenodo.8053980 + :target: https://doi.org/10.5281/zenodo.10961038 .. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon :alt: Mastodon :target: https://mastodon.social/@JupyterTutorial diff --git a/codemeta.json b/codemeta.json index c17fb55a..04c93735 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,14 +4,14 @@ "codeRepository": "https://github.com/veit/jupyter-tutorial", "dateCreated": "2019-06-27", "datePublished": "2019-06-27", - "dateModified": "2023-06-19", + "dateModified": "2024-04-11", "issueTracker": "https://github.com/veit/jupyter-tutorial/issues", "name": "Jupyter Tutorial", - "version": "1.1.0", + "version": "24.1.0", "description": "Training materials for setting up and using a research infrastructure based on Jupyter notebooks.\n", "developmentStatus": "active", "isPartOf": "https://www.python4data.science/", - "referencePublication": "https://doi.org/10.5281/zenodo.8053980", + "referencePublication": "https://doi.org/10.5281/zenodo.10961038", "keywords": [ "Jupyter", "JupyterLab",