Skip to content

Releases: MDO-Standards/Philote-Python

Version 0.2.1

14 Apr 21:38
377e45e

Choose a tag to compare

This is purely a bugfix release. Thanks to Alex Xu for finding these bugs and fixing them.

Features

  • None

Bug Fixes

  • Fixed bug that prevented proper chunking of array data
  • Fixed flat view of arrays used during variable transfer

Version 0.2.0

14 Apr 03:22
b4e42be

Choose a tag to compare

This version augments the Philote MDO version to 0.3.0.

Features

  • Moved to Philote version 0.3.0
  • Renamed RPC function from Compute to Functions for Philote 0.3.0 compatibility
  • Renamed RPC function from ComputePartials to Gradient for Philote 0.3.0 compatibility

Bug Fixes

  • Added flattened views for the ndarrays received. The previous version would error for n-dimensional arrays, as the slices would not work unless the array was flattened.

Version 0.1.0

06 Apr 03:40
e240bdd

Choose a tag to compare

Initial release of the Philote MDO Python bindings. Includes working remote explicit disciplines. Only the generic API currently works, so there is no framework support for OpenMDAO or CSDL.

Features

  • Implemented a remote explicit discipline analysis server API.
  • Implemented a corresponding client for explicit analyses.
  • Added a simple parabaloid example to demonstrate the server/client in action.

Bug Fixes

  • None, as this is the first release.

Note

All versions starting with a 0 as the major version number should be considered pre-release. While they may work in production environments, it is expected that bugs may surface and that several features are still missing. Because of this, the API may still change frequently before version 1.0.0 is released.