Releases: InformaticsMatters/pipelines-utils
Releases · InformaticsMatters/pipelines-utils
pypi-2.4.8
bumped release version
pypi-2.4.7
reverting change in log message as that is used extensively in tests
pypi-2.4.6
more utils
open_file() now supports as_text
- Part of work on migration to Python 3
StreamJsonListLoader now prints the characters it does not like
pypi-2.4.4 - reversed stdout string (test fix)
TypedColumnReader now handles booleans
- Support for Yes, True, On, 1 and No, False, Off, 0 in columns of type :boolean
TypedColumnReader now handles empty values
- Empty cells are returned as None
TypedColumnReader now detects duplicate column names
- TypedColumnReader now detects duplicate column names - Moved to v2.4.1
Adds TypedColumnReader module
- To allow loading of cdv-like files using headers that can also define a type
Patched to allow /output cwd
cwd of /output is a special case