Skip to content

Releases: msrosenberg/MetaWin

New graphing options

25 Jun 17:13
15df194

Choose a tag to compare

  • New features
    • Chart editing now includes option to set opacity/transparency (alpha) for some elements
    • New chart type: Meta-analytic Rain Cloud Plot
    • New forest plots styles
      • Scale symbol of mean value by study weight
      • Thick forest plots
      • Rainforest plots
      • Forest plots will now show full bootstrap distribution behind means and intervals
  • Bug fixes
    • One of the configuration options was not being saved correctly.
    • Some text was not being cycled through the language module correctly.
    • Internal error where certain graphing edit options were assigned to the wrong variable names (had no functional effect on working of program).
    • Trying to draw a forest plot would crash program if there was no valid data.
    • Miscellaneous typos
  • Tweaks
    • Packaged versions updated from Python 3.12 to 3.13, including updates to various dependencies

Bugfixes

30 Oct 19:20
c7c6fba

Choose a tag to compare

This release fixes a bug when filtering data based on column values. Cells with missing data were not being accounted for correctly.

Formal release

08 Feb 19:10
783f171

Choose a tag to compare

This is the first formal non-beta release.

Minor changes include

  • Formal citation information
  • Minor tweaks needed due to deprecated scipy function calls

Publication bias update

05 Jul 19:33
270307f

Choose a tag to compare

New features

  • More sophisticated funnel plots added as part of new publication bias section, including:
    • Pseudo-confidence intervals
    • Contour confidence intervals
    • Power-ehhanced (sunset) plots
  • Egger Regression for testing for publication bias

Bug fixes

  • Output text was not spaced properly since the bugfix for PyQt issue in 3.0.12

Tweaks

  • Split publication bias analyses into their own dialog
  • Simplified editing of figure styles by internally linking upper and lower limits into single style entries

Bug fixes and tweaks

28 Jun 16:21
79d82e7

Choose a tag to compare

New features

  • References created in output of program include DOIs, when available, to make finding of original material easier. Hyperlinked DOIs have also been added to help files.
  • For automatic captioning, users can choose between xkcd (default) and X11/CSS4 color name spaces.

Bug fixes

  • Column headers were not imported correctly if the first row was being used for column headers and the first column was being used for row headers
  • Graphical output was not being visually refreshed in some cases

Tweaks

  • Fixed typos in two references in help file

Output Bug Fixes

31 May 18:10
f7aacfd

Choose a tag to compare

Bug fixes

  • Pre-packaged versions of MetaWin could not save figures in vector formats
  • In some cases, text output could not be saved to a file without program closing
  • If multiple figures were created in a single session, attempting to save the current figure to a file would cause program to serially try to save all of them, rather than just the current figure
  • A workaround for a bug in Qt that was causing text output saved in HTML or Markdown formats to export all lines as level 1 headers

Tweaks

  • The text output tab will now automatically scroll to display newly added text starting at the top of the window

I2 confidence interval fix

17 May 13:07
14e6025

Choose a tag to compare

Fixing a bug in the calculation of confidence intervals for I2

Orwin failsafe bug fix

15 May 14:33
2a16f74

Choose a tag to compare

Fixed bug where Orwin's failsafe number would not allow the desired threshold to be negative.

Also, not a code change, but all three prebuilt versions are now built with Python 3.11.

Progress Bars

12 May 13:56
b0b0846

Choose a tag to compare

Minor update, primarily adding progress bars to analyses that last longer than a few seconds (i.e., more complex or larger randomizations).
Also fixed a few typos in help file.

Cumulative analysis fix

11 Nov 18:28
96930ad

Choose a tag to compare

Primary bug fix for cumulative analysis not sorting by correct column.
A few minor tweaks as well.