Skip to content

Latest commit

 

History

History
128 lines (75 loc) · 3.98 KB

File metadata and controls

128 lines (75 loc) · 3.98 KB

1.3.0 (unreleased)

  • Photometric Extraction plugin to extract light curves from TPF cubes. [#115]

1.2.2 (unreleased)

  • Update jdaviz requirement to 4.5, including support for popping out and showing viewers inline. [#210]

1.2.1 (09-26-2025)

  • Update jdaviz requirement to 4.4 to include upstream improvements including support for selecting/naming the viewer within the loaders as well as improvements to the logger. [#204]

1.2.0 (09-17-2025)

  • Update jdaviz requirement to 4.3 to include upstream improvements including new loaders implementation. [#183]
  • Deprecates load_data in favor of load. [#183]

1.1.2 (08-27-2025)

  • Removes the max-pin of numpy by updating lightkurve to 2.5.1. [#200]

1.1.1 (06-09-2025)

  • Fix loading files without TELESCOP set. [#182]
  • Add missing plugin description for the Stitch plugin. [#185]
  • Fixes the case of setting original phase-viewer limits of a non-selected ephemeris component [#188]
  • Fix for lightkurve.LightCurve glue data translators introduced by glue-astronomy 0.12, workaround warnings raised by spectral_cube, ensure folded light curves have the normalize_phase attribute [#194]

1.1.0 (03-25-2025)

  • Add support for loading TESS DVT files. [#164]
  • Removed lcviz.test(). Use pytest --pyargs lcviz <options> instead to test your copy of lcviz. [#172]
  • Update jdaviz requirement to 4.2 to include upstream improvements, including plugin descriptions and redesigned data menu [#158, #165, #180]
  • Add missing API hint for lcviz.plugins['Binning'].ephemeris. [#178]

1.0.0 (12-02-2024)

  • Update jdaviz requirement to 4.0 to include upstream improvements including API hints. [#121, #133]
  • Prevent duplicate sub-intervals (quarter/sector/campaign) in data labels. [#120]
  • Add feature to query the NASA Exoplanet Archive for exoplanet ephemerides. [#127]

0.4.3 (09-05-2024)

  • bumps lightkurve to 2.5.0 to include upstream bug fixes. [#132]
  • Improve scatter viewer and mouseover performance. [#137, #139]

0.4.2 (07-23-2024)

  • Fix all docs links to point to correct version of read the docs. [#128]
  • Update jdaviz requirement to 3.10.3 to include upstream bug fixes. [#130]

0.4.1 (07-15-2024)

  • Max pin numpy to to exclude 2.0 until full compatibility can be supported. [#126]
  • Fixes CDIPS support by handling columns filled with strings with empty units. [#122]
  • Removes filepath from FILENAME entry in metadata. [#124]

0.4.0 (06-11-2024)

  • Updates to use jdaviz 3.10, which now requires python 3.10+. [#105]
  • Support loading, viewing, and slicing through TPF data cubes. [#82, #117, #118]
  • Default data labels no longer include flux-origin, but do include quarter/campaign/sector. [#111]
  • Basic stitch plugin to combine light curves into a single entry. [#107]
  • Metadata plugin: show undefined entries as empty string instead of object repr. [#108]
  • Raise error when parser can't identify file_obj [#106]

0.3.0 (04-05-2024)

  • Ability to create additional viewers. [#94]
  • Updates to use jdaviz 3.9. [#68]

0.2.0 (02-26-2024)

  • Clone viewer tool. [#74, #91]
  • Flux column plugin to choose which column is treated as the flux column for each dataset. [#77]
  • Flatten plugin no longer creates new data entries, but instead appends a new column to the input light curve and selects as the flux column (origin). [#77]
  • Ephemeris plugin now supports passing floats to times_to_phases. [#87]
  • Ephemeris plugin's create_phase_viewer now returns the public user API instance of the viewer instead of the underlying object. [#87]

0.1.0 (12-14-2023)

  • Initial release of lcviz with support to import time-series light curves via lightkurve and process them through binning, flattening, frequency analysis, and ephemeris plugins.