Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.7 KB

File metadata and controls

43 lines (31 loc) · 1.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.4.0] - 2025-12-29

Added

  • ability to pass plotly traces keyword arguments e.g. 'marker', 'selector' etc via update_traces_kwargs
  • top level schema validation for x_axes_kwargs and y_axes_kwargs
  • example of marker size to example json in readme

Changed

  • schema validation for trace_mode now allows combinations such as 'lines+markers'
  • readme to better indicate the keys of the pass through arguments

[1.3.0] - 2025-09-25

Added

  • ability to pass plotly layout keyword arguments e.g. 'font, 'legend' etc via update_layout_kwargs

Changed

  • useability improvement: space characters are stripped from x_id, y_id and also from the loaded dataframe column headers therefore leading and trailing spaces no longer create errors

[1.2.0] - 2025-09-05

Added

  • remove_from_trace_label
  • file and folder filters can take an array of strings as will as a single string
  • x_time_format: x value time stamp in file name conversion to seconds using strptime format codes
  • x_id_is_reg_exp
  • this changelog

Changed

  • features section of readme indicates the keys for the referenced features
  • html/png file name generation: my_plot_info.json -> my_plot.html
  • correct references of list to array in schema template - JSON calls them arrays

Fixed

  • min and max post processing functionality
  • load_data.py: stack trace logging on error during try in Folder init