Minor Features:
- Cookies: Python session now passes cookies back and forth with steno3d.com.
- This eliminates the need to validate the developer key with every communication and substantially reduces upload time (by a factor of 2-3 depending on connection speed, data size, etc).
- The `logout()` task now logs the user out of the server, in addition to the local steno3d session
- `logout()` is registered to run when Python is exited
- NOTE: This is feature is currently in testing on steno3d.com, so upload times may remain unchanged in the short term (as of 2-Sept-2016)
Bug Fixes:
- `Repeated` traits with `allow_none=False` (previously these were `required=True`, `repeated=True` properties) now behave correctly.
- "Correctly" means an empty list is no longer valid (even though `[] is not None`)
- This restores consistency with pre-traitlet (v0.2.2) behaviour
- Effected traits include `Project.resources` and `Volume.data`