summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2016-11-30Moved setup.py to root so that we could avoid need for symbolic link. ↵Bryn Keller
Updated readme.rst and other files to reflect this change, added requirement for enum34 when using python 2.7. Also added explanation that the system python 2.7.10 on Mac OS X is to be avoided.
2016-11-23Add support for user level pybind11 installationsMihai Capotă
Currently, when pybind11 is installed using the `--user` flag of pip, its headers are not found.
2016-05-10Setup.py checks for Python 2.7.11 or greaterBryn Keller
2016-05-02Various tweaks to support Python 2.7Bryn Keller
2016-05-02TypoBryn Keller
2016-05-02RST literal format different from markdown'sBryn Keller
2016-05-02Updated to show Linux and Mac both working for 2.7 and 3.5Bryn Keller
2016-05-02Tested with system Python 2.7 on Ubuntu as well as Anaconda Python 3.5 on UbuntuBryn Keller
2016-05-02Added readme section on installation, removed code that blocked execution ↵Bryn Keller
under 2.7. Still needs work to build on desired platforms
2016-04-13Correction for dimensions propertyBryn Keller
2016-03-11Fixed sample complex diagram formatting in readme and doc stringBryn Keller
2016-03-11Updated README to use the more pythonic APIBryn Keller
2016-03-10Simplified, more Pythonic API, with additional documentationBryn Keller
2016-03-07Python interface to PHATBryn Keller