-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: New boundary inputs #40628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
simonjayhawkins
merged 89 commits into
pandas-dev:master
from
hewittk:new-boundary-inputs
Jun 25, 2021
Merged
ENH: New boundary inputs #40628
Changes from all commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
89259db
if/else changes test
eda20a1
Series.between changes to inclusive boundaries
7af55a7
changes to date_range parameters
85a33cc
Changed series.between error handling to throw value error instead of…
c87e240
changes to series.between documentation and error message
4ebfa59
parameters as either booleans or strings
ad3670e
full range of options in documentation
1dc37b1
Order of parameters in documentation
d3f6a56
changes to if statement format
70fb076
Corrections to line length linting errors in ValueError messages
3382a7e
Format of ValueError statements
f693b90
Format of spaces in ValueError statements
895b20a
Delete Pipfile
hewittk d35263c
Delete Pipfile.lock
hewittk 13648d2
parameters for standard values and backwards compatibility
5ec615e
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
b924926
ENH: parameters for standard values and backwards compatibility
42e4209
ENH: corrections about parameter arguments in method docstrings
1570eb6
add passing test case for test_between.py
declanjcasey 3edd556
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
declanjcasey b524523
ENH: corrections to placements of both/neither in datetime if/else st…
20cfeed
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
991b238
ENH: reformatting of series ValueError message
6009878
add asset statemente to new method test_between_inclusive_is_boolean_…
declanjcasey 9e16ecd
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
declanjcasey 944c28a
ENH: changed default parameter of inclusive to string
e0f9ef6
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
9dced10
add macth variable for pytest.raises()
declanjcasey af62054
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
declanjcasey 8a79155
edit variable declration in test_between_inclusive_is_boolean_string()
declanjcasey d9a4130
ENH: Correction to closed argument documentation formatting
062c58b
ENH: whatsnew message about issue enhancements
bed87e3
reformat for black
declanjcasey 651f717
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
declanjcasey 86a8961
ENH: whatsnew message about issue enhancements
7d77a0a
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
3f04091
Improved formatting of whatsnew message
163a08c
Code block in whatsnew message
8240763
Formatting on whatsnew issue
9f7da88
Merge branch 'master' into new-boundary-inputs
hewittk d62bcc3
Documentation representing standard and backwards compatibility bound…
5745731
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
9761c21
Reformatting of relevant addition and removal of unnecessary additions
2f35f81
Update pandas/core/arrays/datetimelike.py
hewittk 10d5594
Revert validate_endpoints
1c7a17d
Revert whatsnew to include all previous entries on branch
e03ed0d
Move whatsnew entry to deprecation section
1ae01cb
Reorganize inclusive arg documentation and add version changed
171e212
Test cases for all provided arguments
ef9350f
ValueError test case
873e669
Remove redundant line
8104413
Add issue number to added test
a9380c5
Revert username in Dockerfile
0c974ca
Revert remaining changes to validate_endpoints
hewittk 0da4509
Fully revert to original validate_endpoints
hewittk 17317f7
Merge branch 'master' into new-boundary-inputs
hewittk 0056f82
Remove validate_periods
hewittk a34ae5e
Update pandas/core/series.py ValueError message
hewittk 8279545
Separate handling of individual inclusive parameters
hewittk 2aed02f
Deprecate parameter description in inclusive
hewittk 88e6de8
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
hewittk e8ba805
Black reformatting
hewittk 83d79f1
Split up line too long
hewittk c2399cc
Add FutureWarning for inclusive is true
hewittk 842aaf7
Black reformatting
hewittk 8d68363
Add FutureWarning test case
hewittk b4dc979
Between inclusive warning test
hewittk ee59447
Merge branch 'master' into new-boundary-inputs
hewittk 6564c4d
Move inclusive tests
hewittk c017ab1
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
hewittk 3321e57
Rename test_between_inclusive_is_boolean_string
hewittk 697a5e9
Handle boolean statements separately first
hewittk 98b6c8d
Add code backtics
hewittk 30fbf0b
Merge branch 'pandas-dev:master' into new-boundary-inputs
hewittk 2465b31
Merge branch 'pandas-dev:master' into new-boundary-inputs
hewittk f57abf1
Remove depracation sentence from docstring
hewittk b1a600b
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
hewittk 13e2b6a
Add issue number to whatsnew
hewittk eb49358
Merge branch 'master' into new-boundary-inputs
hewittk f11a078
Revert whatsnew to main
hewittk 9508c15
Readd entry to enhancements
hewittk 10a609c
Readd entry to deprecations
hewittk 238bd1d
Remove extraneous lines
hewittk 575a4ce
Merge branch 'master' into new-boundary-inputs
hewittk b92bbda
Update v1.3.0.rst
hewittk 7911883
Remove double line from docstring
hewittk f6f7c4a
Merge branch 'pandas-dev:master' into new-boundary-inputs
hewittk 733b5b2
Change inclusive argument in test suite
hewittk 869850b
Merge branch 'new-boundary-inputs' of github.com:hewittk/pandas into …
hewittk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.