Skip to content

v0.6.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@rebeccafair rebeccafair released this 26 Oct 08:09
· 216 commits to master since this release
  • New Features:

    • New Spectrum1D.to_text_file and Spectrum1DCollection.to_text_file
      methods to write to column text files

    • An expanded and consistent set of styling options is made
      available for command-line tools that produce plots.

    • Consistent styling and advanced changes can be made using
      Matplotlib stylesheet files, either as a CLI argument or
      using matplotlib.style.context() in a Python script.

  • Improvements:

    • Internally, plot theming has been adjusted to rely on Matplotlib
      style contexts. This means user changes and style context are more
      likely to be respected.
    • Additional aliases for plot arguments in the command-line tools have
      been added, for example either --x-label or --xlabel can be used.
  • Changes:

    • x_label, y_label, y_min and y_max in euphonic.plot
      functions have been deprecated in favour of xlabel, ylabel,
      ymin and ymax respectively, to match the Matplotlib arguments
      they refer to, and to match other arguments like vmin, vmax.