Skip to content

Releases: manjavacas/melkit

v0.1.3

15 Mar 14:49
5a67bfd

Choose a tag to compare

  • Added mls(MELCOR Language Support) extension for VSCode.

v0.1.2

06 Mar 12:47

Choose a tag to compare

  • Added new Toolkit methods for used/available ID checking and quering.
  • Minor changes

v0.1.1

17 Feb 13:33
77dd7bf

Choose a tag to compare

Added PyPI integration through GitHub Actions.

v0.1.0

16 Feb 14:59

Choose a tag to compare

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 CVs and FLs.
  • Plotting files generated by the EDF package.
  • 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 CVs and FL connections for a given CV.
  • Create submodels from a given CV (beta).

What's Changed

  • Initial toolkit (see documentation).
  • Doc/issue-3 by @manjavacas in #6

New Contributors

Full Changelog: https://github.com/manjavacas/melkit/commits/v0.1.0