Releases: manjavacas/melkit
Releases · manjavacas/melkit
v0.1.3
- Added
mls(MELCOR Language Support) extension for VSCode.
v0.1.2
- Added new Toolkit methods for used/available ID checking and quering.
- Minor changes
v0.1.1
Added PyPI integration through GitHub Actions.
v0.1.0
Welcome to the first version of MELKIT! 🎉 It includes an official documentation and the following functionalities:
- Reading Control Volumes (
CVs) and Flow Paths (FLs) and converting them to objects. - Writing, deleting and editing
CVsandFLs. - Plotting files generated by the
EDFpackage. - Extraction of final values for variables monitored by EDF.
- Obtaining the list of available/used IDs for certain objects (
CVs,FLs). - Remove all comments from an input file.
- Search for objects by their ID.
- Search for duplicate objects in a given list.
- Get adjacent
CVsandFLconnections for a givenCV. - Create submodels from a given
CV(beta).
What's Changed
- Initial toolkit (see documentation).
- Doc/issue-3 by @manjavacas in #6
New Contributors
- @manjavacas made their first contribution in #6
Full Changelog: https://github.com/manjavacas/melkit/commits/v0.1.0