0.17.1
release-drafter
released this
02 Jun 22:22
·
1 commit
to refs/heads/master
since this release
🐛 Bug Fixes
Save and expose sorted output names @elaubsch (#196)
This PR fixes this issue. The GRPC client returns a dictionary with keys corresponding to the output names. These names were previously sorted but the sorted keys were not saved. Therefore, when these keys were exposed and used, sometimes they were in the wrong order.