Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@sverhoeven sverhoeven released this 30 Oct 10:33

This software allows you to wrap your BMI implementation (https://github.com/csdms/bmi) in a server process and communicate with it via the included python client. The communication is serialized to protocol buffers by GRPC (https://grpc.io/) and occurs over network ports.

Added

  • BmiJulia Python class that wraps bmi class implemented in Julia (#144)

Changed

  • Test against apptainer 1.1.9 (#138)