Releases: MDO-Standards/Philote-Python
Releases · MDO-Standards/Philote-Python
Version 0.2.1
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
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
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.