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
ax
parameter has been added to all plot types. Pass amatplotlib
Axes
object to this parameter to add the plot to a subplots or gridspec object (see #83). Note that thematrix
plot does not support thesparkline
parameter in this configuration. - The behavior of the
sort
parameter has changed. It has been removed fromdendrogram
andgeoplot
, where it did not do anything.bar
will now use thesort
parameter to order its markers (previously it had no effect on the plot output). The behavior of thesort
parameter onmatrix
is unchanged. - The
inline
parameter has been deprecated and will be removed in a future version ofmissingno
. - The
geoplot
function has been deprecated and will be removed in a future version ofmissingno
. To replicate this functionality, see this recipe in thegeoplot
package documentation.
0.4.0: Merge pull request #64 from zkamvar/patch-1
add explicit package names to paper.md