Skip to content

Releases: DevonsMo/IJOQ

IJOQ v1.2.8

11 Jan 21:24
95f6e9c
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Bugfix for oversight in which previous analysis data was not entirely cleared before new analysis was performed

IJOQ v1.2.7

18 Sep 06:39
37f81bb
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Further improved calibration settings predictions
  • Minor bugfix to calibration settings prediction

IJOQ v1.2.6

15 Sep 05:56
e1e1b7a
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Bugfix where editing the calibration variables on the results page updates the variables using the incorrect numbers
  • Further improved calibration settings predictions

IJOQ v1.2.5

14 Sep 10:10
200c60b
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Minor bugfix (limited the lower bound of possible inputs for image compression to 128)
  • Improved calibration settings predictions
  • Changed possible blur values from (0, 2, 4, 6, 8, 10) to (0, 1, 2, 3, 4, 5)

IJOQ v1.2.3

22 Jul 03:46
b01c2dd
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Minor bugfix (user was able to input decimal numbers into the blur radius settings on the calibration results page)

IJOQ v1.2.2

13 Jul 21:38
9de8af8
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Replaced match-case statements with if-else statements to improve compatibility with older versions of Python
  • Removed version check (was not functioning properly)
  • Corrected a code comment that was labeled incorrectly
  • Implemented a workaround that would allow the program to continue functioning even when the user did not have permissions to edit input images

IJOQ v1.2.1

11 Jun 08:54
d8fc9bf
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Fixed bug in IJOQ calibration in which data from previous calibrations weren't fully cleared before running a new calibration

IJOQ v1.2.0

11 Jun 08:16
b2239da
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • IJOQ now checks whether the installed python version meets minimum requirements
  • The blur radius in IJOQ calibration has been restricted to only even numbers
  • The results page in IJOQ calibration now allows users to edit the blur radius as well as the noise filter
  • The calibration algorithm has been optimized (redundant code removed)
  • The calibration algorithm has been further modified to accommodate for allow for editing blur radius (algorithm saves data for multiple blur radius values)
  • Saving calibration settings and analysis results now checks to ensure that an existing folder isn't being overwritten
  • Saving calibration settings and analysis results now displays a message if the save was successful
  • Updated instructions in the readme to reflect the new IJOQ version
  • Removed libraries that are already included in the Python standard library from the install list in IJOQ setup.py

IJOQ v1.1.0

02 Jun 06:18
bae658f
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Fixed bug in which changing the noise filter in calibration results does not recalculate the images that aren't being viewed (improperly skipping images)
  • Fixed bug in which moving to another image before the noise filter calculation finishes calculating that image causes the image to not update
  • Changed the noise filter recalculation order to improve user experience (images that are likely to be seen are calculated first)
  • Fixed bug in which running the calibration twice, then changing the noise filter causes the images from the first calibration to appear (did not reset all data before calibrating)
  • Calibration now stops all noise filter recalculation threads before calibrating (fixes potential bug)
  • Calibration now takes the geometric mean of the calculated pixel thresholds rather than the arithmetic mean
  • Updated the readme to include instructions on handling certain edge case calibration results

IJOQ v1.0.2

01 Jun 21:00
296f0be
Compare
Choose a tag to compare

The source code listed below contains all relevant files for IJOQ analysis. Please download one of the source code files below to download IJOQ.
Please view the readme on this page for detailed instructions on how to use the program: https://github.com/DevonsMo/IJOQ

Changelog:

  • Saving calibration and analysis results now creates a new folder titled "Settings_Output" and "Analysis_Output," respectively
  • Changing the noise filter in the calibration results page was updating the incorrect parameter in the textbox
  • Changing the noise filter in the calibration results page via keyboard was not properly updating the noise filter parameter
  • Changed calibration setting estimates when using Basic settings by multiplying the blur radius by 2 when the compression amount is 1024 (average cell count is >50)
  • Typing a negative number in a spinbox that expects a float was previously considered invalid
  • Added input validation for negative numbers (minus sign must be first character only)
  • The "Analysis" tab of the IJOQ analysis had an incorrect name
  • Increased window size from 600x400 to 750x500 to prevent the program from hiding or compressing widgets on Mac