Skip to content

Commit

Permalink
Wrapper to pyomnisci to maintain compatibility with existing scripts (#…
Browse files Browse the repository at this point in the history
…360)

* Pymapd has now been replaced by pyomnisci. This changes pymapd to become a wrapper which calls directly into pyomnisci, allowing existing ecosystem packages to transition. 

Co-authored-by: jp-harvey <jpharvey@cloudquarterback.com>
Co-authored-by: Mike Hinchey <mike.hinchey@omnisci.com>
  • Loading branch information
3 people committed Sep 3, 2021
1 parent 7750cec commit 36f971f
Show file tree
Hide file tree
Showing 50 changed files with 61 additions and 30,795 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@ repos:
hooks:
- id: black
exclude: "tests/data|omnisci|docs|benchmarks|scripts|.eggs"

- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
exclude: "tests/data|omnisci|docs|benchmarks|scripts|.eggs"
types:
- python
14 changes: 4 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@
pymapd
======

.. image:: https://readthedocs.org/projects/pymapd/badge/?version=latest
:target: http://pymapd.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
A wrapper for the pyomnisci libarary http://github.com/omnisci/pyomnisci, maintained for backwards compatibility.

.. image:: https://jenkins-os.mapd.com/buildStatus/icon?job=pymapd-tests
:target: https://jenkins-os.mapd.com/job/pymapd-tests/
:alt: Jenkins Build Status

A python `DB API`_ compliant interface for `OmniSci`_ (formerly MapD). See the
`documentation`_ for more.
Existing scripts should be migrated to pyomnisci from pymapd, this library will
not be updated moving forward.

Quick Install (CPU)
-------------------
Expand All @@ -34,5 +28,5 @@ To install pymapd and cudf for GPU Dataframe support (conda-only)::
-c defaults cudf=0.15 python=3.7 cudatoolkit=10.2 pymapd

.. _DB API: https://www.python.org/dev/peps/pep-0249/
.. _pyomnisci: http://github.com/omnisci/pyomnisci
.. _OmniSci: https://www.omnisci.com/
.. _documentation: http://pymapd.readthedocs.io/en/latest/?badge=latest
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

36 changes: 0 additions & 36 deletions docs/make.bat

This file was deleted.

13 changes: 0 additions & 13 deletions docs/source/api.rst

This file was deleted.

169 changes: 0 additions & 169 deletions docs/source/conf.py

This file was deleted.

Loading

0 comments on commit 36f971f

Please sign in to comment.