Changed * Require `gamsapi` instead of `gdxcc`, because `gdxcc` is now part of GAMS API and not its own package. This change provides support for Python 3.12 without the need to install Microsoft Visual Studio Build Tools for Windows.
Removed * Support for Python 3.6 and 3.7
2.1.1
Added * Add index names from symbol domain if defined when converting to a pandas object.
Fixed * Representation of `GdxFile` object’s keys view was broken
2.1.0
Added * Convert a GAMS symbol to pandas object using `to_pandas()` method.