Skip to content

1.0 alpha 9

Pre-release
Pre-release
Compare
Choose a tag to compare
@tcmitchell tcmitchell released this 30 Apr 18:46
80fd20c

An early alpha release of pySBOL3. API changes are expected before a beta release.

Note breaking changes from previous alpha release:

  • #243 overhauls the visitor pattern
    • accept now takes a visitor and invokes visit_<type> on the visitor with self as an argument
    • accept no longer takes a function and traverses the object hierarchy
      • The old behavior has been renamed to traverse

Other notable changes:

  • SBOL 3.0.1 Namespace changes have been incorporated (#226)