Skip to content

Releases: heavyai/pymapd

v0.26.0

03 Sep 20:42
36f971f
Compare
Choose a tag to compare

This officially deprecates pymapd in favor of pyomnisci.

v0.26.0 now installs pyomnisci and wraps all calls to redirect them. Please update your packages to use the pyomnisci package instead which is available on PyPi and conda-forge

v0.25.1

08 Jan 19:57
65c112f
Compare
Choose a tag to compare
  • Unpins Arrow and Pandas dependencies that were held back.

  • Clarify GPU installation procedure.

v0.25.0

02 Dec 19:41
02fad48
Compare
Choose a tag to compare

Updates to use cudf 0.15, and bumps a number of dependencies that were held back from cudf 0.14 constraints.

Note that cudf 0.15 drops Python 3.6 support and now supports Python 3.7 and 3.8

v0.24.2

07 Oct 21:32
03f7f5e
Compare
Choose a tag to compare

Changes:

  • Relax RBC dependency constraint to allow newer versions.

  • Fix incorrect values returned for TIMESTAMP types of millisecond
    precision.

Make geopandas an optional runtime dependency

28 Jul 14:41
Compare
Choose a tag to compare
  • Makes geopandas an optional runtime dependency to allow for more reliably solving dependencies in conda environments with existing packages.

  • Bump cudf to 0.14 to resolve breakage when newer versions of numba are used. (see: rapidsai/cudf#5033)

Add Support for OmniSciDB 5.3

21 Jul 16:44
79735ec
Compare
Choose a tag to compare
  • Update thrift bindings for OmniSciDB 5.3 (#325)
  • Improved datetime support (#324)

Fix pip dependencies

08 May 15:24
1d8042f
Compare
Choose a tag to compare

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

05 May 23:16
65917a0
Compare
Choose a tag to compare
  • Update Thrift bindings to reflect service name change from mapd to omnisci
  • Rework to support Arrow 0.15 / 0.16
  • Update to use RBC 0.2.2
  • Add experimental SAML authentication support

Require pandas 1.0

19 Mar 19:03
6f8cdd6
Compare
Choose a tag to compare

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

20 Feb 16:00
6c23917
Compare
Choose a tag to compare
Update Thrift bindings for 5.1 (#295)

* Update mapd.thrift bindings

* Clean up contributing page