Releases: matplotlib/mpl-probscale
Releases · matplotlib/mpl-probscale
v0.2.5
Minor code and repo clean up
Really just meant to trigger a new pypi release via GH actions
v0.2.3: Merge pull request #50 from phobson/phobson-refs
few more refs to the phobson fork
v0.2.3rc2: Merge pull request #49 from phobson/cleanup-tutorial-figs
Cleanup tutorial figs
RC for the first release under MPL ownership
Merge pull request #47 from matplotlib/mpl-readme update readme for new ownership
Better axis limits with small N
Merge pull request #37 from phobson/bump-to-v0.2.2 bump to v0.2.2
Confidence intervals around best-fits
Merge pull request #35 from phobson/py27-img-tolerance loosen probscale test tolerance
Better Plotting API, defaults, and docs,
- Default axis limits on probability scales are selected more intelligently
- Some minor API changes to
viz.probplot
:xlabel
andylabel
were replaced withdatalabel
andproblabel
, and are placed based the value ofprobax
datascale
replacesotherscale
- other internal APIs were made more consistent
- better docs with more examples (plots and plotting positions)
More docs and cleaned up plotting
Merge pull request #16 from phobson/docs-release-0.1.2 Docs release 0.1.2
Docs, facets, etc
Slight better docs, removed dependency on scipy, prob plot function is facet-gridable