From bac5abc139f7b34956fbe29f227b5e3b6bc5ea37 Mon Sep 17 00:00:00 2001 From: acoca Date: Tue, 12 Mar 2024 10:04:57 +0000 Subject: [PATCH 1/2] clear outputs --- notebook.ipynb | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/notebook.ipynb b/notebook.ipynb index a895843..d3b037c 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -189,20 +189,8 @@ }, { "cell_type": "code", - "execution_count": 1, - "outputs": [ - { - "ename": "NameError", - "evalue": "name 'pooch' is not defined", - "output_type": "error", - "traceback": [ - "\u001B[0;31m---------------------------------------------------------------------------\u001B[0m", - "\u001B[0;31mNameError\u001B[0m Traceback (most recent call last)", - "Cell \u001B[0;32mIn[1], line 1\u001B[0m\n\u001B[0;32m----> 1\u001B[0m inputs \u001B[38;5;241m=\u001B[39m \u001B[43mpooch\u001B[49m\u001B[38;5;241m.\u001B[39mcreate(\n\u001B[1;32m 2\u001B[0m path\u001B[38;5;241m=\u001B[39mconfig[\u001B[38;5;124m'\u001B[39m\u001B[38;5;124min_geotiff\u001B[39m\u001B[38;5;124m'\u001B[39m],\n\u001B[1;32m 3\u001B[0m base_url\u001B[38;5;241m=\u001B[39m\u001B[38;5;124m\"\u001B[39m\u001B[38;5;124mdoi:10.5281/zenodo.5827377\u001B[39m\u001B[38;5;124m\"\u001B[39m,\n\u001B[1;32m 4\u001B[0m )\n", - "\u001B[0;31mNameError\u001B[0m: name 'pooch' is not defined" - ] - } - ], + "execution_count": null, + "outputs": [], "source": [ "dataset = pooch.create(\n", " path=config['in_geotiff'],\n", @@ -221,11 +209,7 @@ " dataset.fetch(fn)" ], "metadata": { - "collapsed": false, - "ExecuteTime": { - "end_time": "2024-03-12T09:10:49.416698Z", - "start_time": "2024-03-12T09:10:49.285216Z" - } + "collapsed": false } }, { From cb9b6e44c5de6ac89e9053c0b164c82a92e812f0 Mon Sep 17 00:00:00 2001 From: acoca Date: Tue, 12 Mar 2024 10:05:06 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=20v1.1.1=20=E2=86=92=20v1.1?= =?UTF-8?q?.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- notebook.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 653e520..b16c960 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = v1.1.1 +current_version = v1.1.2 commit = True tag = True parse = (v(?P\d+))(.(?P\d+))(.(?P\d+)) diff --git a/CITATION.cff b/CITATION.cff index 80d8522..f26f5da 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,7 +13,7 @@ authors: affiliation: European Space Agency Φ-lab - name: "This EDS book notebook contributors" website: "https://github.com/eds-book-gallery/b34facfa-cea8-48f5-89f6-f11ce00812a9/graphs/contributors" -version: v1.1.1 # This is automatically set using the bumpversion tool. +version: v1.1.2 # This is automatically set using the bumpversion tool. identifiers: - type: doi value: 10.5281/zenodo.8308843 diff --git a/notebook.ipynb b/notebook.ipynb index d3b037c..38e3004 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -747,7 +747,7 @@ "source": [ "from datetime import date\n", "\n", - "print('Notebook repository version: v1.1.1')\n", + "print('Notebook repository version: v1.1.2')\n", "print(f'Last tested: {date.today()}')" ] }