This repository has been archived by the owner on May 31, 2024. It is now read-only.
Releases: mintproject/mic
Releases · mintproject/mic
1.3.4
Implemented enhancements:
- mintproject/generic:latest is not up to date #287
Fixed bugs:
- files with hyphen in yaml causes issues with run #293
- Param auto detector will detect "multiple words in quotes" as several parameters #290
- String parameters in commands fail in components due to extra quotes. #288
Merged pull requests:
- Executables file #304 (mosoriob)
- Fix: inputs bug for SWAT model #303 (Cmheidelberg)
- Fix: start thinks mic dir exists every time #297 (Cmheidelberg)
- Fix: replace hyphens with underscore for yaml input direcory names #295 (Cmheidelberg)
MIC 1.3.3
1.3.1 (2020-07-27)
1.3.0
1.2.0
1.0.1
Implemented enhancements:
- When publishing, show the URL of the model configuration #201
- Ease how parameters are declared #160
- Improve definitions with examples #70
Fixed bugs:
- gitignore is missing #209
- [inputs command] remove outputs from inputs is not working well #208
- Step6 crashes if user does not edit Dockerfile #151
- github push will fail if remote repository is ahead of local #88
Merged pull requests:
- Release v1.0.1 #232 (sirspock)
- F#185 #230 (Cmheidelberg)
- F#209 #229 (Cmheidelberg)
- fix: allow to upload a datatransformation #228 (sirspock)
- fix: add docker image option #226 (sirspock)
- add yaml comments and improve detection of code #225 (sirspock)
- #223 fix: detect binary reprozip inside the default_path as code_file #224 (sirspock)
- Yaml comments #221 (Cmheidelberg)
MIC encapsulation v1.0.0
This version of MIC includes the following capabilities:
- Start from a local directory where the model is available
- Detect the framework/language used by the model component (python, conda, java, general)
- Extract dependencies according to the framework/language (pip is supported)
- Create a Linux environment using Docker
- Trace the command
- Detect the configuration files
- Detect the inputs and code files
- Detect the outputs
- Generate the MIC wrapper
- Test the component that has been generated locally and extract dependencies installed by the user (pip is supported)
- Build and publish the Docker Image to DockerHub and code to GitHub
- Add the component as a model configuration in the MINT model catalog
0.4.4 Improvements
0.4.2 Improvements
- Detect Python dependencies installed by pip
- Improve message to users.
- Improve the handle of outputs
MIC 0.4.1: End to end encapsulation (alpha)
This version of MIC includes the following capabilities:
- Guide users when encapsulating a component
- Test the component that has been generated locally
- Publish the resultant image to DockerHub and code to GitHub
- Add the component as a model configuration in the MINT model catalog