Skip to content

Releases: iiasa/ixmp4

v0.6.0

15 Dec 08:42
fef0783
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

15 Sep 13:58
0e7ea6e
Compare
Choose a tag to compare

Changelog:

  • fix __like lookups not working
  • depend on psycopg[binary] (version 3) instead of psycopg2

v0.4.0

12 Sep 05:46
b0f403b
Compare
Choose a tag to compare

Changelog:

  • Makes support of Python 3.11 public (second attempt)
  • Removes mentions of ORACLE support in the dependencies and docs

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