Skip to content

Releases: soar-telescope/goodman_focus

v2.1.0

Choose a tag to compare

@simontorres simontorres released this 28 Apr 17:07
42b7759

What's Changed

  • implement effective log level and add file log handler by @simontorres in #51

Full Changelog: v2.0.4...v2.1.0

v2.0.4

Choose a tag to compare

@simontorres simontorres released this 25 Sep 21:45
e22adbc

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

Choose a tag to compare

@simontorres simontorres released this 25 Sep 13:56
b046d64

What's Changed

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

Release V2.0.2

Choose a tag to compare

@simontorres simontorres released this 08 Apr 14:18
4d933b8

What's Changed

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

Release V2.0.1

Choose a tag to compare

@simontorres simontorres released this 23 Feb 20:32
8fbd2aa
  • 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

Choose a tag to compare

@simontorres simontorres released this 21 Oct 19:37
5a99ddc
  • 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

Release V2.0.0.dev1 Pre-release
Pre-release

Choose a tag to compare

@simontorres simontorres released this 21 Sep 16:04
c94a5a3
  • 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

Choose a tag to compare

@simontorres simontorres released this 26 Jan 18:39
ef7cf8c

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

Choose a tag to compare

@simontorres simontorres released this 12 Jan 23:41
c452359
  • 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

Choose a tag to compare

@simontorres simontorres released this 18 Jul 18:05
5286967
  • 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.