Skip to content

Releases: threedworld-mit/tdw

v1.6.2

27 Jul 14:34
1a6a40c
Compare
Choose a tag to compare

This is an incremental update to v1.6. If you are already using a v1.6 release, you can safely upgrade without having to change any of your code. For more information, please read the changelog.

v1.6.1

24 Jul 19:03
11b09c0
Compare
Choose a tag to compare

This is an incremental update to v1.6.

There are two major changes in this update:

  • We've added TDW to PyPi. Now you can pip3 install tdw without downloading the repo. Please read: Getting Started.
  • All controllers will, by default, launch a build automatically. See "Getting Started" for how this works. To suppress this behavior:
c = Controller(launch_build=False)

Please read the changelog.

v1.6.0

21 Jul 17:43
Compare
Choose a tag to compare

This is a major release. There may be changes to the API that break or alter how your code behaves. Please read the changelog carefully.