Skip to content

v0.6.3

Compare
Choose a tag to compare
@amkrajewski amkrajewski released this 03 Mar 17:59
· 78 commits to main since this release

Major Changes:

  • Added quickstart.ipynb notebook explaining basics of usage, result interpretation, and some quick discussion of real results.
  • Added new --singleSolution/-ss routine for easy manual evaluation a single solution based on the elements provided as arguments after the flag. It can be neatly stacked on itself like:
    ./nimcso -ss Ta W Hf Si  -ss V W Hf Si  --singleSolution Ta V
  • Finalized the documentation and README

Minor Changes:

  • Improved printouts of several routines, including geneticSearch and mostCommon.
  • Added ability to skip usage of Arraymancer if needed, with a simple -d:noarraymancer flag.
  • Removed the --development/-d flags deprecated since v0.4.0.

Full Changelog: v0.6.2...v0.6.3