This release now supports both Python 3 and Python 2.7. It is the first release to be made available publicly under an open source license.
1.3
This release pins some dependencies to avoid incompatibility with newer versions of certain libraries.
Note that `pip<19.0.0` must be used to install this release.
1.2
This release introduces two improvements: 1. Provides a consistent interface for getting the observation footprint size in meters (`observation_length_m` and `observation_width_m`); see 20 2. Uses abstract base classes to prevent the user from accidentally instantiating an abstract localizer; see 25