Added - `get_network_profiles`, missing `format` param to `get_market_orderbooks`, `ignore_*_errors` to `get_stream_asset_metrics`,
2025.2.26.22
Added - Enhanced documentation for API flows
2025.2.12.22
Fixed - Polars dependency issues.
2025.2.11.16
**Note: This release may be unstable if you do not have polars installed. Please update to 2025.2.12.22 for a patched version.** Added - Added Polars dataframes and LazyFrames. They can be accessed using `DataCollection.to_dataframe(dataframe_type='polars')` and `DataCollection.to_lazyframe()` respectively.
Changed - `DataCollection` attribute `optimize_pandas_types` changed to `optimize_dtypes`.