Re: [oe] [meta-python][PATCH 4/5] python3-pandas: Upgrade 1.1.3 -> 1.1.4

2020-11-18 Thread Trevor Gamblin
On 2020-11-12 5:56 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.1.4: - Fixed regression in read_csv() raising a ValueError when names was of type dict_keys - Fixed regression in read_csv() with more than 1M rows and specifying

[oe] [meta-python][PATCH 4/5] python3-pandas: Upgrade 1.1.3 -> 1.1.4

2020-11-12 Thread Leon Anavi
Upgrade to release 1.1.4: - Fixed regression in read_csv() raising a ValueError when names was of type dict_keys - Fixed regression in read_csv() with more than 1M rows and specifying a index_col argument - Fixed regression where attempting to mutate a DateOffset object would no longer raise