Skip to content

Releases: AstarVienna/ScopeSim

Version 0.8.1 Go METIS Go

13 May 20:59
2b58945

Choose a tag to compare

Small changes required for the first METIS Simulated data release.

What's Changed

New Features or Improvements

Dependency Changes

Documentation Improvements

New Contributors

Full Changelog: v0.8.0...v0.8.1

Version 0.8.0

15 Apr 12:36
eaef458

Choose a tag to compare

Many small fixes, some new effects, some important fixes related to coordinates, and lots of cleanup.

What's Changed

API Changes

Changes to or addition of Effects

New Features or Improvements

Dependency Changes

Documentation Improvements

Other Changes

Full Changelog: v0.7.1...v0.8.0

v0.7.1

17 Nov 13:55
bc1f78e

Choose a tag to compare

  • Improve the output of scopsim.bug_report() and automatically log that report when an unhandled error occurs: #287
  • Some bug fixes related to that same bug_report: #290, #291
  • Improve ScopeSim's README file: #294
  • Deal with warnings from the latest Python version 3.12: #289
  • Internally restructure and clean the test suite, make sure individual tests are not influencing each other: #285

v0.7.0 Friday 13th

19 Oct 07:10
7596e88

Choose a tag to compare

What's Changed

  • Fix a long-standing bug regarding the internal implementation of WCS coordinates, which had multiple consequences, see #276 for details.
  • This fix might break some existing codes using work-arounds for the bug described above.

Full Changelog: v0.6.2...v0.7.0

Many thanks to @teutoburg for tackling this off-by-one bug, which turned out to be even more complex than anticipated! Everything should now be internally consistent. Please let us know in an issue or on Slack if we missed a spot.

v0.6.2

14 Sep 18:52
c1e65aa

Choose a tag to compare

What's Changed

  • Fix documentation on readthedocs.io: #269
  • Bug fixes related to plotting methods: #270
  • Formatting of code and documentation to meet community standards: #271
  • General refactoring, some in preparation of more substantial bug fixes: #272

Full Changelog: v0.6.1...v0.6.2

v0.6.1

06 Sep 13:34
6a23ee2

Choose a tag to compare

What's Changed

  • Improvements to console representation and plot methods of various classes: #252, #260, #263, #266
  • Refactoring and changes to the inheritance of some classes: #261, #264, #265
  • Changes to the CI configuration to reduce fails caused by web request timeouts #255, #262

Full Changelog: v0.6.0...v0.6.1

Summer 2023

10 Jul 14:43
6149822

Choose a tag to compare

What's Changed

  • 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

New Contributors

Full Changelog: v0.5.6...v0.6.0

SVO Hotfix

13 Mar 15:33

Choose a tag to compare

Hotfix to include minimal set of SVO data

Changes :

  • Run notebooks in CI #183
  • Add SVO data because SVO is down #185
  • Fix OpticalTrain shared cmds attribute and fix docstring #186

v0.5.5 A*V is back in the game

08 Mar 18:48
3d8770c

Choose a tag to compare

v0.5.5 is the first release by the 2023 A*Vienna team

Changes

  • Return to § for incremental extension keywords #168
  • thin slit confusing dispersion direction #169
  • Adds unequal (i.e. 2x1) binning and option to rotate the CCD by integer multiples of 90 degrees #170
  • add filters and slits to wheels #176
  • psf_utils.rescale_kernel: fix for negative shifts #177
  • Fix bug where the ._meta_dicts can become longer than the .fields #178
  • Add test that Source() is additive identity #179
  • Allow astropy Units to be values in FITS headers. #180