A large number of changes, bugfixes and stability improvements. Only the most important ones are listed here.
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.
SqlFetcher: Break out potentially expensive operations into overridable methods
Replace suffix _log_level -> _level in basic_config
Fix name extraction for pandas.Series