- Add keyword argument N to Sobol analyze function
- Update docs to no longer indicate Git requirement
- Change default for filename in generate_trials! function
- Add error messages to modelegate
- Fix docstring bug
- Improve sensitivity analysis framework (change keyword args for run_sim)
- Update dependency testing
- Fix bugs in variable dimensions functions
- Update documentation to reflect use of Mimi Registry
- Generalize mcs functionality to support other sensitivity analysis methods
- Update and augment documentation for sensitivity analysis
- Drop julia 1.0 support
- Move to new github org (mimiframework)
- Add support for distributions that produce a matrix of values on each draw,
- Change internals to support precompilation for components as packages
- Eliminated global dict of component defs
- Fixed uses of eval
- Documentation updates
- Tutorials bug and consistency updates
- Update the way to add models to mcs
- Add methods and docstrings for dimension-related functions
- Add interactive slider bar to explorer line plots
- Simplify saving single explorer plots
- Add references to forum and remove references to gitter chatroom
- Pass correct line numbers to macros to improve error reporting
- Add tutorials to documentation
- Fix interaction of explorer with missing data
- Add anonymous dimensions back in
- Allow for backup data with missing values
- Documentation updates
- Drop julia 0.6 support, add julia 1.0 support
- Disable topological ordering, remove offset keyword
- Major redesign with lots of breaking changes
- Make julia 0.6.x compatible
- Drop julia 0.5 support
- Drop julia 0.4 support
- Add plotting functionality
- New internal data structure representation of a model
- Running a model automatically invokes building a ModelInstance first
- Add
delete!
function for removing a component from a model - Add functions to retrieve the index of a model, parameter, or variable
- Add ability to test local dependent Mimi models in test_dependencies.jl
- Support for NamedArrays for parameters
- Checks for the validity of input arguments for all exported Mimi functions
- Rearrange src file structure; create mimi-core.jl
- Remove setbestguess and setrandom functions
- Fix an error in the documentation
- Fix a bug in setleftoverparameters
- Fix a bug in the dependency testing code
- External parameters get automatically converted to the correct number type
- julia 0.5 compatible
- Documentation updates
- Add Lint.jl support
- Various bug fixes
- Move type generation from macro to runtime phase (low level dev feature)
- Rename the timestep function to run_timestep
- Move documentation to use Documenter.jl
- Drop julia 0.3 support
- Use a parametric type for number fields (low level dev feature)
- Make julia 0.4 compatible
- Initial tagged version