Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/whats_new/v1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,13 @@ Changelog
installing on Windows and its default 260 character limit on file names.
:pr:`20209` by `Thomas Fan`_.

- |Enhancement| Replace usages of ``__file__`` related to resource file I/O
with ``importlib.resources`` to avoid the assumption that these resource
files (e.g. ``iris.csv``) already exist on a filesystem, and by extension
to enable compatibility with tools such as ``PyOxidizer``.
:pr:`20297` by :user:`Jack Liu <jackzyliu>`


:mod:`sklearn.decomposition`
............................

Expand Down
Loading