Skip to content

Releases: mvgorcum/Sessile.drop.analysis

1.0.0rc2

21 Apr 22:22
Compare
Choose a tag to compare

This release fixes two issues:

  • The np.int alias was deprecated
  • Fixed an issue where the compiled windows version wasn't able to read images from disk.

1.0.0rc1

06 May 17:55
Compare
Choose a tag to compare

This is the first release candidate for the first full release. Changes since v0.3.0:

  • Save both x and y coordinates of the detected contact points
  • Measure the center of mass of the drop (based on the projection on the camera)
  • Give a popup when trying to close with unsaved data
  • Added usage documentation
  • Fix pandas append deprecation (fixes #13)
  • Added about and help dialogs

This release also attaches a compiled windows installer and a compiled portable windows version.

V0.3.0 Beta

15 Feb 16:27
Compare
Choose a tag to compare

This release adds the option to fit drops with an ellipse in addition to a polyfit. This can be more precise for symmetric droplets.

v0.2.0 Beta

21 Jan 11:57
14231f9
Compare
Choose a tag to compare

First beta release.

  • Attached is a windows installer
  • The program can now be installed from pypi, using pip. (pip install drop-analysis)

Last alpha release

09 Apr 21:26
Compare
Choose a tag to compare
Last alpha release Pre-release
Pre-release

This is supposed to be the last alpha release.
The plan is to create install.py and get better requirement management, so the program is easier to install and release the first beta version after that.

Changes:

  • Added settings screen
  • Allow choice between linear subpixel interpolation and errorfunction subpixel interpolation
  • Allow changing openCV framesize and framerate
  • Allow changing default pixel height for polyfit
  • Allow changing polyfit oder
  • Added option to allow other fit methods
  • Added option to record live video
  • Allow changing the location of the buffer file
  • Added option to export video
  • Changed data export to default to csv, with xlsx as second option.

v0.0.3alpha

16 Oct 18:52
Compare
Choose a tag to compare
v0.0.3alpha Pre-release
Pre-release

First release with compiled binaries. Note that the binaries need Mainwindow.ui to be in the same folder
Added jpeg mimetype
Moved framesource objects to separate file

v0.0.2alpha

11 Oct 00:04
Compare
Choose a tag to compare
v0.0.2alpha Pre-release
Pre-release

Added support for single images and tiff stacks.
Added more visual feedback of what is happening.
Allow to manually change the amount of pixels to use to fit up from the contact line.

hotfix for live camera

29 Sep 22:54
Compare
Choose a tag to compare
Pre-release
v0.0.1alpha-hotfix

fix live camera view without analysis

Alpha release of QT gui

28 Sep 20:49
Compare
Choose a tag to compare
Pre-release

The first release of a whole new QT gui, currently with very basic functionality and a lot of unimplemented features.