Re: [oe] [meta-python][PATCH 08/12] python3-pandas: Upgrade 1.0.3 -> 1.0.5

2020-06-26 Thread Trevor Gamblin
On 6/25/20 5:07 AM, Leon Anavi wrote: Upgrade to release 1.0.5: - Fix regression in read_parquet() when reading from file-like objects. - Fix regression in reading from public S3 buckets. - Fixed regression in replace() raising an AssertionError when replacing values in an extension dtype

[oe] [meta-python][PATCH 08/12] python3-pandas: Upgrade 1.0.3 -> 1.0.5

2020-06-25 Thread Leon Anavi
Upgrade to release 1.0.5: - Fix regression in read_parquet() when reading from file-like objects. - Fix regression in reading from public S3 buckets. - Fixed regression in replace() raising an AssertionError when replacing values in an extension dtype with values of a different dtype Signed