0.5.0 (June 14, 2022)#

A large number of changes, bugfixes and stability improvements. Only the most important ones are listed here.

Added#

  • Implement shared default translations (#31).

  • Implement in-place translation for sequences (list, pandas.Series, numpy.array).

  • Allow alternative use of translation format with an ID placeholder, even if the main doesn’t include it.

  • Add an option to run Translator.store with explicit data to cache.

  • Implement alternative format for unknown IDs.

  • Dict utility methods in rics.utility.collections.

Changed#

  • SqlFetcher: Break out potentially expensive operations into overridable methods

  • Replace suffix _log_level -> _level in basic_config

Fixed#

  • Fix name extraction for pandas.Series