forked from quantopian/trading_calendars
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Includes updating pandas to 2.0.
- Loading branch information
Showing
3 changed files
with
43 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=etc/requirements.txt pyproject.toml | ||
# | ||
korean-lunar-calendar==0.3.1 | ||
# via exchange-calendars (pyproject.toml) | ||
numpy==1.24.1 | ||
numpy==1.24.2 | ||
# via | ||
# exchange-calendars (pyproject.toml) | ||
# pandas | ||
pandas==1.5.2 | ||
pandas==2.0.0 | ||
# via exchange-calendars (pyproject.toml) | ||
pyluach==2.0.2 | ||
pyluach==2.2.0 | ||
# via exchange-calendars (pyproject.toml) | ||
python-dateutil==2.8.2 | ||
# via | ||
# exchange-calendars (pyproject.toml) | ||
# pandas | ||
pytz==2022.7 | ||
pytz==2023.3 | ||
# via | ||
# exchange-calendars (pyproject.toml) | ||
# pandas | ||
six==1.16.0 | ||
# via python-dateutil | ||
toolz==0.12.0 | ||
# via exchange-calendars (pyproject.toml) | ||
tzdata==2023.3 | ||
# via pandas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0a7aa5c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.etc/bench.py::test_calendar_construction
0.03769784623735097
iter/sec (stddev: 0.5881801652327475
)0.060340164179452566
iter/sec (stddev: 0.03277939029057054
)1.60
This comment was automatically generated by workflow using github-action-benchmark.