Skip to content

Releases: AstarVienna/ScopeSim

Version 0.9.1

26 Nov 23:01
Compare
Choose a tag to compare

Many small but important fixes and improvements that were missing in v0.9.0.

What's Changed

Changes to or addition of Effects

New Features or Improvements

Dependency Changes

Documentation Improvements

Other Changes

Full Changelog: v0.9.0...v0.9.1

Version 0.9.0

10 Nov 21:21
6259648
Compare
Choose a tag to compare

Important

The minimum required Python version for this package is now 3.10 (see Dependency Changes).
Python 3.13 is currently not supported as it causes issues on some platforms that are not yet fully understood. We are currently working on fixing 3.13 support.

What's Changed

API Changes

New Features or Improvements

  • Replace NaNs in images, log warning by @teutoburg in #466
  • Make observe work with no source (empty field) by @oczoske in #483
  • Add a new top level to CMDS nested mapping to store current simulation run settings by @teutoburg in #493

Dependency Changes

Documentation Improvements

Other Changes

New Contributors

Full Changelog: v0.8.4...v0.9.0

Version 0.8.4

29 Aug 09:43
Compare
Choose a tag to compare

Last version to support Python 3.9

This includes many small and not-so-small fixes and improvements, which are made available here to Python 3.9, while a few more major changes will be released soon as Version 0.9.0, but without support for Python 3.9.

What's Changed

Changes to or addition of Effects

  • Test all cases of DIT & NDIT vs. exptime and AutoExposure by @teutoburg in #428
  • Avoid in-place operations because of dtype conflicts by @teutoburg in #432
  • Split PSF and Electronic effects into subpackages by @teutoburg in #434
  • Improve SVO filter handling by @teutoburg in #454
  • Added function to round the edges of square PSF kernels by @astronomyk in #459

Dependency Changes

Other Changes

Full Changelog: v0.8.3...v0.8.4

Version 0.8.3

02 Jun 21:29
4515c7b
Compare
Choose a tag to compare

Mostly a small hotfix to allow changing of exptime in AutoExposure, plus some housekeeping.

What's Changed

Dependency Changes

Other Changes

Full Changelog: v0.8.2...v0.8.3

Version 0.8.2 Unsigned Hero

14 May 21:34
fecdb7c
Compare
Choose a tag to compare

What's Changed

New Features or Improvements

  • Cap negative values below 0 before quantifying to an unsigned int. by @hugobuddel in #414

Full Changelog: v0.8.1...v0.8.2

Version 0.8.1 Go METIS Go

13 May 20:59
2b58945
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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