0.16.0 (September 12, 2022)#

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.