- Add optional parameter index_names to DataFrame.fromPandas. - Add DataFrame.fromDict to load data from dictionaries. - Allow setting entity values directly from dictionaries.
- Improve AMPL.exportGurobiModel and AMPL.importGurobiSolution. - Add verbose option to AMPL.exportGurobiModel. - Add register_magics to register `%%ampl` and `%%ampl_eval`.
0.6.4
- Fix dll loading issue with python versions that come with conda.
0.6.3
- Fix issue with indexed sets (by updating the internal library).