Skip to content

Releases: globalMOO/gmoo-sdk-python

v1.1.1

13 Mar 23:25

Choose a tag to compare

Hotfix

v1.1.0 was broken — importing the SDK raised an ImportError because two request modules (read_model.py, read_objective.py) were referenced in client.py but not included in the package.

Fixed

  • Added missing ReadModel and ReadObjective request modules

Users on v1.1.0 should upgrade immediately to v1.1.1.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Mar 23:51

Choose a tag to compare

What's Changed

Breaking Changes

None — this release is fully backward compatible.

Improvements

  • RegisterAccount: Updated to accept first_name and last_name separately (previously combined as name), plus agreement parameter
  • Account model: Added first_name and last_name fields to match API response

Removed

  • ReadTrial: Removed deprecated request class (no corresponding API endpoint)
  • InitializeInverse: Removed deprecated request class (no corresponding API endpoint)
  • LoadDevelopedOutputs: Removed deprecated request class (no corresponding API endpoint)

Full Changelog: v1.0.1...v1.1.0

Production API Integration and Documentation Enhancements - v1.0.1

10 Mar 19:05
b3691cf

Choose a tag to compare

globalMOO SDK for Python - v1.0.1 Release Notes

Release Date: March 10, 2025

We're pleased to announce the release of version 1.0.1 of the globalMOO SDK for Python. This release includes several important improvements to enhance user experience and ensure compatibility with our production environment.

What's New

API Endpoint Update

  • Updated the base URI from https://api.globalmoo.ai/api to https://app.globalmoo.com/api/ to align with our production environment
  • All API requests will now be directed to our production servers automatically

Documentation Enhancements

Development Improvements

  • Added pytest-dotenv to dependencies in the pyproject.toml to support integration testing

Installation & Upgrade

To install the latest version:

pip install globalmoo-sdk

To upgrade from a previous version:

pip install --upgrade globalmoo-sdk

Important Notes

If you were using the previous API endpoint in your environment variables or explicit credentials, please update them to the new production endpoint:

GMOO_API_URI=https://app.globalmoo.com/api/

Resources

License

This project is licensed under the MIT License - see the LICENSE file for details.

Initial Public Release v1.0.0

03 Mar 00:52

Choose a tag to compare

This initial release includes:

  • First public version of globalmoo-sdk.
  • Full functionality and API available.
  • Ready for community use and feedback.