Swapped role of `x` and `z` in `Helix.position` to match that of codenano.
`y` still has the same meaning: increasing moves down the main view and side view.
Increasing `x` now means go right in the main view, and go into the screen in the side view.
Increasing `z` now means go right in the side view, and go out of the screen in the main view.
Grid-based designs should still work simply by re-running the script using v0.9.0 or later of the Python library: https://github.com/UC-Davis-molecular-computing/scadnano-python-package/releases/tag/v0.9.0
However, Python scripts that set position manually in a gridless design using the old meanings of `x` and `z`, will need to be re-written to swap the roles of `x` and `z` in `Helix.position`.
0.8.3
Removed need to have xlwt installed if downloading the scadnano.py file and importing locally, unless an Excel file needs to be written.
0.8.0
Removed support for Helix.rotation and Helix.rotation_anchor.
Removed pitch, roll, and yaw from Helix.position, and made them top-level fields in Helix.
See https://github.com/UC-Davis-molecular-computing/scadnano/blob/master/README.md for description of current data model.