Skip to content

New API Format

Compare
Choose a tag to compare
@corinwagen corinwagen released this 11 Sep 20:58
· 18 commits to master since this release
f799a6c

This is a full rewrite of the Rowan Python API, with the goal of exposing more functionality to end users in a modular way that can easily scale as our number of features grows.

We've replaced the somewhat opaque Client functions with Folder, Workflow, and Calculation objects. For users who liked the high-level API behind rowan.Client.compute(), we've defined a rowan.compute() function that's almost the same. Full documentation available on our site.

These changes are not backwards-compatible, so older scripts will need to stay using rowan-python==0.0.5.