Package: seaborn / 0.7.1-4

Metadata

Package Version Patches format
seaborn 0.7.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Allow matplotlib to return an rgba tuple instead of a col.patch | (download)

seaborn/tests/test_axisgrid.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow matplotlib to return an rgba tuple instead of a color name in
 test.

This is required to have the test succeeding on matplotlib 2.0.

Closes: #849368

Explicitely transform results to a list.patch | (download)

seaborn/tests/test_palettes.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 explicitely transform results to a list.

Matplotlib now returns a _ColorPalette instead of a list, but slicing it
will return a list. This let the equality check fail.

Closes: #849368, #850999