Releases: ResidentMario/missingno
Releases · ResidentMario/missingno
0.5.2 maintenance release
Fixes incompatibility with new versions of matplotlib (#162).
0.5.1 maintenance release
This is a maintenance release of missingno. The only user-facing change is the addition of the label_rotation parameter (#153).
0.5.0 maintenance release
This is a maintenance release of missingno. The primary user-facing change is that the long-deprecated geoplot method and inline parameter have been removed.
0.4.2
This incremental release adds a minor feature and deprecates certain outdated functionality.
- An
axparameter has been added to all plot types. Pass amatplotlibAxesobject to this parameter to add the plot to a subplots or gridspec object (see #83). Note that thematrixplot does not support thesparklineparameter in this configuration. - The behavior of the
sortparameter has changed. It has been removed fromdendrogramandgeoplot, where it did not do anything.barwill now use thesortparameter to order its markers (previously it had no effect on the plot output). The behavior of thesortparameter onmatrixis unchanged. - The
inlineparameter has been deprecated and will be removed in a future version ofmissingno. - The
geoplotfunction has been deprecated and will be removed in a future version ofmissingno. To replicate this functionality, see this recipe in thegeoplotpackage documentation.
0.4.0: Merge pull request #64 from zkamvar/patch-1
add explicit package names to paper.md