Skip to content

Latest commit

 

History

History
136 lines (95 loc) · 4.33 KB

changes.rst

File metadata and controls

136 lines (95 loc) · 4.33 KB

prospect's Change Log

1.2.2 (unreleased)

  • No changes yet.

1.2.1 (2022-03-02)

  • Bug fixes and support for astropy 5 (PR #75).

1.2.0 (2021-07-29)

  • Tuned widget layout, move legend location (Issues #61 and #63), added "Redrock_deltachi2" in VI outputs.
  • Various bug fixes, in particular handling z_input / rest-frame issues (Issue #44)
  • Code cleaning (PR #73).
  • Now a single script to create static html pages for DESI: prospect_pages.py.
  • Two notebooks updated, and a script example_prospect_pages, to be used both as doc and tests.
  • Compatible with files and directory trees from andes to everest.

1.1.1 (2021-03-31)

  • Make specutils imports optional, for DESI-only users.
  • Improved metadata internal handling and display in VI pages, including FIRST/LAST/NUM_EXPID/TILEID/NIGHT/FIBER, MORPHTYPE, redrock version, and support all current DESI targeting masks (Issues #21, #51 and #55).
  • List of "major" spectral lines updated (Issue #69).

1.1.0 (2021-02-10)

1.0.2 (2021-01-27)

1.0.1 (2021-01-07)

  • Make desiutil imports optional in setup.py (PR #56).
  • Adapt scripts to blanc ("deep" directories) (8552fd8e).
  • Support SV1_BGS_TARGET (7a5ca41f).

1.0.0 (2020-12-22)

This is a major refactor to allow prospect to be ``pip``-installable, along with other standard Python package features. Some API changes should be expected. See PR #54 for details.

0.3.0 (2020-10-27)

  • Planned final reference tag before package refactor.
  • Allow prospect to be loaded in an environment without the DESI software stack (PR #50).
  • Allow specutils objects to be plotted (PR #43).

0.2.2 (2020-07-04)

  • Command line scripts (particularly for static HTML display) and package documentation (PR #48).

0.2.1 (2020-06-12)

  • Fix some data handling issues related to Andes release (dbcde2f).

0.2.0 (2020-06-12)

Summary of new features from this branch (PR #42):

  • display "second model" which can be the Nth best fit, or standard templates
  • table with redrock results shows N best fits
  • ivar-weighting when smoothing
  • imaging cross-hair
  • line list
  • several bug fixes + code restructure
  • new widgets (e.g. "standard VI comments") + widget layout

0.1.1 (2020-04-07)

  • Static HTML pages (PR #39).

0.1.0 (2020-04-01)

  • Initial reference tag.