You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have decided to deprecate the pandas-based implementation to fully focus on the polars backend, which has proven to scale significantly better and offers superior performance.
Removing pandas references will:
Simplify the codebase
Enhance maintainability
Improve type hinting and clarity
All existing pandas-related code, documentation, and tests should be removed accordingly.
Tasks:
Identify and remove pandas-based classes, methods, and functions.
Update type hints to reflect changes.
Remove pandas-related unit tests.
Update documentation and examples to exclusively use polars.
This will streamline future development efforts!
The text was updated successfully, but these errors were encountered:
@adamamer20
I was working on this issue and found [Bug]: agentsets_by_type won't work with duplicate types #124
I think once we discuss on how to solve that bug I can proceed
could you assign this issue to me as well.
We have decided to deprecate the pandas-based implementation to fully focus on the polars backend, which has proven to scale significantly better and offers superior performance.
Removing pandas references will:
All existing pandas-related code, documentation, and tests should be removed accordingly.
Tasks:
This will streamline future development efforts!
The text was updated successfully, but these errors were encountered: