• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

urbanopt / modelica-builder
94%
develop: 93%

Build:
Build:
LAST BUILD BRANCH: prep-release-0.7.0
DEFAULT BRANCH: develop
Repo Added 15 Feb 2021 09:53PM UTC
Token zcy0FnmyWuL0e0sZf0OXsegVRxswNRCHn regen
Build 330 Last
Files 25
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v0.5.0
branch: v0.5.0
CHANGE BRANCH
x
Reset
Sync Branches
  • v0.5.0
  • 0.2.0
  • 0.5.2-rc1
  • 52-redeclare-args
  • add-delete-argument
  • add-dependabot-config
  • add-get-arg-value
  • add-measure-base-class
  • add-method-to-scale-mos-data
  • add-mos-from-list
  • add-poetry-remove-tox
  • add-project-ignore
  • antlr-patch
  • build/use-gh-actions
  • bump-antrl-4.13.1
  • bump-mbl-version
  • chore/fix-setup-conflict
  • chore/update-license
  • cleanup-license
  • component-redeclaration-replacement
  • convert-mbl-version-to-var
  • copilot/sub-pr-129
  • copilot/sub-pr-129-5a01cfa1-e4e2-41f9-ac14-27b69adc88b0
  • copilot/sub-pr-129-again
  • copilot/sub-pr-129-please-work
  • delete-constant
  • dependabot/github_actions/actions-deps-6e72dea427
  • dependabot/github_actions/actions-deps-718568b363
  • dependabot/github_actions/actions-deps-76468cb07f
  • dependabot/github_actions/actions-deps-7921bc0373
  • dependabot/github_actions/actions-deps-c836e40089
  • dependabot/pip/certifi-2024.7.4
  • dependabot/pip/dev-deps-1c063984d6
  • dependabot/pip/dev-deps-1d7a82d41e
  • dependabot/pip/dev-deps-1daaf8dcc6
  • dependabot/pip/dev-deps-508fc6e851
  • dependabot/pip/dev-deps-6bf11906ef
  • dependabot/pip/dev-deps-a73f3d3ad9
  • dependabot/pip/dev-deps-bc6402e9a7
  • dependabot/pip/dev-deps-d18aee77e9
  • dependabot/pip/dev-deps-f93dc9084b
  • dependabot/pip/idna-3.7
  • dependabot/pip/jinja2-3.1.3
  • dependabot/pip/jinja2-3.1.4
  • dependabot/pip/jinja2-3.1.5
  • dependabot/pip/jinja2-3.1.6
  • dependabot/pip/prod-deps-3edf6ff562
  • dependabot/pip/prod-deps-7aac243b1b
  • dependabot/pip/pygments-2.15.0
  • dependabot/pip/pygments-2.7.4
  • dependabot/pip/requests-2.32.0
  • dependabot/pip/requests-2.32.4
  • dependabot/pip/setuptools-70.0.0
  • dependabot/pip/urllib3-2.0.6
  • dependabot/pip/zipp-3.19.1
  • develop
  • extends-case
  • feat/add-rename-argument
  • fix/mgmt-cmd-import
  • fix/windows-newlines
  • main
  • main-backup
  • make-package-parser-dynamic
  • mbl_version-bugfix
  • mblv10
  • mblv11
  • modify-parameter
  • move-modelica-classes-from-gmt
  • newer-dependencies
  • newline-patch
  • nllong-patch-1
  • pre-release-0.2.3
  • prep-rc-release
  • prep-release-0.3.0
  • prep-release-0.4.0
  • prep-release-0.5.0
  • prep-release-0.7.0
  • prep-v0.5.2
  • prep-v0.6.0
  • pypi-release-config
  • python-3.13
  • quick-fix-0.5.2
  • read-more-parameters
  • release/0.2.0
  • release/prep-0.2.1
  • remove-deprecated-pkg_resources
  • support-py312
  • update-copyrights
  • update-depends
  • update-gh-actions
  • update-pre-commit
  • update-precommit-versions
  • update-source-with-save-as
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.2.3-pr1
  • v0.3.0
  • v0.4.0
  • v0.5.1
  • v0.5.2
  • v0.5.2-rc2
  • v0.5.2-rc3
  • v0.6.0

04 Jan 2024 06:48PM UTC coverage: 93.542% (+0.4%) from 93.19%
7413589830

push

github

web-flow
Release 0.5.0 (#78)

* add get method for a component

* Update README.rst

* add extends argument manipulation

* do not save temp file

* build(deps): bump pygments from 2.12.0 to 2.15.0

Bumps [pygments](https://github.com/pygments/pygments) from 2.12.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.12.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update test_model.py

* add method for getting and setting parameters

* cleanup

* add dictionary

* fix end of dict fileg

* Bump version and update test dependencies (#62)

* bump version and update test depends

* prepare the last of the release items

* update _source on save_as (#64)

* update deprecated call to pkg_resources (#65)

* update deprecated call to pkg_resources

* argh, pre-commit

* import from `typing` instead of `typing.io`

* Add poetry and remove tox (#67)

* remove tox and add poetry

* run pre-commit

* add benchmark package

* add building of doc in test

* update dependendencies

* precommit

* Move Modelica methods over from GMT (#68)

* remove tox and add poetry

* run pre-commit

* add benchmark package

* add building of doc in test

* update dependendencies

* precommit

* move modelica methods from gmt

---------

Co-authored-by: Nathan Moore <nathan.moore@nrel.gov>

* Update antlr4 and use a non-deprecated docker base image (#66)

* update antlr4 to 4.13.0

* bump to antlrv4.13.1

* `poetry update` to bump dependency versions

* remove redundant CI run

* use os & python version matrix in github ci

* eek, found an obvious miss of another antlr version mention

* another `poetry update` to pick up the n... (continued)

142 of 149 new or added lines in 6 files covered. (95.3%)

1 existing line in 1 file now uncovered.

1767 of 1889 relevant lines covered (93.54%)

1.87 hits per line

Relevant lines Covered
Build:
Build:
1889 RELEVANT LINES 1767 COVERED LINES
1.87 HITS PER LINE
Source Files on v0.5.0
  • Tree
  • List 22
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7413589830 v0.5.0 Release 0.5.0 (#78) * add get method for a component * Update README.rst * add extends argument manipulation * do not save temp file * build(deps): bump pygments from 2.12.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/py... push 04 Jan 2024 06:52PM UTC web-flow github
93.54
See All Builds (242)

Badge your Repo: modelica-builder

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc