Skip to content

Releases: mad-lab-fau/imucal

v2.6.0 - Figure size fix

31 Oct 10:40
Compare
Choose a tag to compare

[2.6.0] - 31.10.2024

  • Added the option to control the initial figure size of the interactive plot. This should help resolve #24

v2.5.0 - GUI QoL Improvements

31 Oct 10:16
Compare
Choose a tag to compare

[2.5.0] - 31.10.2024

  • Tooling overhaul to make the development process easier and fix doc building issues
  • A bunch of quality of life improvements for the GUI.
    You can now use shortcuts (o, p, h, b, and f) to activate the matplib tools for zooming, panning, home, back, and forward.
    Once zoomed in, you can use the scrollwheel to scroll along the x-axis.
    The first section is also activated by default now, so you can start labeling right away.
  • Updated minimal versions of dependencies. Notable: pandas >=2.0, python >=3.9

v2.4.0 - Better dev tooling

26 May 07:49
Compare
Choose a tag to compare

[2.4.0] - 26.05.2023

  • Tooling overhal to make the development process easier and fix doc building issues
  • Changed some ValueError to TypeError

v2.3.1

17 Oct 08:41
Compare
Choose a tag to compare

[2.3.1] - 17.10.2022

  • Fixed import so that no tkinter or matplotlib are required when the GUI is not required

v2.3.0

17 Oct 08:11
Compare
Choose a tag to compare

[2.3.0] - 17.10.2022

  • Removed upper version bounds to reduce the chance of version conflicts

v2.2.1 - Joss Paper

02 May 08:12
Compare
Choose a tag to compare
  • Some minor updates to README.md
  • Improved the doc building process: No additional requirements.txt file!
  • JOSS paper accepted! :)

v2.2.0

26 Apr 11:53
Compare
Choose a tag to compare
  • Dropped support for h5py < 3.0.0. This should only affect users using the hdf5 export feature.
    Dropping old versions allows for proper support of Python 3.10.

v2.1.1

04 Apr 14:46
Compare
Choose a tag to compare
Version bump

v2.1.0 - Joss submission

08 Mar 15:45
Compare
Choose a tag to compare

[2.1.0] - 08.03.2022

  • switched from distutils to packaging for version handling.
  • Added a paper describing the basics of imucal for submission in JOSS
  • Fixed small issues in README and docs
  • manual gui test is working again
  • dependency updates

v2.0.2 - Zenodo Release

02 Nov 15:20
Compare
Choose a tag to compare
Added coverage badge