v0.6.3
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
andmostCommon
. - Added ability to skip usage of
Arraymancer
if needed, with a simple-d:noarraymancer
flag. - Removed the
--development
/-d
flags deprecated sincev0.4.0
.
Full Changelog: v0.6.2...v0.6.3