diff --git a/download/index.json b/download/index.json index 6c26168..000bdcc 100644 --- a/download/index.json +++ b/download/index.json @@ -1,8 +1,18 @@ -{ +{ "dev": { "notebooks": "https://docs.gammapy.org/dev/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip", "datasets": "https://github.com/gammapy/gammapy-data/tarball/master", - "conda-environment": "https://raw.githubusercontent.com/gammapy/gammapy/master/environment-dev.yml" + "conda-environment": "https://raw.githubusercontent.com/gammapy/gammapy/master/environment-dev.yml" + }, + "1.1": { + "notebooks": "https://docs.gammapy.org/1.1/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip", + "datasets": "https://github.com/gammapy/gammapy-data/tarball/v1.1", + "conda-environment": "https://gammapy.org/download/install/gammapy-1.1-environment.yml" + }, + "1.1rc1": { + "notebooks": "https://docs.gammapy.org/1.1rc1/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip", + "datasets": "https://github.com/gammapy/gammapy-data/tarball/master", + "conda-environment": "https://gammapy.org/download/install/gammapy-1.1rc1-environment.yml" }, "1.0.1": { "notebooks": "https://docs.gammapy.org/1.0.1/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip", diff --git a/download/install/gammapy-1.1-environment.yml b/download/install/gammapy-1.1-environment.yml new file mode 100644 index 0000000..e9c6b5a --- /dev/null +++ b/download/install/gammapy-1.1-environment.yml @@ -0,0 +1,42 @@ +# Conda environment for Gammapy version 1.1 +# Install: conda env create -f gammapy-1.1-environment.yml +# Activate: conda activate gammapy-1.1 +# Deactivate: conda deactivate + +name: gammapy-1.1 + +channels: + - conda-forge + - sherpa + +variables: + PYTHONNOUSERSITE: "1" + +dependencies: + - python=3.9 + - gammapy=1.1 + - ipython=8.7.0 + - cython + - jupyter + - jupyterlab=3.5 + - pyyaml=6.0 + - click=8.1.3 + - numpy=1.24 + - scipy=1.10.1 + - pandas=1.5.2 + - matplotlib=3.7 + - astropy=5.3 + - regions=0.7 + - iminuit=2.21 + - sherpa=4.15 + - healpy=1.16 + - naima=0.10 + - pydantic=1.9 + - emcee=3.1.3 + - corner=2.2.1 + - pip + - requests + - tqdm + + + \ No newline at end of file diff --git a/download/install/gammapy-1.1rc1-environment.yml b/download/install/gammapy-1.1rc1-environment.yml new file mode 100644 index 0000000..91d074c --- /dev/null +++ b/download/install/gammapy-1.1rc1-environment.yml @@ -0,0 +1,43 @@ +# Conda environment for Gammapy version 1.1rc1 +# Install: conda env create -f gammapy-1.1rc1-environment.yml +# Activate: conda activate gammapy-1.1rc1 +# Deactivate: conda deactivate + +name: gammapy-1.1rc1 + +channels: + - conda-forge + - sherpa + +variables: + PYTHONNOUSERSITE: "1" + +dependencies: + - python=3.9 + - ipython=8.7.0 + - cython + - jupyter + - jupyterlab=3.5.3 + - pyyaml=6.0 + - click=8.1.3 + - numpy=1.24.3 + - scipy=1.10.1 + - pandas=1.5.2 + - matplotlib=3.7.1 + - astropy=5.3 + - regions=0.7 + - iminuit=2.21 + - sherpa=4.15.0 + - healpy=1.16.1 + - naima=0.10.0 + - pydantic=1.9.0 + - emcee=3.1.3 + - corner=2.2.1 + - pip + - requests + - tqdm + - pip: + - gammapy==1.1rc1 + + + \ No newline at end of file diff --git a/index.html b/index.html index 350fd53..ce076a4 100644 --- a/index.html +++ b/index.html @@ -94,8 +94,9 @@

- News: Nov. 10th, 2022: The LTS v1.0 has been released
- News: In 2022, Gammapy received the jury prize of the Open Science awards for open source research software (see link) + News: Jun. 13th 2023: Minor version release v1.1
+ Nov. 10th, 2022: The LTS v1.0 has been released
+ In 2022, Gammapy received the jury prize of the Open Science awards for open source research software (see link)


@@ -105,14 +106,14 @@
- Documentation - Install -

Current version: 1.0

-

v1.0 changelog and other releases

+

Current version: 1.1

+

v1.0.1 changelog and other releases

diff --git a/news.html b/news.html index 5d1d022..d9235f5 100644 --- a/news.html +++ b/news.html @@ -105,6 +105,11 @@

Releases