Skip to content

Commit

Permalink
add missing changelog entry (#1106)
Browse files Browse the repository at this point in the history
Co-authored-by: Gael Varoquaux <[email protected]>
  • Loading branch information
jeromedockes and GaelVaroquaux authored Oct 7, 2024
1 parent 41594c8 commit 9d30baf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Major changes
Minor changes
-------------

* The TableReport now uses the font size of its parent element when inserted
into another page. This makes it smaller in pages that use a smaller font size
than the browser default such as VSCode in some configurations. It also makes
it easier to control its size when inserting it in a web page by setting the
font size of its parent element. A few other small adjustments have also been
made to make it a bit more compact. :pr:`1098` by :user:`Jérôme Dockès
<jeromedockes>`.

* Display of labels in the plots of the TableReport, especially for other
scripts than the latin alphabet, has improved.
- before, some characters could be missing and replaced by empty boxes.
Expand Down

0 comments on commit 9d30baf

Please sign in to comment.