diff --git a/codemeta.json b/codemeta.json index 3be1701..c0bcb67 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,15 +5,15 @@ "codeRepository": "https://github.com/cta-observatory/ctaplot.git", "contIntegration": "https://github.com/cta-observatory/ctaplot/actions", "dateCreated": "2018-07-06", - "datePublished": "2022-04-08", - "dateModified": "2022-04-08", - "downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.2.zip", + "datePublished": "2025-10-07", + "dateModified": "2025-10-07", + "downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.5.zip", "issueTracker": "https://github.com/cta-observatory/ctaplot/issues", "name": "ctaplot", - "version": "0.6.2", + "version": "0.6.5", "description": "ctaplot provides low-level reconstruction quality-checks metrics computation and vizualisation for Imaging Atmospheric Cherenkov Telescopes such as CTA", "applicationCategory": "Astronomy", - "releaseNotes": "Version 0.6.2. See changelog: https://github.com/cta-observatory/ctaplot/releases", + "releaseNotes": "Version 0.6.5. See changelog: https://github.com/cta-observatory/ctaplot/releases", "funding": "Grant 824064", "funder": { "@type": "Organization", diff --git a/ctaplot/__init__.py b/ctaplot/__init__.py index ef885a0..d282e48 100644 --- a/ctaplot/__init__.py +++ b/ctaplot/__init__.py @@ -3,4 +3,4 @@ from .gammaboard import gammaboard from .plots.style import set_style -__version__ = '0.6.4' +__version__ = '0.6.5' diff --git a/examples/notebooks/resolution_examples.ipynb b/examples/notebooks/resolution_examples.ipynb index 39dff62..0e7bbdb 100644 --- a/examples/notebooks/resolution_examples.ipynb +++ b/examples/notebooks/resolution_examples.ipynb @@ -102,19 +102,6 @@ "plt.show()" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "reco_az, , simu_az, bins=40, ax=axes[0])\n", - "ctaplot.plot_angular_resolution_per_energy(simu_alt, reco_alt, simu_az, reco_az, simu_energy, ax=axes[1]) \n", - "ctaplot.plot_angular_resolution_cta_requirement('south', ax=axes[1], color='black')\n", - "axes[1].legend();\n", - "plt.show()" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -129,8 +116,7 @@ "metadata": { "pycharm": { "is_executing": false - }, - "scrolled": true + } }, "outputs": [], "source": [ @@ -235,7 +221,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "ctaplot", "language": "python", "name": "python3" }, @@ -249,7 +235,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.6" + "version": "3.13.5" }, "pycharm": { "stem_cell": { diff --git a/setup.cfg b/setup.cfg index deec55a..d1ea2fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author = Thomas Vuillaume, Mikael Jacquemont author_email = thomas.vuillaume@lapp.in2p3.fr url = https://github.com/cta-observatory/ctaplot long_description = file: README.rst -github_project = cta-observatory/cta-plot +github_project = cta-observatory/ctaplot license = MIT [options]