- Fixed error in timeseries_chain introduced in version 1.4.0. Because of this versions 1.4.0 & 1.4.1 was deleted - Removed ignore on FutureWarning from pandas.pct_change - Also removed as I deem them unnecessary pandas.ffill() before pct_change - More type/mypy cleanup - Fixed file folder behaviour in plot methods and added test coverage for it
1.3.9
- Mainly type/mypy and docstring cleanup - Updated numpy and pandas which may affect users downstream
1.3.8
- tightened .to_json() and .to_xlsx() methods. File path now defaults to homepath/Documents and if it does not exist it will save in the directory of the calling function - added handing for the evant the the remote Captor logo file is not present. - improved scenario coverage in test suite for both of the above changes. - fixed .relative() function that previously did not add new dataframe column as item in constituents.
1.3.7
- makefile fix - consolidated simulations for tests - updated ruff for dev tools - improved doc strings for OpenTimeSeries and OpenFrame - added tests on package metadata - updated mypy for dev tools - added tick format argument to hovertemplate in plots
1.3.6
Implemented mypy type checking more strictly. Many in-line ignores that will remain until Pandas typing is more developed.
1.3.5
Removed multiple inheritance on OpenTimeSeries and OpenFrame by inheriting CommonModel from the Pydantic BaseModel. Also removed unnecessary TypeVar throughout.