Merged in bug-fix/python-examples-deprecation (pull request #416)

Added deprecation notice for python folder

Approved-by: Frank Dellaert <dellaert@cc.gatech.edu>
release/4.3a0
Varun Agrawal 2019-04-15 19:21:10 +00:00 committed by Frank Dellaert
commit 754bbbbb69
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
Python Wrapper and Packaging
============================
# Deprecation Notice
We are in the process of deprecating the old Python bindings and Cython bindings in favor of the new Pybind11 binding system.
As such, the examples in this directory are no longer guaranteed to work. Please refer to the [cython examples](https://bitbucket.org/gtborg/gtsam/src/develop/cython/gtsam/examples).
---
This directory contains the basic setup script and directory structure for the gtsam python module.
During the build of gtsam, when GTSAM_BUILD_PYTHON is enabled, the following instructions will run.