Skip to content

Commit 5c05a6b

Browse files
authored
bump version to 0.6.5 (#210)
* bump version to 0.6.5 * bump version in codemeta * fix github project name * fix error in resolution examples
1 parent 1af7b56 commit 5c05a6b

4 files changed

Lines changed: 10 additions & 24 deletions

File tree

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"codeRepository": "https://github.com/cta-observatory/ctaplot.git",
66
"contIntegration": "https://github.com/cta-observatory/ctaplot/actions",
77
"dateCreated": "2018-07-06",
8-
"datePublished": "2022-04-08",
9-
"dateModified": "2022-04-08",
10-
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.2.zip",
8+
"datePublished": "2025-10-07",
9+
"dateModified": "2025-10-07",
10+
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.5.zip",
1111
"issueTracker": "https://github.com/cta-observatory/ctaplot/issues",
1212
"name": "ctaplot",
13-
"version": "0.6.2",
13+
"version": "0.6.5",
1414
"description": "ctaplot provides low-level reconstruction quality-checks metrics computation and vizualisation for Imaging Atmospheric Cherenkov Telescopes such as CTA",
1515
"applicationCategory": "Astronomy",
16-
"releaseNotes": "Version 0.6.2. See changelog: https://github.com/cta-observatory/ctaplot/releases",
16+
"releaseNotes": "Version 0.6.5. See changelog: https://github.com/cta-observatory/ctaplot/releases",
1717
"funding": "Grant 824064",
1818
"funder": {
1919
"@type": "Organization",

ctaplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .gammaboard import gammaboard
44
from .plots.style import set_style
55

6-
__version__ = '0.6.4'
6+
__version__ = '0.6.5'

examples/notebooks/resolution_examples.ipynb

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@
102102
"plt.show()"
103103
]
104104
},
105-
{
106-
"cell_type": "code",
107-
"execution_count": null,
108-
"metadata": {},
109-
"outputs": [],
110-
"source": [
111-
"reco_az, , simu_az, bins=40, ax=axes[0])\n",
112-
"ctaplot.plot_angular_resolution_per_energy(simu_alt, reco_alt, simu_az, reco_az, simu_energy, ax=axes[1]) \n",
113-
"ctaplot.plot_angular_resolution_cta_requirement('south', ax=axes[1], color='black')\n",
114-
"axes[1].legend();\n",
115-
"plt.show()"
116-
]
117-
},
118105
{
119106
"cell_type": "markdown",
120107
"metadata": {},
@@ -129,8 +116,7 @@
129116
"metadata": {
130117
"pycharm": {
131118
"is_executing": false
132-
},
133-
"scrolled": true
119+
}
134120
},
135121
"outputs": [],
136122
"source": [
@@ -235,7 +221,7 @@
235221
],
236222
"metadata": {
237223
"kernelspec": {
238-
"display_name": "Python 3",
224+
"display_name": "ctaplot",
239225
"language": "python",
240226
"name": "python3"
241227
},
@@ -249,7 +235,7 @@
249235
"name": "python",
250236
"nbconvert_exporter": "python",
251237
"pygments_lexer": "ipython3",
252-
"version": "3.7.6"
238+
"version": "3.13.5"
253239
},
254240
"pycharm": {
255241
"stem_cell": {

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author = Thomas Vuillaume, Mikael Jacquemont
55
author_email = thomas.vuillaume@lapp.in2p3.fr
66
url = https://github.com/cta-observatory/ctaplot
77
long_description = file: README.rst
8-
github_project = cta-observatory/cta-plot
8+
github_project = cta-observatory/ctaplot
99
license = MIT
1010

1111
[options]

0 commit comments

Comments
 (0)