Open BSchilperoort opened 1 day ago
Registration pull request created: JuliaRegistries/General/119898
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.
@JuliaRegistrator register
Release notes:
## Breaking changes
- blah
To add them here just re-invoke and the PR will be updated.
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
git tag -a julia-v0.1.0 -m "<description of version>" 3a93fe84331e5239f820770e647a7b577036799b
git push origin julia-v0.1.0
@JuliaRegistrator register subdir=julia
Release notes:
This is the first release of RemoteBMI Julia.
Remote BMI allows you to communicate with BMI enabled numerical models using a RESTful API.
The Basic Model Interface (BMI) is a standard interface for models. The interface is available in different languages and a language agnosting version in SIDL.
To have a consumer of the model and the provider of the model seperated you can use grpc4bmi, but this only works on languages that have a gRPC implementation. This package replaces the gRPC protocol with an REST API. The REST API specification is in the OpenAPI format.
Registration pull request updated: JuliaRegistries/General/119898
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
git tag -a julia-v0.1.0 -m "<description of version>" 95a5a2646eef2422710ba9c6ea2d8807a0b0cb83
git push origin julia-v0.1.0
@JuliaRegistrator register subdir=julia
Release notes:
This is the first release of RemoteBMI Julia.
Remote BMI allows you to communicate with BMI enabled numerical models using a RESTful API.
The Basic Model Interface (BMI) is a standard interface for models. The interface is available in different languages and a language agnosting version in SIDL.
To have a consumer of the model and the provider of the model seperated you can use grpc4bmi, but this only works on languages that have a gRPC implementation. This package replaces the gRPC protocol with an REST API. The REST API specification is in the OpenAPI format.
Registration pull request updated: JuliaRegistries/General/119898
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
git tag -a julia-v0.1.0 -m "<description of version>" 6a3e9e1fb5299373f395e7b8784f13dbdbf5ef02
git push origin julia-v0.1.0
@JuliaRegistrator register subdir=julia
Release notes:
This is the first release of RemoteBMI Julia.
Remote BMI allows you to communicate with BMI enabled numerical models using a RESTful API.
The Basic Model Interface (BMI) is a standard interface for models. The interface is available in different languages and a language agnosting version in SIDL.
To have a consumer of the model and the provider of the model seperated you can use grpc4bmi, but this only works on languages that have a gRPC implementation. This package replaces the gRPC protocol with an REST API. The REST API specification is in the OpenAPI format.