@@ -951,14 +951,9 @@ def next_bday(self):
951
951
952
952
class CustomBusinessDay (BusinessDay ):
953
953
"""
954
- **EXPERIMENTAL** DateOffset subclass representing possibly n business days
954
+ DateOffset subclass representing possibly n custom business days,
955
955
excluding holidays
956
956
957
- .. warning:: EXPERIMENTAL
958
-
959
- This class is not officially supported and the API is likely to change
960
- in future versions. Use this at your own risk.
961
-
962
957
Parameters
963
958
----------
964
959
n : int, default 1
@@ -1405,12 +1400,8 @@ def onOffset(self, dt):
1405
1400
1406
1401
class CustomBusinessMonthEnd (BusinessMixin , MonthOffset ):
1407
1402
"""
1408
- **EXPERIMENTAL** DateOffset of one custom business month
1409
-
1410
- .. warning:: EXPERIMENTAL
1411
-
1412
- This class is not officially supported and the API is likely to change
1413
- in future versions. Use this at your own risk.
1403
+ DateOffset subclass representing one custom business month, incrementing
1404
+ between end of month dates
1414
1405
1415
1406
Parameters
1416
1407
----------
@@ -1479,12 +1470,8 @@ def apply(self, other):
1479
1470
1480
1471
class CustomBusinessMonthBegin (BusinessMixin , MonthOffset ):
1481
1472
"""
1482
- **EXPERIMENTAL** DateOffset of one custom business month
1483
-
1484
- .. warning:: EXPERIMENTAL
1485
-
1486
- This class is not officially supported and the API is likely to change
1487
- in future versions. Use this at your own risk.
1473
+ DateOffset subclass representing one custom business month, incrementing
1474
+ between beginning of month dates
1488
1475
1489
1476
Parameters
1490
1477
----------
0 commit comments