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
BLD: since we already use setuptools, let's remove the optional logic…
closes#18113
Author: Grzegorz Konefał <[email protected]>
Author: Krzysztof Chomski <[email protected]>
Closes#18448 from gkonefal-reef/GH18113 and squashes the following commits:
21cbe79 [Grzegorz Konefał] Comments applied
290b49c [Krzysztof Chomski] BLD: since we already use setuptools, let's remove the optional logic in setup.py (GH18113).
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.22.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ Other API Changes
115
115
- Restricted ``DateOffset`` keyword arguments. Previously, ``DateOffset`` subclasses allowed arbitrary keyword arguments which could lead to unexpected behavior. Now, only valid arguments will be accepted. (:issue:`17176`, :issue:`18226`).
116
116
- :func:`DataFrame.from_items` provides a more informative error message when passed scalar values (:issue:`17312`)
117
117
- When created with duplicate labels, ``MultiIndex`` now raises a ``ValueError``. (:issue:`17464`)
118
+
- Building from source now explicity requires ``setuptools`` in ``setup.py`` (:issue:`18113`)
0 commit comments