Releases: ripl-org/sirad
Releases · ripl-org/sirad
sirad 0.3.2
- Switched from scripts to entry points to support Windows
- Made processing possible when not enough PII exists (e.g., DOB/Names unavailable)
- Fixed leading zeros in zip codes when census coding
- Added dataset name to error message output
- Increased max CSV line size to 1000MB
- Fixed error for null bytes in data
sirad 0.3.1
- Added
sirad validate
command (#4). - Consistently use logging instead of print, and set the logging module name with logging.getLogger(name) (#6).
- Added threshold on date parsing debug statements.
- Additional address prefixes for censuscoding (mailing, employer1, employer2, employer3).
- Added
--verbose
option. - Remove quotes from CSV header values in
sirad validate
. - Use
low_memory=False
in Pandasread_csv()
calls inresearch.py
to address Pandas warnings. - Additional mappings for non-ASCII characters in
readers.py
.
sirad 0.3.0
sirad 0.2.1
- Improved performance of
sirad research
command. - Fixed bugs in
sirad research
command for edge cases, typically only found in very small datasets.
sirad 0.2.0
v0.2.0 tested 0.2.0 release
sirad 0.1.2
v0.1.2 tested 0.1.2 release