Skip to content

Latest commit

 

History

History
143 lines (89 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

143 lines (89 loc) · 12.3 KB

0.5.0 (2020-12-17)

Features

  • gui: add option: sort days by number of opinions (5cc89f3)
  • sensitivity: print percentage of rfi mask (aad52bb), closes #101

0.4.1 (2020-12-05)

Bug Fixes

  • opinion: get_day_without_opinion - return default in error case (77462d3)
  • ringmap: intercylinder colormap range (1c9c679), closes #105

Features

  • sensitivity: divide_by_estimate colormap range (118dfd2), closes #103

0.4.0 (2020-12-03)

Bug Fixes

  • auth: logout (0d451f0), closes #87
  • data: free least recently used files (9b369ec)
  • sensitivity: don't mod ra index before imshow_sections (a4ccf38)

Features

  • gui: add info tables (ccb45d5), closes #84 #85
  • gui: require note if decision is bad (5b6a858), closes #81
  • plot: parameterize height (9ac8d65)
  • ringmap: add option intercylinder_only (9b01bb1), closes #80
  • ringmap: set bgcolor to lightgray (79899e9)
  • sensitivity: add flag filter (4fdad34), closes #86
  • sensitivity: add option: divide by estimate (9feb3c3), closes #79
  • gui: show notes of other users (303b480)

0.3.0 (2020-11-04)

Bug Fixes

  • data: don't accept days with missing plots (6b4458a), closes #63
  • data: raise DataError if file not found (80dcbd5)
  • data: raise DataError if trying to load nonexistant data (f1cc484)
  • data: Skip non-lsd dirs (29b046e)
  • data: typo in debug log (ecf17ec)
  • delayspectrum: copy cmap to get rid of mpl warning (e812e49)
  • delayspectrum: swap axis names when transposing (d63fc94)
  • gui: get user name from secure cookie (33044f8), closes #37
  • gui: no day value set on start (87db63d)
  • gui: plot order in set gets scrambled (be956e4)
  • gui: Toggle buttons were assigned to wrong plots (3aeb40a)
  • heatmap: import datashade after start to make --num_procs work (9669ead)
  • heatmap: set transpose default to False (9e41195), closes #57
  • server: load template after config (75f03c8)
  • template: Menu button wasn't displayed at all (6d3ecae)

Features

  • config: add logging config (1aa53ef)
  • data: periodically re-index files (5470e1a), closes #24
  • delayspectrum: arrange plots in single row (727f254), closes #34
  • delayspectrum: make axes of subplots independent (4b8c327)
  • delayspectrum: optimize plot layout (d06e17c)
  • flags: default uncached flag fetching (7d0a3ac)
  • gui: add indicator for when page loading (15264b5), closes #65
  • gui: add option to hide days with opinion (3935db4), closes #65
  • gui: describe displayed data in a title (84a87d9), closes #33
  • gui: opinion buttons insert into chimedb (1f92c75)
  • gui: swap plot order to fit them tighter (b3437be)
  • gui: use alert widget to give opinion click feedback (a91bf3b)
  • opinion: add notes text input (f841c55), closes #64
  • opinion: choose next day closeby after opinion inserted (f099f5b), closes #62
  • plot: pass config to plot (174c536)
  • requirements: bump bokeh version to 2.2.1 (57848eb)
  • ringmap: add ringmap plot (97e19cf)
  • script: add option --chimedb-enable-test (4b28836)
  • sensitivity: Add sensitivity plot (67402cb)
  • template: add mdl w/o tabs (d5365f5)
  • templates: add template mdl (28cad5e)

Performance Improvements

  • server: open db connection on startup (4e648c6)

[0.2.0] (2020-07-23)

Bug Fixes

  • delayspectrum: ignore broken spectra (eeeeac8), closes #23
  • plot: hide expandbutton after de/activate plot (fc339c9)

Features

  • data: data revisions (c842391)
  • script: user authentication (5da4ff4), closes #2
  • template: add link to github repo (d8dc0b0)
  • template: turn on drawer shadow (045a2bd)

[0.1.0] (2020-06-25)

First tagged version.

Bug Fixes

  • delayspectrum: always show colormap (ece43c0), closes #11
  • delayspectrum: set min width (6893e2b), closes #19
  • script: pass function to panel.serve (cecaa94)
  • template: reduce width of menu items (6b68f29)

Features

  • delayspectrum: give user control over datashade function (f4e2233)
  • gui: Link day selector to plots (9ccb20f)
  • plot: autosize plots (66d357f)
  • script: add option --websocket_origin (8a32b69)
  • scripts: panel serve (a4552a7)
  • template: set drawer mode=modal (b01ba7d)
  • template: start with drawer menu closed (798fa5e)