Skip to content

Commit 5e565d2

Browse files
authored
Add Boolean scale (#3205)
* Add Boolean scale * Pandas backcompat * Add test for new variable_type behavior * Add tests for scale inference based on boolean data * Add Boolean scale tests * Update docs * Add tests for finalization methods * Skip failing test on older matplotlibs * Add 0.12.2 release notes to index and update notebooks
1 parent 7271035 commit 5e565d2

File tree

100 files changed

+592
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+592
-275
lines changed

doc/_docstrings/FacetGrid.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"name": "python",
295295
"nbconvert_exporter": "python",
296296
"pygments_lexer": "ipython3",
297-
"version": "3.10.0"
297+
"version": "3.10.6"
298298
}
299299
},
300300
"nbformat": 4,

doc/_docstrings/JointGrid.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"name": "python",
237237
"nbconvert_exporter": "python",
238238
"pygments_lexer": "ipython3",
239-
"version": "3.10.0"
239+
"version": "3.10.6"
240240
}
241241
},
242242
"nbformat": 4,

doc/_docstrings/PairGrid.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"name": "python",
264264
"nbconvert_exporter": "python",
265265
"pygments_lexer": "ipython3",
266-
"version": "3.10.0"
266+
"version": "3.10.6"
267267
}
268268
},
269269
"nbformat": 4,

doc/_docstrings/axes_style.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"name": "python",
9595
"nbconvert_exporter": "python",
9696
"pygments_lexer": "ipython3",
97-
"version": "3.10.0"
97+
"version": "3.10.6"
9898
}
9999
},
100100
"nbformat": 4,

doc/_docstrings/barplot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"name": "python",
118118
"nbconvert_exporter": "python",
119119
"pygments_lexer": "ipython3",
120-
"version": "3.10.0"
120+
"version": "3.10.6"
121121
}
122122
},
123123
"nbformat": 4,

doc/_docstrings/blend_palette.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"name": "python",
9696
"nbconvert_exporter": "python",
9797
"pygments_lexer": "ipython3",
98-
"version": "3.10.0"
98+
"version": "3.10.6"
9999
}
100100
},
101101
"nbformat": 4,

doc/_docstrings/boxenplot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"name": "python",
123123
"nbconvert_exporter": "python",
124124
"pygments_lexer": "ipython3",
125-
"version": "3.10.0"
125+
"version": "3.10.6"
126126
}
127127
},
128128
"nbformat": 4,

doc/_docstrings/boxplot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"name": "python",
166166
"nbconvert_exporter": "python",
167167
"pygments_lexer": "ipython3",
168-
"version": "3.10.0"
168+
"version": "3.10.6"
169169
}
170170
},
171171
"nbformat": 4,

doc/_docstrings/catplot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"name": "python",
183183
"nbconvert_exporter": "python",
184184
"pygments_lexer": "ipython3",
185-
"version": "3.10.0"
185+
"version": "3.10.6"
186186
}
187187
},
188188
"nbformat": 4,

doc/_docstrings/clustermap.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"name": "python",
177177
"nbconvert_exporter": "python",
178178
"pygments_lexer": "ipython3",
179-
"version": "3.10.0"
179+
"version": "3.10.6"
180180
}
181181
},
182182
"nbformat": 4,

0 commit comments

Comments
 (0)