Starting with this version, Python 2 is no longer supported. Other notable changes and additions:
- Functions to partition qubits into subsets for efficient measurement of Pauli strings: `openfermion.binary_partition_iterator`, `openfermion.partition_iterator`, `openfermion.pauli_string_iterator`.
- Added `structure` argument to `openfermion.geometry_from_pubchem`. It is recommended to set this to '3d' to ensure correct structures are returned (see https://github.com/quantumlib/OpenFermion/pull/544).
- `openfermion.get_number_preserving_sparse_operator`.
- `openfermion.prony`.