-
Notifications
You must be signed in to change notification settings - Fork 590
Comparing changes
Open a pull request
base repository: ibis-project/ibis
base: 1.1.0
head repository: ibis-project/ibis
compare: 1.2.0
- 18 commits
- 44 files changed
- 4 contributors
Commits on Jun 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0287d9 - Browse repository at this point
Copy the full SHA c0287d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d361ff - Browse repository at this point
Copy the full SHA 1d361ffView commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e00e21 - Browse repository at this point
Copy the full SHA 8e00e21View commit details
Commits on Jun 17, 2019
-
Fixes #1786 This is in an extremely early state, but I wanted to open this for comment now as I'm not likely to get the chance to work much on it for a few days. Author: Ian Rose <ian.r.rose@gmail.com> Closes #1787 from ian-r-rose/postgis and squashes the following commits: db50529 [Ian Rose] Ensure that empty resulting dataframes work okay. 90673fc [Ian Rose] Add ST_DWithin and ST_DFullyWithin. 38aa985 [Ian Rose] Use importorskip for geopandas in test suite. 10a10fc [Ian Rose] Only load geospatial data into postgis when python >= 3.6. 0a5daca [Ian Rose] Add postgis marker to setup.cfg 4156bba [Ian Rose] Don't support postgis on python 3.5 60d0cb4 [Ian Rose] Move PostGIS test functions into separate file. e02aa72 [Ian Rose] Use more explicit name for geo-supported. a7f6566 [Ian Rose] Make a copy of sqlalchemy table list since it returns a mutable reference to its own list. 00a8a40 [Ian Rose] Add x,y commands. 30a6d55 [Ian Rose] Add intersection and difference tests. 51b9c34 [Ian Rose] More PostGIS tests. 112f097 [Ian Rose] More fussing with gdal reqs on python 3.5 7862b33 [Ian Rose] Don't run postgis functions on Windows -- PostGIS version on chocolatey seems pretty out-of-date. b547dd1 [Ian Rose] Add some more PostGIS tests. 3c25c8e [Ian Rose] Pin pyproj on python 3.5 b231287 [Ian Rose] Skip failing test for now. 8f7dabe [Ian Rose] Add area test. e42d174 [Ian Rose] Add tests for selecting geospatial columns. 919a876 [Ian Rose] Begin with PostGIS testing. a1c0927 [Ian Rose] Load geo sample data into postgres db when testing. f68ae19 [Ian Rose] Add deps to CI 485c90c [Ian Rose] Add WKT, WKB casting functions. 703381f [Ian Rose] Add optional requirements for geospatial to setup.py 85b5766 [Ian Rose] Add some missing geo value methods. 319ce4e [Ian Rose] Lint. 98457f8 [Ian Rose] More geospatial ops. 2429781 [Ian Rose] Fix up buffer. 960066e [Ian Rose] More work on adding extra geo functions. eb59626 [Ian Rose] Work on adding a bunch of new GeoOperations. ab509a9 [Ian Rose] Handle geography vs geometry types. c4d2f38 [Ian Rose] Convert to geodataframe if geometry column is found. bf22bbf [Ian Rose] Don't make geoalchemy2 and geopandas required. 1750a58 [Ian Rose] Initial work adding geoalchemy2 functions.
Configuration menu - View commit details
-
Copy full SHA for 52cb979 - Browse repository at this point
Copy the full SHA 52cb979View commit details -
Accept rows-with-max-lookback as preceding parameter
Support row-based trailing windows bound by a maximum look-back period Author: Emily Reff <emily.reff@twosigma.com> Closes #1825 from emilyreff7/maxrows and squashes the following commits: 7fae189 [Emily Reff] add docstring and other minor changes c14660d [Emily Reff] use namedtuple instead of dict for rows with max lookback be7e050 [Emily Reff] Accept rows-with-max-lookback as preceding parameter
Configuration menu - View commit details
-
Copy full SHA for ed0f180 - Browse repository at this point
Copy the full SHA ed0f180View commit details
Commits on Jun 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5423109 - Browse repository at this point
Copy the full SHA 5423109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4003554 - Browse repository at this point
Copy the full SHA 4003554View commit details -
This caused a few failures with downstream code, so I've reverted the changes to ibis/pandas/core.py. I've left other fixes from #1758 unchanged. I'll revisit the reimplementation in the near future. Author: Phillip Cloud <cpcloud@gmail.com> Closes #1837 from cpcloud/revert-topo and squashes the following commits: c9662ac [Phillip Cloud] Just pass kwargs through 5d8ec82 [Phillip Cloud] Make zero argument UDFs work again 9fa4481 [Phillip Cloud] Revert toposort change d9c00ef [Phillip Cloud] Remove unnecessary code deed6aa [Phillip Cloud] Revert select parts
Configuration menu - View commit details
-
Copy full SHA for 730df43 - Browse repository at this point
Copy the full SHA 730df43View commit details -
BUG: Add max_lookback to window replace and combine functions
Closes #1842 Author: Emily Reff <emily.reff@twosigma.com> Closes #1843 from emilyreff7/maxrows-fix and squashes the following commits: 55646c2 [Emily Reff] add tests for replace and fix equals fn 3222850 [Emily Reff] Merge branch 'master' of https://github.com/ibis-project/ibis into maxrows-fix 6c04905 [Emily Reff] add max_lookback to window replace and combine functions ee78f11 [Emily Reff] Adding timedelta to error message fbf85b6 [Emily Reff] allow pandas timedelta in rows_with_max_lookback
Configuration menu - View commit details
-
Copy full SHA for 45bc01d - Browse repository at this point
Copy the full SHA 45bc01dView commit details
Commits on Jun 20, 2019
-
SUPP: Raise exception on backends where rows_with_max_lookback can't …
…be implemented Closes #1833 Author: Emily Reff <emily.reff@twosigma.com> Closes #1844 from emilyreff7/exceptions and squashes the following commits: 782b21b [Emily Reff] fix test structure and error messages 77891bc [Emily Reff] Merge branch 'master' of https://github.com/ibis-project/ibis into exceptions f95c8a9 [Emily Reff] Merge remote-tracking branch 'origin/maxrows-fix' into exceptions 890e270 [Emily Reff] Raise exception on backends where rows_with_max_lookback can't be implemented 55646c2 [Emily Reff] add tests for replace and fix equals fn 3222850 [Emily Reff] Merge branch 'master' of https://github.com/ibis-project/ibis into maxrows-fix 6c04905 [Emily Reff] add max_lookback to window replace and combine functions ee78f11 [Emily Reff] Adding timedelta to error message fbf85b6 [Emily Reff] allow pandas timedelta in rows_with_max_lookback
Configuration menu - View commit details
-
Copy full SHA for 3a62abe - Browse repository at this point
Copy the full SHA 3a62abeView commit details -
SUPP: Generate release notes from commits
Example run: ``` $ dev/genrelease.py 1.2.0 * :release:`1.2.0 2019-06-19` * 🐛`1842 major` Add max_lookback to window replace and combine functions * 🐛`1837 major` Partially revert #1758 * :support:`1839` Tighter version spec for pytest * :support:`1838` allow pandas timedelta in rows_with_max_lookback * :support:`1825` Accept rows-with-max-lookback as preceding parameter * :support:`1786` PostGIS support * :support:`1826` Allow passing a branch to ci/feedstock.py ``` Author: Phillip Cloud <cpcloud@gmail.com> Closes #1845 from cpcloud/release-note-generator and squashes the following commits: 4e7eae1 [Phillip Cloud] Add rls/release to roles f260477 [Phillip Cloud] SUPP: Generate release notes from commits
Configuration menu - View commit details
-
Copy full SHA for c81a591 - Browse repository at this point
Copy the full SHA c81a591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 885ac27 - Browse repository at this point
Copy the full SHA 885ac27View commit details -
SUPP: Validate order_by when using rows_with_max_lookback window
Closes #1841 Author: Emily Reff <emily.reff@twosigma.com> Closes #1848 from emilyreff7/orderby and squashes the following commits: c75f37b [Emily Reff] fix error msg b520a8f [Emily Reff] fix error message and line alignment d1cbe2e [Emily Reff] validate order_by when using rows_with_max_lookback window
Configuration menu - View commit details
-
Copy full SHA for 098a7ad - Browse repository at this point
Copy the full SHA 098a7adView commit details
Commits on Jun 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c946adf - Browse repository at this point
Copy the full SHA c946adfView commit details
Commits on Jun 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e145f1c - Browse repository at this point
Copy the full SHA e145f1cView commit details
Commits on Jun 24, 2019
-
SUPP: Skip SQLAlchemy backend tests in connect method in backends.py
Also did some refactoring of `backends.py`. Closes #1846 Author: Phillip Cloud <cpcloud@gmail.com> Closes #1847 from cpcloud/sa-skip-backend-all-tests and squashes the following commits: 64b6dca [Phillip Cloud] BUG: Use the right value for testing the sql attribute in test_sql test d3831d2 [Phillip Cloud] BUG: Properly skip when missing dependencies on backend-all tests
Configuration menu - View commit details
-
Copy full SHA for f05fad2 - Browse repository at this point
Copy the full SHA f05fad2View commit details -
FEAT: Add new geospatial functions to OmniSciDB backend
Add 2 new geo spatial functions to OmniSciDB backend: - set_srid - transform Add a cast to geographic type Author: Ivan Ogasawara <ivan.ogasawara@gmail.com> Closes #1836 from xmnlab/add-more-geo-funcs-mapd and squashes the following commits: 9eaf660 [Ivan Ogasawara] Added new geo functions to omniscidb backend
Configuration menu - View commit details
-
Copy full SHA for 8427e9e - Browse repository at this point
Copy the full SHA 8427e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2adb20 - Browse repository at this point
Copy the full SHA d2adb20View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.0...1.2.0