Skip to content

Releases: urbanopt/modelica-builder

Version 0.5.1

05 Jan 21:42
393166c
Compare
Choose a tag to compare

What's Changed

  • Ensure the correct template is loaded when parsing the package by @vtnate in #81
  • Create config file to automatically publish to pypi when a Github release is made by @vtnate in #82

Full Changelog: v0.5.0...v0.5.1

Version 0.5.0

04 Jan 18:50
3a432d1
Compare
Choose a tag to compare

What's Changed

  • Support py312 by @vtnate in #73
  • Add method to scale loads in an MOS file by @nllong in #74
  • Bump version of antlr runtime to 4.13.1 by @nllong in #75
  • Add .mpignore to skip loading files in ModelicaProject by @nllong in #77
  • Upgrade to MBLv10 by @vtnate in #72
  • Update copyright dates by @nllong in #80

Full Changelog: v0.4.0...v0.5.0

Version 0.4.0

05 Oct 17:45
05b1efb
Compare
Choose a tag to compare

What's Changed

  • Add get method for a component's argument by @nllong in #57
  • Update README.rst by @nllong in #58
  • build(deps): bump pygments from 2.12.0 to 2.15.0 by @dependabot in #60
  • Add extends redeclare update method by @nllong in #59
  • Add method for getting and setting parameters by @nllong in #61
  • Bump version and update test dependencies by @nllong in #62
  • update _source filename when calling save_as by @nllong in #64
  • update deprecated import statements by @vtnate in #65
  • Add poetry and remove tox by @nllong in #67
  • Move Modelica methods over from GMT by @nllong in #68
  • Update antlr4 and use a non-deprecated docker base image by @vtnate in #66

New Contributors

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

08 Aug 21:17
ae48c3b
Compare
Choose a tag to compare
  • bump version and copyright dates by @nllong in #55
  • Add get method for a component's argument by @nllong in #57
  • Update README.rst by @nllong in #58
  • build(deps): bump pygments from 2.12.0 to 2.15.0 by @dependabot in #60
  • Add extends redeclare update method by @nllong in #59
  • Add method for getting and setting parameters by @nllong in #61

Version 0.2.3

30 Mar 21:25
a3f9c2c
Compare
Choose a tag to compare
  • Update precommit and ci by @nllong in #54
  • Update overwrite_component_redeclaration to handle the redeclare of args by @nllong in #53

Version 0.2.3-pr1

01 Mar 17:23
Compare
Choose a tag to compare
Version 0.2.3-pr1 Pre-release
Pre-release
  • Update precommit and ci by @nllong in #54
  • Update overwrite_component_redeclaration to handle the redeclare of args by @nllong in #53

Version 0.2.2

07 Jun 20:40
Compare
Choose a tag to compare
  • Add component argument/parameter deletion, remove_component_argument
  • Add test for deleting a "constant Ingeger x=5" component
  • Update testing dependencies
  • Add component redeclare package argument replacement

Version 0.2.1

29 Apr 15:13
25916d6
Compare
Choose a tag to compare
  • Fix import issue when installing package for a poetry-managed projects

Version 0.2.0

29 Apr 15:13
8f03997
Compare
Choose a tag to compare
  • Fix compatibility with files containing '\r\n', which is typically used on Windows

Version 0.1.1

04 Mar 02:02
Compare
Choose a tag to compare
  • Add ability to rename a component's argument name
  • Convert to use GitHub actions instead of Travis
  • Update README with more practical example