- [RAD-466](https://babelfish.arc.nasa.gov/jira/browse/RAD-466): A revamp of the syntax for used to define Modes. Modes are now defined in a much more intuitive syntax (adding a variable `fault_modename = (mode parameters)`) rather than the obtuse `fm_args = {'modename': (mode parameters)}` syntax used previously. This change in mode syntax (planned in the 2.0 development process) has resulted in a significant improvement in model performance--up to a *1.75x* speedup--because dictionaries of fault modes are no longer created at model instantiation from the fm_args dictionary. Instead, these modes are created and accessed when needed (e.g., to build FaultDomains, determine the set of potential faults in a function, etc.).
- [RAD-459](https://babelfish.arc.nasa.gov/jira/browse/RAD-459): A change to the syntax of `Problem` classes in search. Instead of instantiating and extending `Problem` objects, the user is now expected to define a subclass of `Problem`. The advantage of this approach is that new problems can be instantiated and sent to different algorithms and can be run with different parameters with different results and iteration histories. It also enables these problems to be more readily defined in model files and imported elsewhere (scripts, tests, etc).
While these changes should break external models, it is our intent to keep these "breaking" changes like this relatively predictable by following our major/minor release process. Both of these major changes have come with a host of adaptations to our example models (as well as bugfixes), which can be used to help determine how to migrate any dependent models you might have to the new syntaxes.
**Full Changelog**: https://github.com/nasa/fmdtools/compare/v2.0.7...v2.1.0
Release Notes - Resilience Analysis and Design - Version fmdtools 2.1
<h2> Sub-Task
</h2>
<ul>
<li>[<a href='https://babelfish.arc.nasa.gov/jira/browse/RAD-466'>RAD-466</a>] - Revise Mode to be quicker, take less memory, be more intuitive, and use dict less
</li>
</ul>
<h2> Story
</h2>
<ul>
<li>[<a href='https://babelfish.arc.nasa.gov/jira/browse/RAD-95'>RAD-95</a>] - Create Model Docs Views
</li>
<li>[<a href='https://babelfish.arc.nasa.gov/jira/browse/RAD-472'>RAD-472</a>] - Update Python Setup for fmdtools 2.1
</li>
<li>[<a href='https://babelfish.arc.nasa.gov/jira/browse/RAD-473'>RAD-473</a>] - New features for fmdtools 2.1
</li>
</ul>
**Release Checklist**
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 15">
<link id=Main-File rel=Main-File
href="file:///C:/Users/dhulse/AppData/Local/Temp/1/msohtmlclip1/01/clip.htm">
<link rel=File-List
href="file:///C:/Users/dhulse/AppData/Local/Temp/1/msohtmlclip1/01/clip_filelist.xml">
<style>
<!--table
{mso-displayed-decimal-separator:"\.";
mso-displayed-thousand-separator:"\,";}
page
{margin:.75in .7in .75in .7in;
mso-header-margin:.3in;
mso-footer-margin:.3in;}
tr
{mso-height-source:auto;}
col
{mso-width-source:auto;}
br
{mso-data-placement:same-cell;}
td
{padding-top:1px;
padding-right:1px;
padding-left:1px;
mso-ignore:padding;
color:black;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Aptos Narrow", sans-serif;
mso-font-charset:0;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
border:none;
mso-background-source:auto;
mso-pattern:auto;
mso-protection:locked visible;
white-space:nowrap;
mso-rotate:0;}
-->
</style>
</head>
<body link="467886" vlink="96607D">
Step | Description | Complete? | Comment
-- | -- | -- | --
1 | Sync appropriate branches into release branch using `git sync-into-dev` | x |
2 | Update version numbers in appropriate files | x |
2a | "Check files conf.py LICENSE.py README.py Intro_to_fmdtools.md pyproject.toml __init__.py" | x |
2b | "Run a repository-wide search for the version number" | x |
3 | Allow (or force) Bamboo CI to build tests and docs | x | Some fixes were required for HumanModes which have now been implemented
4 | "Release to GitHub/remotes using ``git release v2.x.x ''Version 2.x.x'' `` " | x |
5 | Create a release in GitHub
5a | "incorporate a narrative summary of features and changes" | x |
5b | "incorporate the auto-generated bitbucket release notes." | x |
6 | "Update project plan" | x | Relected in Rev Q
6a | "Include any changed dependencies" | x |
6b | "Include version in schedule" | x |
6c | "Identify and include additional changes/activities" | x |
7 | Update/check external CI resources as needed | x |
7a | "Toggle CodeFactor so it updates" | x | 46 issues -> 49 issues
7b | "Check upload to PyPi" | x |
</body>
</html>