Skip to content

Releases: cmmorrow/sci-analysis

Bug Fixes

15 Apr 03:48
c7efe3a
Compare
Choose a tag to compare
Merge pull request #55 from cmmorrow/stable

Stable

Add support for labels on scatter plots

05 Jan 22:34
5f9b192
Compare
Choose a tag to compare
Merge pull request #33 from cmmorrow/stable

Release 2.2.0

Bug fix for scatter plot line fit

17 Jul 21:22
12b1859
Compare
Choose a tag to compare

Scatter plot line fits were always being displayed as positive even if the correlation was negative.

Documenation updates and various bug fixes

27 May 04:22
ec7600e
Compare
Choose a tag to compare
  • The documentation is now generated from a Jupyter notebook instead of a standalone rst file.
  • Fixed a bug that was causing a FutureWarning to be displayed anytime an unstacked group stats was performed.

Graphing and Statistics Output Improvements

30 Mar 04:07
cc61d58
Compare
Choose a tag to compare
  • Version 2.1 makes improvements to Statistical output and plots.
  • Tukey-Kramer circles were added to the Oneway analysis plot.
  • Grand Mean and Grand Median were added to the Oneway analysis plot.
  • Overall Statistics were added to Oneway analysis.
  • Overall Statistics were added to Categorical analysis.
  • The Categorical analysis graph was changed to improve the appearance.

Grand Median Bug Fix

29 Mar 05:07
8900494
Compare
Choose a tag to compare
Grand Median Bug Fix Pre-release
Pre-release

Changed how Grand Median is calculated in group Overall Stats

Tukey Circles Bug Fix

29 Mar 02:46
41a187b
Compare
Choose a tag to compare
Tukey Circles Bug Fix Pre-release
Pre-release

Fixed an issue with the Tukey Circle axes was not not flush with the other plots.
The fix involved matplotlib 2.2.2 wanting adjustable='datalim' set on the Tukey Circles axes.

Bug fixes

28 Mar 04:51
baca8c7
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Various bug fixes related to matplotlib 2.2.2

Graphing and Statistics Output Improvements

27 Mar 03:26
Compare
Choose a tag to compare

Added Overall Statistics to Group Statistics.
Added Overall Statistics to Categorical Statistics.
Added grand mean and grand median to Oneway plots.
Added Tukey-Kramer circles to Oneway plots.
Overhauled Categorical Histograms to scale better when more/less bars are displayed.

Add Support for Categorical Analysis

14 Jan 05:33
f0d425a
Compare
Choose a tag to compare

Internal data container is now pandas instead of numpy arrays.
Added group correlation analysis.