8000 Accept constant memoryviews in HashTable.lookup by xhochy · Pull Request #21688 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Accept constant memoryviews in HashTable.lookup #21688

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
merged 13 commits into from
Jul 7, 2018
Merged
Prev Previous commit
Next Next commit
Bump CI version for Cython to 0.28.2
  • Loading branch information
xhochy committed Jul 7, 2018
commit 20c181fd21da8df48ca21f3609dfa99c8d511e9b
2 changes: 1 addition & 1 deletion ci/circle-27-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- bottleneck=1.0.0
- cython=0.28
- cython=0.28.2
- jinja2=2.8
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr
- numpy=1.9.2
Expand Down
2 changes: 1 addition & 1 deletion ci/travis-27-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- bottleneck=1.0.0
- cython=0.28
- cython=0.28.2
- lxml
- matplotlib=1.4.3
- numpy=1.9.2
Expand Down
2 changes: 1 addition & 1 deletion ci/travis-27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- beautifulsoup4
- bottleneck
- cython=0.28
- cython=0.28.2
- fastparquet
- feather-format
- flake8=3.4.1
Expand Down
0