v0.14
Improvements
- Minor documentation improvements
- Added support for Polars data frames conversion
- Introduced new methods:
to_pl_df()andto_polars_dataframe()
- Introduced new methods:
- Renamed Pandas data frame conversion methods for clarity and consistency
to_df()→to_pd_df()(old method deprecated)to_dataframe()→to_pandas_dataframe()(old method deprecated)
Bugfixes
- Instances from
eq.instances.list()previously had theirissuedtime parsed in the UTC timezone. This has been fixed to be parsed in the curve'sinstance_issued_timezoneif a curve object is provided to the method, otherwise (curve name) it will be parsed as a datetime with offset.