Fixing broken pip install
Several of our dependencies broke with the release of numpy 1.15, so users doing pip install with a recent conda installation (on windows) would receive a build error. This version has moved the offending deps to be optional.
There are a number of other small bug fixes and tweaks that were also added, but these were not as urgent.