Skip to content

Commit

Permalink
🔖 Version 24.1.0
Browse files Browse the repository at this point in the history
* Switch to calendar versioning
* Add zenodo badge
* Update CHANGELOG.rst, codemeta.json and CITATION.cff files
  • Loading branch information
veit committed Apr 11, 2024
1 parent 7af0ebb commit c0d3bad
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -13,6 +13,21 @@ The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:

.. _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
Expand Down
10 changes: 5 additions & 5 deletions CITATION.cff
Expand Up @@ -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.
Expand All @@ -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"
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Expand Up @@ -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",
Expand Down

0 comments on commit c0d3bad

Please sign in to comment.