Skip to content

Releases: iiasa/ixmp4

v0.3.0

01 Sep 08:09
Compare
Choose a tag to compare

Changelog:

  • Introduces optimization.IndexSet
  • Removes Oracle support
  • Makes support of Python 3.11 public

v0.2.0

11 Aug 09:56
4543b8e
Compare
Choose a tag to compare

Changelog

  • Performance Improvements: Database Connection Handling, etc.
  • API Client Improvements: Platform Notices, Server Info
  • Internet Connection is no longer needed for local use
  • ixmp4 logout command
  • Bugfixes: Datapoint Endpoint, Permission Issues, Typos
  • + Regressed Tests

v0.1.0

26 Apr 16:00
eada420
Compare
Choose a tag to compare

Initial release of the ixmp4 package.

Notable differences to the preceding ixmp package:

  • Pure-Python (no Java inter-op)
  • Use of an ixmp4 server via a REST API is now possible for all functionality
  • Support for SQLite, PostgreSQL and Oracle databases
  • Similar or better performance
  • Can host multiple platforms per server instance for better load-balancing