Another upgrade caused the problem with existing scripts. We've got 2 problems with existing scripts after 1.0.1. to 1.1.2 upgrade. Then we've got another problem after 1.1.2 -> 1.1.4 (1.1.5).
There is nothing on release notes page about the changes in 1.1.2. There is no release notes for 1.1.4 and 1.1.5 !
These issues makes us never upgrade the working modules at all.
Here is the problem I'm talking about :
dataFrame = ek.get_timeseries(rics='AC.MX', fields='*', start_date='2020-09-03T20:00:00', end_date='2020-09-03T20:10:00', interval='tick', normalize=False)
ricName = dataFrame.columns.name
ricName has RIC name value in 1.1.2. In 1.14 - it's nan.
This request returns the data in different formats using 1.1.2 and 1.1.4 Eikon python mode.