-
Notifications
You must be signed in to change notification settings - Fork 12
/
news.html
555 lines (522 loc) · 30.3 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!DOCTYPE html>
<html>
<style type="text/css" media="screen">
h1[id]::before {
display: block;
content: " ";
margin-top: -125px;
height: 125px;
}
</style>
<head>
<!-- Global site tag (gtag.js) - Google Analytics
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110956727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-110956727-1');
</script> -->
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://apcstatview.in2p3.fr/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Gammapy - News</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous">
<link rel="stylesheet" href="style.css" media="screen">
<link rel="icon" type="image/x-icon" href="img/gp_favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href=".">Gammapy</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://github.com/gammapy/gammapy" target="_blank" rel="noopener"
aria-label="GitHub">
<svg width="20px" height="20px" class="navbar-nav-svg" xmlns="https://www.w3.org/2000/svg"
viewbox="0 0 512 499.36" focusable="false"><title>GitHub</title>
<path d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"
fill="currentColor" fill-rule="evenodd"/>
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gammapy_song.mp3" target="_blank" rel="noopener"
aria-label="Listen to the Gammapy song">
<svg width="20px" height="20px" class="navbar-nav-svg" xmlns="https://www.w3.org/2000/svg"
viewbox="0 0 512 499.36" focusable="false"><title>Listen to the Gammapy song</title>
<path d="M159.582,75.459v285.32c-14.274-10.374-32.573-16.616-52.5-16.616c-45.491,0-82.5,32.523-82.5,72.5s37.009,72.5,82.5,72.5 s82.5-32.523,82.5-72.5V168.942l245-60.615v184.416c-14.274-10.374-32.573-16.616-52.5-16.616c-45.491,0-82.5,32.523-82.5,72.5 s37.009,72.5,82.5,72.5s82.5-32.523,82.5-72.5V0L159.582,75.459z"
fill="currentColor" fill-rule="evenodd"/>
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/gammapyST" rel="noopener" target="_blank" title="X" aria-label="X">
<span><i class="fab fa-square-x-twitter" style="font-size:20px" fill="currentColor" fill-rule="evenodd"></i></span>
</a>
</li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link active" href="news.html">News</a></li>
<li class="nav-item"><a class="nav-link" href="cta.html">CTAO</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="team.html">Team</a></li>
<li class="nav-item"><a class="nav-link" href="contribute.html">Contribute</a></li>
<li class="nav-item"><a class="nav-link" href="https://docs.gammapy.org/">Documentation</a></li>
<li class="nav-item"><a class="nav-link" href="CoC.html">Code of Conduct</a></li>
<li class="nav-item"><a class="nav-link" href="acknowledging.html">Acknowledging</a></li>
</ul>
</div>
</nav>
<main>
<div class="container">
<br>
<p>
<a href="#releases">Releases</a> | <a href="#news">News</a> | <a href="#stats">Download statistics</a>
</p>
<br>
<h1 id="releases"><a href="#releases">Releases</a></h1>
<br>
<p>
The Gammapy documentation and changelog for the last Gammapy releases is available here:
</p>
<!-- tag news -->
<ul>
<li>
<em>February 29, 2024</em> - Gammapy <strong>1.2</strong>
(<a href="https://docs.gammapy.org/1.2/">documentation</a> ,
<a href="https://docs.gammapy.org/1.2/release-notes/v1.2.html">changelog</a>)
</li>
<li>
<em>December 6, 2023</em> - Gammapy <strong>1.0.2</strong>
(<a href="https://docs.gammapy.org/1.0.2/">documentation</a> ,
<a href="https://docs.gammapy.org/1.0.2/release-notes/v1.0.2.html">changelog</a>)
</li>
<li>
<em>June 13, 2023</em> - Gammapy <strong>1.1</strong>
(<a href="https://docs.gammapy.org/1.1/">documentation</a> ,
<a href="https://docs.gammapy.org/1.1/release-notes/v1.1.html">changelog</a>)
</li>
<li>
<em>March 14, 2023</em> - Gammapy <strong>1.0.1</strong>
(<a href="https://docs.gammapy.org/1.0.1/">documentation</a> ,
<a href="https://docs.gammapy.org/1.0.1/release-notes/v1.0.1.html">changelog</a>)
</li>
<li>
<em>November 10, 2022</em> - Gammapy <strong>1.0</strong>
(<a href="https://docs.gammapy.org/1.0/">documentation</a> ,
<a href="https://docs.gammapy.org/1.0/release-notes/v1.0.html">changelog</a>)
</li>
<li>
<em>June 16, 2022</em> - Gammapy <strong>0.20.1</strong>
(<a href="https://docs.gammapy.org/0.20.1/">documentation</a> ,
<a href="https://docs.gammapy.org/0.20.1/release-notes/v0.20.1.html">changelog</a>)
</li>
<li>
<em>May 12, 2022</em> - Gammapy <strong>0.20</strong>
(<a href="https://docs.gammapy.org/0.20/">documentation</a> ,
<a href="https://docs.gammapy.org/0.20/release-notes/v0.20.html">changelog</a>)
</li>
<li>
<em>Nov 22, 2021</em> - Gammapy <strong>0.19</strong>
(<a href="https://docs.gammapy.org/0.19/">documentation</a> ,
<a href="https://docs.gammapy.org/0.19/changelog.html">changelog</a>)
</li>
<li>
<em>Nov 19, 2020</em> - Gammapy <strong>0.18.2</strong>
(<a href="https://docs.gammapy.org/0.18.2/">documentation</a> ,
<a href="https://docs.gammapy.org/0.18.2/changelog.html">changelog</a>)
</li>
<li>
<em>Apr 1, 2020</em> - Gammapy <strong>0.17</strong>
(<a href="https://docs.gammapy.org/0.17/">documentation</a> ,
<a href="https://docs.gammapy.org/0.17/changelog.html">changelog</a>)
</li>
<li>
<em>Feb 1, 2020</em> - Gammapy <strong>0.16</strong>
(<a href="https://docs.gammapy.org/0.16/">documentation</a> ,
<a href="https://docs.gammapy.org/0.16/changelog.html">changelog</a>)
</li>
<li>
<em>Dec 3, 2019</em> - Gammapy <strong>0.15</strong>
(<a href="https://docs.gammapy.org/0.15/">documentation</a> ,
<a href="https://docs.gammapy.org/0.15/changelog.html">changelog</a>)
</li>
<li>
<em>Sep 30, 2019</em> - Gammapy <strong>0.14</strong>
(<a href="https://docs.gammapy.org/0.14/">documentation</a> ,
<a href="https://docs.gammapy.org/0.14/changelog.html">changelog</a>)
</li>
<li>
<em>July 26, 2019</em> - Gammapy <strong>0.13</strong>
(<a href="https://docs.gammapy.org/0.13/">documentation</a> ,
<a href="https://docs.gammapy.org/0.13/changelog.html">changelog</a>)
</li>
<li>
<em>May 30, 2019</em> - Gammapy <strong>0.12</strong>
(<a href="https://docs.gammapy.org/0.12/">documentation</a> ,
<a href="https://docs.gammapy.org/0.12/changelog.html">changelog</a>)
</li>
<li>
<em>Mar 29, 2019</em> - Gammapy <strong>0.11</strong>
(<a href="https://docs.gammapy.org/0.11/">documentation</a> ,
<a href="https://docs.gammapy.org/0.11/changelog.html">changelog</a>)
</li>
<li>
<em>Jan 28, 2019</em> - Gammapy <strong>0.10</strong>
(<a href="https://docs.gammapy.org/0.10/">documentation</a> ,
<a href="https://docs.gammapy.org/0.10/changelog.html">changelog</a>)
</li>
<li>
<em>Nov 29, 2018</em> - Gammapy <strong>0.9</strong>
(<a href="https://docs.gammapy.org/0.9/">documentation</a> ,
<a href="https://docs.gammapy.org/0.9/changelog.html">changelog</a>)
</li>
<li>
<em>Sep 23, 2018</em> - Gammapy <strong>0.8</strong>
(<a href="https://docs.gammapy.org/0.8/">documentation</a> ,
<a href="https://docs.gammapy.org/0.8/changelog.html">changelog</a>)
</li>
<li>
<em>Feb 28, 2018</em> - Gammapy <strong>0.7</strong>
(<a href="https://docs.gammapy.org/0.7">documentation</a> ,
<a href="https://docs.gammapy.org/0.7/changelog.html">changelog</a>)
</li>
<li>
<em>April 28, 2017</em> - Gammapy <strong>0.6</strong>
(<a href="https://docs.gammapy.org/0.6">documentation</a> ,
<a href="https://docs.gammapy.org/0.6/changelog.html">changelog</a>)
</li>
</ul>
<br><br>
<h1 id="news"><a href="#news">News</a></h1>
<br>
<p>
Join the <a href="mailto:[email protected]">Gammapy mailing list</a> ot or the Gammapy slack
(<a href="https://gammapy.slack.com">gammapy.slack.com</a>) to get Gammapy-related news.
</p>
<p>
We have regular Gammapy user and developer calls -
see infos <a href="https://github.com/gammapy/gammapy-meetings/#gammapy-meetings">here</a>.<br>
If you'd like to present or discuss something, contact <a href="mailto:[email protected]">Bruno
Khelifi</a> and
<a href="mailto:[email protected]">Christoper van Eldik</a>.
</p>
<h2 id="2024"><a href="#2024">2024</a></h2>
<ul>
<li><em>August 5th, 2024</em> - The <a href="https://oscars-project.eu/">OSCARS</a> consortium finances the
Gammapy project <q cite="https://www.imdb.com/title/tt0062622/quotes/?item=qt0396921&ref_=ext_shr_lnk">
Contribution for the FAIRisation of Gammapy: FAIRGamma</q>
</li>
<li><em>February 29th, 2024</em> - Gammapy <strong>1.2</strong>
(<a href="https://docs.gammapy.org/1.2/release-notes/v1.2.html" class="card-link">changelog</a>)</li>
</ul>
<h2 id="2023"><a href="#2023">2023</a></h2>
<ul>
<li><em>December 6th, 2023</em> - Gammapy <strong>1.0.2</strong>
(<a href="https://docs.gammapy.org/1.0.2/release-notes/v1.0.2.html" class="card-link">changelog</a>)</li>
<li>
<em>October 23, 2023</em> - The first Gammapy paper is published by A&A:
<a href="https://www.aanda.org/articles/aa/abs/2023/10/aa46488-23/aa46488-23.html">A&A, 678, A157 (2023)</a>.
It has been selected as highlighted paper by the publisher (<a href="https://www.aanda.org/2023-highlights/2907">link<a>).
</li>
<li><em>October 16-20, 2023</em> - Gammapy Coding Sprint (INAF, Palermo) (<a href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2023-10-Palermo" class="card-link">infos</a>) </li>
<li><em>July 7, 2023</em> - The first Gammapy paper is accepted by A&A
(<a href="https://www.aanda.org/component/article?access=doi&doi=10.1051/0004-6361/202346488">link</a>)</li>
<li><em>March 20-24, 2023</em> - Gammapy Coding Sprint (UCM, Madrid) (<a href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2023-03-Madrid/README.md" class="card-link">infos</a>) </li>
<li><em>June 13th, 2023</em> - Gammapy <strong>1.1</strong>
(<a href="https://docs.gammapy.org/1.1/release-notes/v1.1.html" class="card-link">changelog</a>)</li>
<li><em>March 14th, 2023</em> - Gammapy <strong>1.0.1</strong>
(<a href="https://docs.gammapy.org/1.0.1/release-notes/v1.0.1.html" class="card-link">changelog</a>)</li>
</ul>
<h2 id="2022"><a href="#2022">2022</a></h2>
<ul>
<li><em>November 10th, 2022</em> - Gammapy <strong>1.0</strong> release - <strong>LTS</strong>
(<a href="https://docs.gammapy.org/1.0/release-notes/v1.0.html">changelog</a>)</li>
<li><em>June 27th-July 1st, 2022</em> - Gammapy co-working week (via Zoom) (<a href="https://github.com/gammapy/gammapy-meetings/tree/master/coding-sprints/2022-06-Barcelona" class="card-link">infos</a>) </li>
<li><em>June 16th, 2022</em> - Gammapy <strong>0.20.1</strong>, the V1.0 release candidate
(<a href="https://docs.gammapy.org/0.20.1/release-notes/index.html#version-0-20-1">changelog</a>)</li>
<li><em>May 12th, 2022</em> - Gammapy <strong>0.20</strong> release
(<a href="https://docs.gammapy.org/0.20/changelog/index.html#version-0-20" class="card-link">changelog</a>)</li>
<li> <em>Feb. 5th, 2022</em> - Jury Prize of the Open Science Awards Ceremony during the Paris <a href="https://osec2022.eu/">Open Science European Conference</a> - <a href="https://www.ouvrirlascience.fr/open-science-free-software-award-ceremony/" class="card-link">OSEC Press Release</a></li>
<li><em>Jan 24-28, 2022</em> - Gammapy co-working week (via Zoom, as a coding sprint is not possible due to the pandemic) (<a href="https://github.com/gammapy/gammapy-meetings/tree/master/coding-sprints/2022-01-Co-Working-Week" class="card-link">infos</a>) </li>
</ul>
<h2 id="2021"><a href="#2021">2021</a></h2>
<ul>
<li><em>Nov 22nd, 2021</em> - Gammapy <strong>0.19</strong> release
(<a href="https://docs.gammapy.org/0.19/changelog.html" class="card-link">changelog</a>)</li>
<li> <em>July, 2021</em> - Prize of the best poster for A. Donath during the <a href="https://icrc2021.desy.de/">37th ICRC</a> - <a href="https://icrc2021.desy.de/awards_amp_prizes/" class="card-link">ICRC announcement</a> </li>
<li>
<em>June 1st, 2021</em> - The CTA observatory choose Gammapy as core library for its Science Analysis Tool
</li>
<li>
<em>May 3-7, 2021</em> - Gammapy co-working week (via Zoom, as a coding sprint is not possible due to the pandemic)
(<a href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2021-05-Co-Working-Week/README.md" class="card-link">infos</a>)
</li>
</ul>
<h2 id="2020"><a href="#2020">2020</a></h2>
<ul>
<li>
<em>Nov 23-27, 2020</em> - Gammapy co-working week (via Zoom, as a coding sprint is not possible due to the pandemic)
(<a href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2020-11-Co-Working-Week/README.md" class="card-link">infos</a>)
</li>
<li>
<em>Nov 19, 2020</em> - Gammapy <strong>0.18.2</strong> release
(<a href="https://docs.gammapy.org/0.18.2/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Nov 6, 2020</em> - Gammapy <strong>0.18.1</strong> release
(<a href="https://docs.gammapy.org/0.18.1/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Nov 4, 2020</em> - Gammapy <strong>0.18</strong> release
(<a href="https://docs.gammapy.org/0.18/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Jul 6-10, 2020</em> - Gammapy co-working week (via Zoom, as a coding sprint is not possible due to the pandemic)
(<a href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2020-07-Co-Working-Week/2020-07-Co-Working-Week.md" class="card-link">infos</a>)
</li>
<li>
<em>April 1, 2020</em> - Gammapy <strong>0.17</strong> release
(<a href="https://docs.gammapy.org/0.17/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>March 2-6, 2020</em> - Gammapy coding sprint at Consiglio Nazionale delle Ricerche, Milano - CANCELLED (SARS-COV-19)
(<a href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2020-03-Milano/README.md" class="card-link">infos</a>)
</li>
<li>
<em>Feb 1, 2020</em> - Gammapy <strong>0.16</strong> release
(<a href="https://docs.gammapy.org/0.16/changelog.html" class="card-link">changelog</a>)
</li>
</ul>
<h2 id="2019"><a href="#2019">2019</a></h2>
<ul>
<li>
<em>Dec 3, 2019</em> - Gammapy <strong>0.15</strong> release
(<a href="https://docs.gammapy.org/0.15/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Nov 1-5, 2019</em> - Gammapy coding sprint at IAA-CSIC, Granada (<a
href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2019-11_Granada/README.md">infos</a>)
</li>
<li>
<em>Sep 30, 2019</em> - Gammapy <strong>0.14</strong> release
(<a href="https://docs.gammapy.org/0.14/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Jul 26, 2019</em> - Gammapy <strong>0.13</strong> release
(<a href="https://docs.gammapy.org/0.13/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>July 15-19, 2019</em> - Gammapy coding sprint at ECAP, Erlangen (<a
href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2019-07-Erlangen/README.md">infos</a>)
</li>
<li>
<em>May 30, 2019</em> - Gammapy <strong>0.12</strong> release
(<a href="https://docs.gammapy.org/0.12/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Mar 29, 2019</em> - Gammapy <strong>0.11</strong> release
(<a href="https://docs.gammapy.org/0.11/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Feb 25 - Mar 1, 2019</em> - Gammapy coding sprint at APC, Paris (<a
href="https://github.com/gammapy/gammapy-meetings/blob/master/coding-sprints/2019-02_Paris/README.md">infos</a>)
</li>
<li>
<em>Jan 28, 2019</em> - Gammapy <strong>0.10</strong> release
(<a href="https://docs.gammapy.org/0.10/changelog.html" class="card-link">changelog</a>)
</li>
</ul>
<h2 id="2018"><a href="#2018">2018</a></h2>
<ul>
<li>
<em>Nov 29, 2018</em> - Gammapy <strong>0.9</strong> release
(<a href="https://docs.gammapy.org/0.9/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>Oct 1-5, 2018</em> - Gammapy coding sprint at UCM Madrid (<a
href="https://github.com/gammapy/gammapy-meetings/tree/master/2018-10-01">infos</a>)
</li>
<li>
<em>Sep 23, 2018</em> - Gammapy <strong>0.8</strong> release
(<a href="https://docs.gammapy.org/0.8/changelog.html" class="card-link">changelog</a>)
</li>
<li>
<em>July 9-13, 2018</em> - Gammapy coding sprint at MPIK Heidelberg (<a
href="https://github.com/gammapy/gammapy-meetings/tree/master/2018-07-09">infos</a>)
</li>
<li>
<em>May 18, 2018</em> - Tutorial hands-on session at the CTA Consortium Meeting in Orsay
(<a href="https://indico.cta-observatory.org/event/1575/timetable/#20180518.detailed">Indico</a>)
</li>
<li>
<em>Feb 28, 2018</em> - Gammapy <strong>0.7</strong> release
(<a href="https://docs.gammapy.org/dev/changelog.html#feb-28-2018" class="card-link">changelog</a>)
</li>
<li>
<em>February 5-9, 2018</em> - Gammapy coding sprint in Paris (<a
href="https://github.com/gammapy/gammapy-meetings/tree/master/2018-02-05">infos</a>)
</li>
</ul>
<h2 id="2017"><a href="#2017">2017</a></h2>
<ul>
<li>
<em>Dec 8, 2017</em> - Gammapy webpage launched at <a href="https://gammapy.org/">gammapy.org</a>. <br/>
</li>
<li>
<em>Nov 21, 2017</em> - Add mailing list <strong>gammapy-cta-l</strong> for CTAO users.
See <a href="contact.html">contact</a> page.
</li>
<li>
<em>Nov 15, 2017</em> - Start coordination committee for Gammapy. <br/>
</li>
<li>
<em>April 28, 2017</em> - Gammapy <strong>0.6</strong> release (<a
href="https://docs.gammapy.org/dev/changelog.html#april-28-2017">changelog</a>)
</li>
<li>
<em>February 2017</em> - Gammapy workshop in Paris (<a
href="https://github.com/gammapy/gammapy-meetings/blob/master/2017-02_Paris.md">link</a>)
</li>
</ul>
<h2 id="2016"><a href="#2016">2016</a></h2>
<ul>
<li>
<em>November 22, 2016</em> - Gammapy <strong>0.5</strong> release (<a
href="https://docs.gammapy.org/dev/changelog.html#november-22-2016">changelog</a>)
</li>
<li>
<em>July 2016</em> - Gammapy poster at Gamma 2016 (<a
href="https://github.com/gammapy/gamma2016-gammapy-poster/blob/master/gamma2016-gammapy-poster.pdf">PDF</a>)
</li>
<li>
<em>June 2016</em> - First Gammapy coding sprint at MPIK, Heidelberg (<a
href="https://github.com/gammapy/gammapy/wiki/Gammapy-coding-sprint-1">infos</a>)
</li>
<li>
<em>June 2016</em> - Gammapy is used to build <a href="http://gamma-sky.net/">gamma-sky.net</a>
</li>
<li>
<em>May - August 2016</em> - Olga Vorokh GSoC 2016 on image analysis and source detection in Gammapy (<a
href="https://alcyonegammapy.blogspot.de/">blog</a>)
</li>
<li>
<em>May 2016</em> - First Gammapy presentation at a CTA meeting (<a
href="https://github.com/gammapy/gammapy-extra/blob/master/presentations/2016-05-16_CTA_Meeting_Gammapy.pdf">PDF</a>)
</li>
<li>
<em>April 20, 2016</em> - Gammapy <strong>0.4</strong> release (<a
href="https://docs.gammapy.org/dev/changelog.html#april-20-2016">changelog</a>)
</li>
<li>
<em>April 7, 2016</em> - Gammapy presentation at the IACT data meeting (<a
href="https://github.com/open-gamma-ray-astro/2016-04_IACT_DL3_Meeting/">webpage</a>)
</li>
</ul>
<h2 id="2015"><a href="#2015">2015</a></h2>
<ul>
<li>
<em>November 16 - 20, 2015</em> - Python for gamma-ray astronomy workshop at MPIK, Heidelberg (<a
href="https://gammapy.github.io/PyGamma15/">webpage</a>)
</li>
<li>
<em>August 13, 2015</em> - Gammapy <strong>0.3</strong> release (<a
href="https://docs.gammapy.org/dev/changelog.html#august-13-2015">changelog</a>)
</li>
<li>
<em>August 2015</em> - Gammapy poster and proceeding at ICRC 2015 (<a
href="https://indico.cern.ch/event/344485/session/142/contribution/695">link</a>)
</li>
<li>
<em>May - August 2015</em> - Manuel Paz Arribas GSoC 2015 on observation handling and cube background
modeling in Gammapy (<a href="https://mapaz-gsoc2015-blog.blogspot.de/">blog</a>)
</li>
<li>
<em>April 13, 2015</em> - Gammapy <strong>0.2</strong> release (<a
href="https://docs.gammapy.org/dev/changelog.html#april-13-2015">changelog</a>)
</li>
</ul>
<h2 id="2014"><a href="#2014">2014</a></h2>
<ul>
<li>
<em>August 25, 2014</em> - Gammapy <strong>0.1</strong> release (<a
href="https://docs.gammapy.org/dev/changelog.html#august-25-2014">changelog</a>)
</li>
<li>
<em>Aug 19, 2013</em> - Rename <strong>tevpy</strong> code repository to <strong>gammapy</strong>
(commit: <a
href="https://github.com/cdeil/gammapy/commit/7e955ffae71353f7b10c9de4a69b977e7c036c6d">7e955f</a>)
</li>
<li>
<em>May 15, 2013</em> - First commit to the <strong>tevpy</strong> code repository (commit: <a
href="https://github.com/gammapy/gammapy/commit/11af4c7436bb79f8e2cae8d0441693232eebe1ba">11af4c</a>)
</li>
</ul>
<br><br>
<h1 id="stats"><a href="#stats">Download statistics</a></h1>
<br>
<p>
Download statistics can be found using the <a href="https://pypistats.org/packages/gammapy">PyPI stats website</a>:
</p>
<iframe src="https://pypistats.org/packages/gammapy" width="100%" height="800"></iframe>
<br><br>
<p>
Downloads are made also with <b>anaconda</b> via 2 channels and the statistics can be found here:
<ul>
<li><a href="https://anaconda.org/conda-forge/gammapy">conda-forge</a> </li>
<li><a href="https://anaconda.org/astropy/gammapy">astropy</a></li>
<!-- <li><a href="https://anaconda.org/OpenAstronomy/gammapy">OpenAstronomy</a></li> -->
</ul>
</p>
</div>
</main>
<footer class="container">
<hr>
<div class="myfooter">
<!-- Left part -->
<span class="alignLeft">© Gammapy project.</span>
<!-- Center part -->
<div class="alignCenter">Last updated on <div id="TodayDate"></div></div>
<script src="myscripts.js"></script>
<!-- Right part -->
<span class="alignRight"><a href="DataPrivacy.html">Data Privacy</a>.</span>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js"
integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/cjs/popper-base.min.js"
integrity="sha512-o0ub2Xb68yocD2zlJF3T68IBMS6Tcci0ELYFMSZg22LpCZ9/zceGsjt9k7sH/HZbqCAzwewcXCzyOcjfIG21Ow=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>