Added - Option to not clean/validate source path when using `rv.copy`
1.5.0
Added - Added support for reading textfiles (optionally compressed) in chunks - Tests for reading/writing compressed textfiles - Tests for reading files in chunks
Changed - Updated old docstrings - Fixed bug where attempting to read/write to/from an extensionless S3 path would throw an irrelevant exception (claiming that period characters are not allowed in S3 paths outside of file extensions)
1.4.0
Added - Added support for PSV files (pipe-separated value) - Added support for CSV and PSV files that are compressed with `zip` or `gzip`
Changed - Fixed Pyarrow dependency
1.3.2
Added - Session-level configuration Functionality - Verbosity option: disable all non-logging output, for use in notebooks or pipelines.
1.3.1
Changed - Prepped to go open source! - `pandavro` additions were merged to master and released, so now using the publicly available version - Fields in `_version.py` are now available and viewable in-code