Skip to content

Commit

Permalink
Merge pull request #248 from AstarVienna/hb/prepare/v0.6.0
Browse files Browse the repository at this point in the history
Prepare for v0.6.0
  • Loading branch information
hugobuddel committed Jul 10, 2023
2 parents a8fa7d0 + c0713a8 commit 610bc25
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 46 deletions.
41 changes: 0 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,44 +25,3 @@ https://scopesim.readthedocs.io/en/latest/

A basic Jupyter Notebook can be found here:
[scopesim_basic_intro.ipynb](docs/source/examples/1_scopesim_intro.ipynb)


## Dependencies

For [![Python 3.7](https://img.shields.io/badge/Python-3.7-brightgreen.svg)]() and above the latest versions of these packages are compatible with ScopeSim:

numpy >= 1.16
scipy >= 1.0.0
astropy >= 2.0
pyyaml >= 5.1
requests >= 2.20
beautifulsoup4 >= 4.4
synphot >= 0.1.3

For [![Python 3.5](https://img.shields.io/badge/Python-3.5-yellow.svg)]() the following packages may not exceed these version numbers:

astropy <= 3.2.3
synphot <= 0.1.3

#### Oldest currently tested system

[![Python 3.5](https://img.shields.io/badge/Python-3.5-yellow.svg)]()

[![Numpy](https://img.shields.io/badge/Numpy-1.16-brightgreen.svg)]()
[![Astropy](https://img.shields.io/badge/Astropy-2.0-brightgreen.svg)]()
[![Scipy](https://img.shields.io/badge/Scipy-1.0.0-brightgreen.svg)]()

[![Synphot](https://img.shields.io/badge/Synphot-0.1.3-brightgreen.svg)]()
[![requests](https://img.shields.io/badge/requests-2.20.0-brightgreen.svg)]()
[![beautifulsoup4](https://img.shields.io/badge/beautifulsoup4-4.4-brightgreen.svg)]()
[![pyyaml](https://img.shields.io/badge/pyyaml-5.1-brightgreen.svg)]()

#### Things to watch out for with Synphot
Numpy>=1.16 must be used for synphot to work
For Astropy<4.0, only Synphot<=0.1.3 works

#### Optional dependencies
[![skycalc_ipy](https://img.shields.io/badge/skycalc_ipy->=0.1-brightgreen.svg)]()
[![anisocado](https://img.shields.io/badge/anisocado->=0.1-brightgreen.svg)]()
[![Matplotlib](https://img.shields.io/badge/Matplotlib->=1.5-brightgreen.svg)]()

2 changes: 0 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ ScopeSim_ is on pip::

pip install scopesim_templates

.. note:: ScopeSim only supports python 3.6 and above

.. warning:: July 2022: The downloadable content server was retired and the data migrated to a new server.

ScopeSim v0.5.1 and above have been redirected to a new server URL.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ScopeSim"
version = "0.5.7-alpha"
version = "0.6.0"
description = "Generalised telescope observation simulator"
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies = [

"synphot>=1.1.0",
"skycalc_ipy>=0.1.3",
"anisocado>=0.2.3",
"anisocado>=0.3.0",
]

[project.optional-dependencies]
Expand Down
14 changes: 13 additions & 1 deletion scopesim/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
from importlib import metadata
version = metadata.version(__package__)
date = '2023-03-13 16:00:00 GMT'
date = '2023-07-10 10:00:00 GMT'
yaml_descriptions = """
- version : 0.6.0
date : 2023-07-10
comment : Summer 2023
changes :
- Rename MAORY to MORFEO #195
- Fix NCPA and PSF affecting spectroscopy #238
- Fix line widths bug #213
- Add rectification utilities #237
- Include grating efficiencies #215
- Improve downloading of IRDB #234
- Improve Windows support
- version : 0.5.6
date : 2023-03-13
comment : Hotfix to include minimal set of SVO data
Expand Down

0 comments on commit 610bc25

Please sign in to comment.