Skip to content
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Bugfixes
- An error that could arise when calling ``score`` on a ``SkrubLearner`` that
contains an inner transformer that has a ``score`` method has been fixed.
:pr:`2052` by :user:`Jérôme Dockès <jeromedockes>`.
An error that could arise when generating the frame with reports may fail when text is containing $$ has been fixed.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
An error that could arise when generating the frame with reports may fail when text is containing $$ has been fixed.
An error that could arise when running `TableReport` on dataframes containing
double dollar (`$$`) signs has been fixed.

:pr:`2097` by :user:`Katerina Michenina <Michenina-Lab>`, :user: `<CecilyTS>`, :user: `Eve Rabin <eve2705>`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2097 is the issue number, not the PR number! This is PR 2154 (cf. URL)


Deprecations
------------
Expand Down
1 change: 1 addition & 0 deletions skrub/_reporting/_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"boxplot.flierprops.color": _TEXT_COLOR_PLACEHOLDER,
"boxplot.flierprops.markeredgecolor": _TEXT_COLOR_PLACEHOLDER,
"boxplot.whiskerprops.color": _TEXT_COLOR_PLACEHOLDER,
"text.parse_math": False,
}


Expand Down
Loading