Skip to content

Maintainance Release

Compare
Choose a tag to compare
@wirew0rm wirew0rm released this 01 Oct 14:03
· 110 commits to master since this release

This release contains only small bugfixes from issues or leftovers from the 11.2. refactoring:

  • Histogram indexing fixed and clarified bin boundaries when using the constructor
  • Axes now get consistently updated on range change (#259)
  • Inverted x-Axis did not show labels bc of overlap detection (#261)
  • Error DataSetRenderer for inverted x-Axis
  • Wrong errors on last point after data reduction (#265)
  • Oscilloscope axis was broken and needed adjustments
  • FXML support was broken due to a missing default constructor
  • Additional unit tests (AbstractAxis) and code cleanup