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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ship PEP 561 type information with a py.typed marker and type annotations on the public API
Add developer tooling: ruff (lint + format), pyright, and pre-commit hooks, enforced by a new GAMS-free lint CI job
Deprecate to_dataframe()'s old_interface argument; pass old_interface=False to get a plain DataFrame. The dict-returning default is deprecated and old_interface will be removed in v2.0.0