Skip to content

Releases: soar-telescope/goodman_focus

v2.0.4

25 Sep 21:45
e22adbc
Compare
Choose a tag to compare

What's Changed

  • Add package specifically instead of using packages find by @simontorres in #49

Full Changelog: v2.0.3...v2.0.4

v2.0.3

25 Sep 13:56
b046d64
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Release V2.0.2

08 Apr 14:18
4d933b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

Release V2.0.1

23 Feb 20:32
8fbd2aa
Compare
Choose a tag to compare
  • Changed method of getting the best focus to scipy.optimize.brent
  • Fixed bug regarding results report on terminal entry point

What's Changed

Full Changelog: v2.0.0...v2.0.1

Release V2.0.0

21 Oct 19:37
5a99ddc
Compare
Choose a tag to compare
  • Added FWHM, Best image and data to results.
  • Bumped version one major step due to the change on the format of the results.
  • Returned result is a list of dictionaries now.
  • Added Date and ISO timestamp as part of the json results.
  • Focus and FWHM are rounded to 10 decimals.

What's Changed

Full Changelog: v1.0.0...v2.0.0

Release V2.0.0.dev1

21 Sep 16:04
c94a5a3
Compare
Choose a tag to compare
Release V2.0.0.dev1 Pre-release
Pre-release
  • Changed the format of the reported information adding to best focus. FWHM, Best image, best image focus, Best image fwhm and raw focus and fwhm data

Release V1.0.0

26 Jan 18:39
ef7cf8c
Compare
Choose a tag to compare

Big bump in version because the package is stable and in frequent use.

  • Changed field separator for mode name [#34, #35].
  • Removed Travis CI [#31].
  • Updated documentation and ReadTheDocs setup.

Release V0.3.6

12 Jan 23:41
c452359
Compare
Choose a tag to compare
  • Added python 3.7 and 3.8 to Travis CI
  • Removed astroconda from environment.yml and specified python 3.8 to avoid 3.9

Release V0.3.0

18 Jul 18:05
5286967
Compare
Choose a tag to compare
  • Created dedicated documentation for readthedocs.
  • Fixed bug where return was missing,
  • GoodmanFocus need to be instantiated only once [#19]
  • Calling instance of GoodmanFocus can receive a list of files as input [#19]
  • Argument --file-pattern is now actually used in file selection [#18]
  • Eliminated some warnings.
  • Included plots in documentation.

Release V0.2.0

10 Jul 15:50
f4919fa
Compare
Choose a tag to compare
  • Added messages when no file matches the --obstype value, by default is
    FOCUS [#9]
  • Replaced parser.error by log.error and sys.exit when the directory does
    not exist and when exists but is empty.
  • Added test for cases when the directory does not exist, when is empty and when
    no file matches the selection on --obstype which by default is FOCUS.
  • Replaced logging.config.dictConfig by logging.basicConfig which fixed
    several issues. For instance --debug was unusable, and also there were
    duplicated log entries for the file handler when used as a library in other
    application. [#10]
  • Replaced the use of the function get_args by using arguments on class
    instantiation instead
  • Created name for modes [#11]