-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: support fused types in roll_min/max #12373 #12481
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
Closed
Closed
Changes from 5 commits
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
f27beba
Bugfix for GH12373:
joshuastorck fcfc200
Bugfix for GH12373:
joshuastorck 1648f8f
Post-rebase move of test_rolling_min_max_numeric_types unit test from…
joshuastorck ce0d440
Merge branch 'GH12373' of github.com:joshuastorck/pandas into GH12373
joshuastorck 2396314
pyflakes fixup
joshuastorck bcc987c
BUG: describe() outputs bool similarly to categorical data
91967c8
ENH: add missing methods to .dt for Period, resolves #8848
andrew-rosenfeld-ts 2e4da9b
ERR: Better error reporting with .transform and an invalid output
2d2f173
BUG: Simple operation unexpectedly changes dtype.
4efb5e9
TST/DOC: some test cleanups
jreback ef6de76
PEP fixes
jreback cb43b2f
COMPAT: older numpies compat on dtype upcasting, xref #10503
jreback 41b1d25
typo
bc6ab05
DOC: fixed references to DataFrameGroupBy methods in comparison_with_…
mortada f263ef9
* Removing struct pairs from algos as it's no longer being
joshuastorck 91b15ab
pyflakes fixup
joshuastorck 65e7ca6
Adding documentation
joshuastorck 170fb27
Fixing sphinx markup in documentation
joshuastorck 1343011
DOC: extract ValueError message
tdhock 3ab35b4
CLN: cleanup strings._wrap_result
sinhrks eba7803
CLN: Removed pandas.util.testing.choice
paul-reiners 84781b4
COMPAT: blacklist numexpr=2.4.4
jreback 9b9c7a7
BUG: Make Styler ignore None index names to match to_html behaviour
TomAugspurger 9313089
BUG: Make dict iterators real iterators, provide "next()" in Python 2
toobaz c69037c
BUG: Fixed grow_buffer to grow when capacity is reached
gfyoung c387fd8
TST: Rework style test skip
TomAugspurger 3928102
CI: pin libgfortran=1.0
jreback 60b307f
ENH: optional ':' separator in ISO8601 strings
thejohnfreeman 486fcfa
Fix typo
yuvallanger 55f21ca
Revert "ENH: optional ':' separator in ISO8601 strings"
jreback 3d70be7
BUG: rolling functions raise ValueError on float32 data
BranYang a0aaad9
TST: more comprehensive dtype testing for rolling
jreback 547c784
ENH: Allow exponentially weighted functions to specify alpha directly
a174898
BUG: Allow assignment by indexing with duplicate column names
gfyoung 820e110
ENH: Optional ':' HHMMSS separator in ISO8601 strings
thejohnfreeman a58ad4f
BLD: Install texlive packages in Travis CI
0b1e1c9
TST: Add more period tests
sinhrks 13b7a40
Added pandas logo and separator
philipgura 23fb736
DOC: fix doc build warnings
jreback 07c84d5
CI: fix appveyor to use fixed versioning
jreback 5f7e290
API: allow scalar setting/getting via float indexer on integer indexes
jreback 14cf67f
BUG: resample fixes
jreback 0d082c6
TST: nicer output from pd.test()
jreback b168377
CI: add osx to travis, xref #8630
jreback 8bc66eb
DOC: fix doc-build warnings & cleanup
jreback e5ed87b
RLS: v0.18.0rc2
jreback b43617d
removed Panel.to_json from docs
19e40a0
CI: remove leading v from built versions
jreback fcab956
DOC: clean up some doc-build warnings
jreback f258844
CI/BLD: suppress cython warnings
jreback e9fde88
BLD: suppress useless warnings
jreback 71b7237
Resolve ImportError in read_gbq which appears with oauthclient >= 2.0
tonypartheniou d14dc1b
BLD: allow different options for compiler warnings on windows
jreback 7c7f987
Using cython ndarray creation so that the numpy array owns its data
joshuastorck c22f0b0
Bugfix for GH12373:
joshuastorck 3cd5fce
Post-rebase move of test_rolling_min_max_numeric_types unit test from…
joshuastorck 3689db4
pyflakes fixup
joshuastorck 4e16006
* Removing struct pairs from algos as it's no longer being
joshuastorck 068200f
pyflakes fixup
joshuastorck 83e4df2
Adding documentation
joshuastorck e06f79c
Fixing sphinx markup in documentation
joshuastorck a08982c
Using cython ndarray creation so that the numpy array owns its data
joshuastorck ab3a727
Merge from fork
joshuastorck bb0044b
Bugfix for GH12373:
joshuastorck 4721216
Post-rebase move of test_rolling_min_max_numeric_types unit test from…
joshuastorck e3f3faa
pyflakes fixup
joshuastorck 5407403
* Removing struct pairs from algos as it's no longer being
joshuastorck 1fb511d
pyflakes fixup
joshuastorck a5f5c2c
Adding documentation
joshuastorck da0a186
Fixing sphinx markup in documentation
joshuastorck 972d84e
Using cython ndarray creation so that the numpy array owns its data
joshuastorck 70f353d
Adding documentation
joshuastorck 1e588a7
Fixing bad merge from rebase
joshuastorck d5e1701
Add as_float to all of the cases for the _Window._prep_values functio…
joshuastorck 2cd6079
Merge with origin
joshuastorck c400eef
Adding whitespace
joshuastorck 000652c
Removing whitespace
joshuastorck a6cfc78
DOC: whatsnew and doc changes
jreback 298cbfa
DOC: add release note thanks
jreback 8294bf2
DOC: Fixes LaTeX build error
TomAugspurger 9c85b9d
Bugfix for GH12373:
joshuastorck 300eea5
Merge branch 'GH12373' of github.com:joshuastorck/pandas into GH12373
joshuastorck 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
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.
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.
this should be
cdef