Implemented missing adjustments to work with Pandas 2.1.0. Removed tsdf annotation from CommonModel to avoid override in OpenFrame and OpenTimeSeries.
1.2.7
New Pandas 2.1.0 released and in this version necessary adjustments to silence related FutureWarnings have been made.
1.2.6
Removed isin code validation because it created conflicting validations downstream within our fund company. Removed python-stdnum dependency as a result. Also continued typing cleanup.
1.2.5
Simplified timeseries_chain function and changed variable case to resolve N815 error.
1.2.4
Minor cleanup.
1.2.3
Changed linter check package from Pylint to Ruff and made changes in code to conform with standards upheld by Ruff.