Skip to content

Release v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 20:25

Changed

  • Improved handling of NaN IDs. Move all NaN handling in AbstractFetcher to the Translator.
  • Raise a MappingError for ambiguous name-to-source mapping.

Fixed

  • The AbstractFetcher no longer treats zero-length ID collections as a fetch-all instruction.
  • Cast float to int when extracting IDs from a pandas DataFrame or Series.