You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLN: Dead version checking code post minimum version bump (#27063)
* Remove dateutil version check tests
* Remove more dead version checking code
* Flake8 and fix bs4 comparison
* Use import_optional_dependency again
* Remove unused import
* Change bs4 import test to check for ImportError and add whatsnew
* Some linting
* noqa necessary imports
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -538,6 +538,7 @@ Other API changes
538
538
- Most Pandas classes had a ``__bytes__`` method, which was used for getting a python2-style bytestring representation of the object. This method has been removed as a part of dropping Python2 (:issue:`26447`)
539
539
- The ``.str``-accessor has been disabled for 1-level :class:`MultiIndex`, use :meth:`MultiIndex.to_flat_index` if necessary (:issue:`23679`)
540
540
- Removed support of gtk package for clipboards (:issue:`26563`)
541
+
- Using an unsupported version of Beautiful Soup 4 will now raise an ``ImportError`` instead of a ``ValueError`` (:issue:`27063`)
0 commit comments