Skip to content

v0.9.5

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 02:02

Mimi v0.9.5

Diff since v0.9.4

Closed issues:

  • Nested models (#46)
  • Online component registry (#147)
  • better timestep comparison handling run_timestep (#337)
  • Add a show method for models (#424)
  • Can we get rid of all calls to eval? (#437)
  • Mimi.load_comps() loads compdefs into Mimi module (#470)
  • Component Parameter Type Parameterization (#473)
  • Fix module lookup issue (#497)
  • Make components, variables and parameters user exploration facing (#509)
  • d.time should return AbstractTimestep things (#538)
  • Revisit set_param! when one can overwrite values (#545)
  • Use doctests (#548)
  • Allow indexing into a Variable with a year (#549)
  • Add timestep information to _missing_data_check_ error (#555)
  • The various functions for the MCS API shouldn't use camelCasing (#559)
  • _compute_output_dir bug (#562)
  • explore allowing components and datum to have the same name (#565)
  • Disable first/last keywords (#567)
  • deprecate Int indexing for timesteps (#568)
  • Remove square bracket indexing for sim results, add getdataframe instead (#572)
  • Move dep testing to separate workflow (#616)
  • Add @time to include statements in runtests.jl (#617)
  • set a parameter as a distribution (#640)

Merged pull requests:

  • Fix bug in getindex method (#552) (@lrennels)
  • Release 0.9.4 (#553) (@davidanthoff)
  • Class based (#556) (@rjplevin)
  • Use Doctests (#557) (@lrennels)
  • Allow plotting for variables with > 2 dims, sometimes (#561) (@jrising)
  • Fix bug in _compute_output_dir (#563) (@ckingdon95)
  • remove use of camelCase (#564) (@ckingdon95)
  • Delete deprecated code. (#566) (@rjplevin)
  • Enhance error message; fix method bugs (#569) (@lrennels)
  • Drop support for the load_comps function (#570) (@rjplevin)
  • Test on 1.3 and 32 bit (#571) (@davidanthoff)
  • Remove exports of components, parameters, and variables (#576) (@rjplevin)
  • Change getindex to getdataframe for sim_inst (#577) (@lrennels)
  • Remove first and last keyword arguments (#578) (@ckingdon95)
  • Fix param exports (#579) (@rjplevin)
  • Timestep Indexing (#580) (@lrennels)
  • Make d.time return AbstractTimesteps (#581) (@ckingdon95)
  • Update references.md (#582) (@lrennels)
  • Deprecate SimulationInstance getindex (#586) (@lrennels)
  • Add variable_dimensions methods (#589) (@lrennels)
  • Prepare tests for Github Actions (#590) (@davidanthoff)
  • Julia Package Butler Updates (#591) (@github-actions[bot])
  • CompatHelper: add new compat entry for "VegaLite" at version "1.0" (#592) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Compose" at version "0.7" (#593) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Classes" at version "0.1" (#594) (@github-actions[bot])
  • CompatHelper: add new compat entry for "GlobalSensitivityAnalysis" at version "0.0.6" (#595) (@github-actions[bot])
  • CompatHelper: add new compat entry for "JSON" at version "0.21" (#596) (@github-actions[bot])
  • Julia Package Butler Updates (#609) (@github-actions[bot])
  • Run deps on gh (#610) (@davidanthoff)
  • Make Julia 1.1 the min version (#611) (@davidanthoff)
  • Julia Package Butler Updates (#612) (@github-actions[bot])
  • Julia Package Butler Updates (#613) (@github-actions[bot])
  • Update doc tutorial version requirements (#615) (@lrennels)
  • Move dependency tests to separate workflow (#618) (@davidanthoff)
  • Julia Package Butler Updates (#619) (@github-actions[bot])
  • Julia Package Butler Updates (#620) (@github-actions[bot])
  • Fix failing tests (#623) (@lrennels)
  • CompatHelper: bump compat for "Electron" to "2.0" (#625) (@github-actions[bot])
  • Timestep comparisons (#627) (@ckingdon95)
  • Julia Package Butler Updates (#632) (@github-actions[bot])
  • Julia Package Butler Updates (#633) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "0.20" (#634) (@github-actions[bot])
  • Add @time to all tests (#637) (@lrennels)
  • New syntax in defcomp for datum type parameterization (#638) (@ckingdon95)
  • CompatHelper: bump compat for "CSVFiles" to "1.0" (#639) (@github-actions[bot])
  • Close all applications after testing (#642) (@lrennels)
  • CompatHelper: bump compat for "Distributions" to "0.22" (#645) (@github-actions[bot])
  • Fix bug in add_connector_comps on master (#649) (@lrennels)