What's Changed
* Formatting changes by kmantel in https://github.com/ModECI/MDF/pull/1
* A Simple Scheduler: builds an evaluable version of the connected graph by pgleeson in https://github.com/ModECI/MDF/pull/8
* README: update spec for conditions by kmantel in https://github.com/ModECI/MDF/pull/9
* Refactoring for Python package by pgleeson in https://github.com/ModECI/MDF/pull/11
* Simplified format by pgleeson in https://github.com/ModECI/MDF/pull/15
* Setup pytest and github actions for testing and release by davidt0x in https://github.com/ModECI/MDF/pull/21
* Moved package to src by davidt0x in https://github.com/ModECI/MDF/pull/36
* Merge development by pgleeson in https://github.com/ModECI/MDF/pull/35
* mdf: add Condition definition by kmantel in https://github.com/ModECI/MDF/pull/37
* Initial update to spec by pgleeson in https://github.com/ModECI/MDF/pull/20
* Initial tests with arrays by pgleeson in https://github.com/ModECI/MDF/pull/41
* Automatically generated documentation by pgleeson in https://github.com/ModECI/MDF/pull/40
* Apply black formatting to all by pgleeson in https://github.com/ModECI/MDF/pull/43
* Torchscript mdf by davidt0x in https://github.com/ModECI/MDF/pull/45
* Development by davidt0x in https://github.com/ModECI/MDF/pull/46
* setup: set torch>=1.8.0 by kmantel in https://github.com/ModECI/MDF/pull/50
* Initial implementation of States by pgleeson in https://github.com/ModECI/MDF/pull/51
* Change to Apache-2 license by davidt0x in https://github.com/ModECI/MDF/pull/54
* States - retested NeuroML export & works now with states example by pgleeson in https://github.com/ModECI/MDF/pull/55
* Add support for condition-based scheduling by kmantel in https://github.com/ModECI/MDF/pull/44
* Fix for correct ordering of evaluation edges by pgleeson in https://github.com/ModECI/MDF/pull/56
* scheduling fixes by kmantel in https://github.com/ModECI/MDF/pull/58
* Merge simple and condition schedulers by kmantel in https://github.com/ModECI/MDF/pull/60
* Improve condition examples by kmantel in https://github.com/ModECI/MDF/pull/62
* Examples directory restructured by pgleeson in https://github.com/ModECI/MDF/pull/64
* Torchscript mdf by davidt0x in https://github.com/ModECI/MDF/pull/68
* Refactor import\export MDF interfaces, add PyTorch -> MDF, MDF -> WebGME, and ONNX -> MDF examples by davidt0x in https://github.com/ModECI/MDF/pull/70
* Add PsyNeuLink examples by kmantel in https://github.com/ModECI/MDF/pull/69
* NeuroML examples by pgleeson in https://github.com/ModECI/MDF/pull/72
* Doc cleanup by davidt0x in https://github.com/ModECI/MDF/pull/74
* Torchscript mdf by davidt0x in https://github.com/ModECI/MDF/pull/75
* fix: install all dependencies for docs [skip ci] by davidt0x in https://github.com/ModECI/MDF/pull/76
* fix: pin package versions for now by davidt0x in https://github.com/ModECI/MDF/pull/77
* Add ACT-R interface and examples by jeremyrl7 in https://github.com/ModECI/MDF/pull/78
* standard_functions: store python function for each valid mdf function by kmantel in https://github.com/ModECI/MDF/pull/73
* Updated nml to match mdf for FitzHughNagumo by pgleeson in https://github.com/ModECI/MDF/pull/79
* added mdf-pytorch mlp example by patrickstock in https://github.com/ModECI/MDF/pull/71
* Update Quantum README by singular-value in https://github.com/ModECI/MDF/pull/81
* Updates readme to contents of patrickstock's doc by pgleeson in https://github.com/ModECI/MDF/pull/82
* Update ACT-R README, documentation, and graphs by jeremyrl7 in https://github.com/ModECI/MDF/pull/84
* Updates to ONNX examples by pgleeson in https://github.com/ModECI/MDF/pull/83
* small changes and comments by patrickstock in https://github.com/ModECI/MDF/pull/85
* update PsyNeuLink examples to reflect working absolute time conditions by kmantel in https://github.com/ModECI/MDF/pull/87
* Minor updates to nml examples by pgleeson in https://github.com/ModECI/MDF/pull/90
* Expo demo by pgleeson in https://github.com/ModECI/MDF/pull/91
* Further tidying up MDF & NML examples by pgleeson in https://github.com/ModECI/MDF/pull/92
* Update README.md by rpradyumna in https://github.com/ModECI/MDF/pull/94
* Merge latest main to development by pgleeson in https://github.com/ModECI/MDF/pull/96
* ABCD example updates by pgleeson in https://github.com/ModECI/MDF/pull/99
* Updates for stateful params branch by pgleeson in https://github.com/ModECI/MDF/pull/100
* Renaming the Scheduler, Translator implemented and tested by Shanka123 in https://github.com/ModECI/MDF/pull/95
* scheduling: replace pnl module with graph-scheduler by pgleeson in https://github.com/ModECI/MDF/pull/107
* Changes for graph-scheduler to development by pgleeson in https://github.com/ModECI/MDF/pull/108
* Merge latest from dev to main, incl stateful parameters, scheduler->execution_engine and new graph_scheduler by pgleeson in https://github.com/ModECI/MDF/pull/106
* scheduling: replace pnl module with graph-scheduler by kmantel in https://github.com/ModECI/MDF/pull/105
* Test executing the onnx example by pgleeson in https://github.com/ModECI/MDF/pull/110
* Stateful parameter merge by pgleeson in https://github.com/ModECI/MDF/pull/112
* dependency -> dependencies rename by pgleeson in https://github.com/ModECI/MDF/pull/114
* Update graph_scheduler by pgleeson in https://github.com/ModECI/MDF/pull/115
* Metadata added to main elements by pgleeson in https://github.com/ModECI/MDF/pull/109
* Parameter state merge by pgleeson in https://github.com/ModECI/MDF/pull/117
* Translator converting MDF_S to MDF_0 format by Shanka123 in https://github.com/ModECI/MDF/pull/111
* requirements: update for graph-scheduler v1.0.0rc2 by kmantel in https://github.com/ModECI/MDF/pull/113
* Updated documentation generation by pgleeson in https://github.com/ModECI/MDF/pull/118
* Doc cleanup merge to development by mraunak in https://github.com/ModECI/MDF/pull/104
* Added a simple example that is translated from MDF to ONNX by rpradyumna in https://github.com/ModECI/MDF/pull/123
* Translator for converting to MDF_0 format by Shanka123 in https://github.com/ModECI/MDF/pull/125
* Condition: undo expanded interface changes by kmantel in https://github.com/ModECI/MDF/pull/126
* Test types when setting them to mdf fields by pgleeson in https://github.com/ModECI/MDF/pull/129
* Improve condition parsing by kmantel in https://github.com/ModECI/MDF/pull/128
* update inception by pgleeson in https://github.com/ModECI/MDF/pull/131
* ACT-R exporter: fix termination condition by kmantel in https://github.com/ModECI/MDF/pull/135
* mdf: match Function to other classes by kmantel in https://github.com/ModECI/MDF/pull/133
* Retest inception/pytorch models by pgleeson in https://github.com/ModECI/MDF/pull/134
* Merge 127 changes & regenerated other examples by pgleeson in https://github.com/ModECI/MDF/pull/130
* execution_engine: don't catch Condition argument exceptions by kmantel in https://github.com/ModECI/MDF/pull/127
* Revert "Added a simple example that is translated from MDF to ONNX" by rpradyumna in https://github.com/ModECI/MDF/pull/139
* execution_engine: fix condition parsing by kmantel in https://github.com/ModECI/MDF/pull/138
* execution_engine: evaluate only types that can be expressions by kmantel in https://github.com/ModECI/MDF/pull/140
* examples: MDF: remove old translation example by kmantel in https://github.com/ModECI/MDF/pull/144
* test_examples: add -run argument by kmantel in https://github.com/ModECI/MDF/pull/142
* ONNX: ensure inputs passed in correct order by kmantel in https://github.com/ModECI/MDF/pull/147
* Test on nmllite master by pgleeson in https://github.com/ModECI/MDF/pull/148
* Back to pytest all by pgleeson in https://github.com/ModECI/MDF/pull/149
* MDF v0.2 by pgleeson in https://github.com/ModECI/MDF/pull/120
* fix: hopefully fix failed pypi uploads by davidt0x in https://github.com/ModECI/MDF/pull/150
* Development by davidt0x in https://github.com/ModECI/MDF/pull/151
New Contributors
* kmantel made their first contribution in https://github.com/ModECI/MDF/pull/1
* jeremyrl7 made their first contribution in https://github.com/ModECI/MDF/pull/78
* patrickstock made their first contribution in https://github.com/ModECI/MDF/pull/71
* singular-value made their first contribution in https://github.com/ModECI/MDF/pull/81
* Shanka123 made their first contribution in https://github.com/ModECI/MDF/pull/95
* mraunak made their first contribution in https://github.com/ModECI/MDF/pull/104
**Full Changelog**: https://github.com/ModECI/MDF/commits/v0.1.0