Releases: nrccua/aioradio
Releases · nrccua/aioradio
v0.18.1
v0.18.1 (2023-04-13)
- Remove psycopg2 as a required install with aioradio.
v0.18.0
v0.18.0 (2023-03-22)
- Add support for python3.11.
- Make sure to pip install cython before installing the requirements file when using python3.11.
- Update ddtrace==1.9.4.
- Update dominodatalab==1.2.3.
- Update pandas==1.5.3.
- Update python-json-logger==2.0.7.
- Update wheel==0.40.0.
v0.17.36
v0.17.36 (2023-03-13)
- Raise error instead of printing in file_ingestion function xlsx_to_tsv.
v0.17.35
v0.17.35 (2023-02-23)
- Create function check_phone_number in efi parsing.
- Update bytes read in detect_delimiter function from 4096 to 8192.
v0.17.34
v0.17.34 (2023-02-16)
- Revise ethnicity check in EFI and increase truncation limit.
v0.17.33
v0.17.33 (2023-02-14)
- Hardcode openpyxl version to 3.0.10.
v0.17.32
v0.17.32 (2023-02-03)
- Update csv sniffer to read 8192 bytes instead of 4096.
v0.17.31
v0.17.31 (2023-02-03)
- Remove results from callback when error in LongRunningJobs.
v0.17.30
v0.17.30 (2023-02-03)
- Update LongRunningJobs to gracefully deal with exceptions during narwhal execution.
- Update aioboto3==10.4.0.
- Update openpyxl==3.1.0.
v0.17.29
v0.17.29 (2023-01-31)
- Update sleep time from 30 to 5 seconds in long running jobs after exception.
- Refactor long running jobs to no longer use redis queue.