Skip to content

Releases: rowansci/rowan-python

Increase rdkit version requirement

Choose a tag to compare

@scschneider44 scschneider44 released this 06 Jan 20:15
v1.1.1

Update version

Add rowan_rdkit

Choose a tag to compare

@scschneider44 scschneider44 released this 06 Jan 18:39
v1.1.0

Update version

New API Format

Choose a tag to compare

@corinwagen corinwagen released this 11 Sep 20:58
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.

More Workflows Supported

Choose a tag to compare

@corinwagen corinwagen released this 17 Jun 19:54
v0.0.5

moar workflows

Pass More Data Back

Choose a tag to compare

@corinwagen corinwagen released this 29 Mar 15:24
v0.0.4

pass more data back for alex

Add tautomer/conformer

Choose a tag to compare

@corinwagen corinwagen released this 29 Mar 05:00
v0.0.3

hotfix

Add pKa, delete(), is_finished()

Choose a tag to compare

@corinwagen corinwagen released this 14 Mar 20:10
v0.0.2

updates

Initial Release

Choose a tag to compare

@corinwagen corinwagen released this 20 Nov 20:33
df52fe9

Basic functionality works.