We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415462c commit bff081eCopy full SHA for bff081e
CHANGELOG.md
@@ -6,6 +6,7 @@ In this release, test coverage is 74%.
6
7
🛠️ Bug fixes:
8
9
+* [PR #74](https://github.com/PlotPyStack/guidata/pull/74) - `configtools.font_is_installed`: fix PySide2 compat. issue (thanks to @xiaodaxia-2008)
10
* Creating a dataset using the `create` class method:
11
* Before, passing unknown keyword arguments failed silently (e.g. `MyParameters.create(unknown=42)`).
12
* Now, an `AttributeError` exception is raised when passing unknown keyword arguments, as expected.
0 commit comments