Releases: threedworld-mit/tdw
Releases · threedworld-mit/tdw
v1.6.2
v1.6.1
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.