Added deprecation notice for python folder

release/4.3a0
Varun Agrawal 2019-04-15 12:39:52 -04:00
parent c8980b9b2b
commit 9a322db815
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.