Releases: heavyai/pymapd
v0.26.0
v0.25.1
v0.25.0
v0.24.2
Make geopandas an optional runtime dependency
-
Makes
geopandas
an optional runtime dependency to allow for more reliably solving dependencies in conda environments with existing packages. -
Bump
cudf
to0.14
to resolve breakage when newer versions ofnumba
are used. (see: rapidsai/cudf#5033)
Add Support for OmniSciDB 5.3
Fix pip dependencies
sqlalchemy
was accidentally removed from the list of dependencies when installing from pypi / directly with setup.py.
Also fixes a minor issue in test_loaders.py
.
Add native support for OmniSciDB 5.2
- Update Thrift bindings to reflect service name change from
mapd
toomnisci
- Rework to support Arrow 0.15 / 0.16
- Update to use RBC 0.2.2
- Add experimental SAML authentication support
Require pandas 1.0
This release is a cleanup of the dependencies to require pandas 1.0+, so that we can lower the surface area of potential errors/environments solved for. Other PRs were to the development environment files and should have no impact on end-users.
Relevant PRs:
Pin Jenkins to 5.1 temporarily (#299)
Update pandas to 1.0 (#298)
Change mapd reference to omnisci reference (#300)
Update Thrift bindings to OmniSciDB 5.1 version
Update Thrift bindings for 5.1 (#295) * Update mapd.thrift bindings * Clean up contributing page