Releases: SynBioDex/pySBOL
2.3.3.9
pySBOL 2.3.0
pySBOL-2.3.0 provides Python interface for Synthetic Biology Open Language (SBOL) Version 2.2.0. This is a Python binding for C/C++ based libSBOL. Currently, pySBOL supports Python version 2.7 and 3.6 only. This version supports querying online parts repositories, experimental classes for representing combinatorial libraries for synthetic biology, and implementing design-build-test cycle.
This release includes Python bindings installers for Windows. Both 32 bit and 64 bit version are supported. Installer will automatically check for Python installation paths unless the distribution is not registered.
We offer few different ways to install pySBOL:
For installation instructions, check pySBOL installation page.
If you want to use binary installer for Windows, try Download Windows installers on Sourceforge
For more information on pySBOL, check pySBOL documentation.
pySBOL 2.2.0
pySBOL-2.2.0 provides Python interface for Synthetic Biology Open Language (SBOL) Version 2.1.0. This is a Python binding for C/C++ based libSBOL. Currently, pySBOL supports Python version 2.7 and 3.6 only. This version supports parts-mining of iGEM parts from the SynBioHub web repository.
This release includes Python bindings installers for Windows. Both 32 bit and 64 bit version are supported. Installer will automatically check for possible python library paths unless the distribution is not registered.
We offer few different ways to install pySBOL:
For installation instructions, check pySBOL installation page.
If you want to use binary installer for Windows, try Download Windows installers on Sourceforge
For more information on pySBOL, check pySBOL documentation.
pySBOL 2.1.1
pySBOL-2.1.1 provides Python interface for Synthetic Biology Open Language (SBOL) Version 2.1.0. This is a Python binding for C/C++ based libSBOL. Currently, pySBOL supports Python version 2.7 and 3.6 only. This version fixes some memory management problems in the previous release.
This release includes Python bindings installers for Windows. Both 32 bit and 64 bit version are supported. Installer will automatically check for possible python library paths unless the distribution is not registered.
We offer few different ways to install pySBOL:
For installation instructions, check pySBOL installation page.
If you want to use binary installer for Windows, try Download Windows installers on Sourceforge
For more information on pySBOL, check pySBOL documentation.
pySBOL 2.1.0
pySBOL-2.1.0 provides Python interface for Synthetic Biology Open Language (SBOL) Version 2.1.0. This is a Python binding for C/C++ based libSBOL. Currently, pySBOL supports Python version 2.7 and 3.5 only.
This release includes Python bindings installers for Windows. Both 32 bit and 64 bit version of libSBOL 2.1.0 supported. We provide installers to support both Python 2.7 and 3.5. Installer will automatically check for possible python library paths unless the distribution is not registered.
To test your installation start your favourite Python IDE (or just start Python (command line)). At the Python prompt, type:
import sbol
If that works, type
sbol.runTest()
If SBOL was installed correctly, the test will report success.
pySBOL-2.1.0b
pySBOL-2.1.0b provides Python interface for Synthetic Biology Open Language (SBOL) Version 2.1.0. This is a Python binding for C/C++ based libSBOL. Currently, pySBOL supports Python version 2.7 only. Version 2.1.0 of the library is currently in beta release.
This release includes Python bindings installers for Windows. Both 32 bit and 64 bit version of libSBOL 2.1.0 supported. We provide installers to support both Python 2.7 and 3.5. Installer will automatically check for possible python library paths unless the distribution is not registered.
pySBOL-2.0.1b
pySBOL-2.0.1b provides Python interface for Synthetic Biology Open Language (SBOL) Version 2.0.1. This is a Python binding for C/C++ based libSBOL. Currently, pySBOL supports Python version 2.7 only. Version 2.0.1 of the library is currently in beta release.