Skip to content

Commit

Permalink
Prep for prerelease 0.6.0 (#578)
Browse files Browse the repository at this point in the history
* prerelease

* add in changelog notes
  • Loading branch information
nllong authored Aug 18, 2023
1 parent 43977df commit fdbb421
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
9 changes: 8 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,27 @@
"dassl",
"dymola",
"GDHC",
"Jing",
"levelname",
"libfortran",
"linecount",
"mfrt",
"microgrid",
"Modelica",
"MODELICAPATH",
"mofile",
"nllong",
"openstudio",
"Optimica",
"oversizing",
"redeclarations",
"Reparse",
"setpoint",
"tanushree",
"timeseries",
"timestep",
"urbanopt"
"urbanopt",
"vtnate"
],
"flagWords": [
"hte"
Expand Down
30 changes: 24 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
Change Log
==========

Version 0.6.0 RC1
-----------------
## What's Changed
### Exciting New Features 🎉
* Enable numberOfIntervals run option by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/562
* Breakout package parser class by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/566
* Add a new GHE district test with new network template models by @JingWang-CUB in https://github.com/urbanopt/geojson-modelica-translator/pull/561
* Add GHE Properties to System Parameter File by @tanushree04 in https://github.com/urbanopt/geojson-modelica-translator/pull/570
* Use `filNam` parameter for TEASER loads and add within parsing to PackageParser by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/574
* Add new `ModelicaProject` class by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/575
* Add Dymola runner by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/577

### Other Changes
* Read correct data from sys-param for microgrid electrical load by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/560
* remove ground loads from system parameter by @tanushree04 in https://github.com/urbanopt/geojson-modelica-translator/pull/576

**Full Changelog**: https://github.com/urbanopt/geojson-modelica-translator/compare/0.5.0...v0.6.0-rc1


Version 0.5.0
-------------

## What's Changed
### Exciting New Features 🎉
* Python 3.11 support by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/518
Expand Down Expand Up @@ -45,20 +63,20 @@ Exciting New Features 🎉
* Redeclare the teaser model to use buildings.media.air medium
* Fmu runner
* Spawn docker named args
* Compile & run with spawn & optimica
* Compile & run with Spawn & Optima
* Microgrid lines
* Add 5g to sysparams
* Add 5G to System Parameters file
* Weather file at top level
* Test with 3.10
* 4G or 5G timeseries in Dymola
Other Changes
* Breakout run in docker command
* Better error message if modelica timeseries files from sdk are not found
* Break out build and simulate tests
* Use mblv9
* Use Modelica Buildings Library (MBL) v9.0.0
* Point tests to latest mbl release
* Cli less brittle
* Run compilation tasks on CI using spawn Modelica and optimica
* Run compilation tasks on CI using spawn Modelica and Optimica
* Update schema.json

Version 0.3.0
Expand Down Expand Up @@ -98,7 +116,7 @@ Version 0.2.0
-------------
* Add ETS data for indirect cooling to system parameters schema
* Add district system example
* Add time series model using massflow rates and temperatures
* Add time series model using mass flow rates and temperatures
* Add district heating (1GDH and 4GDH) and heating indirect ETS
* Add district cooling (4GDC) and cooling indirect ETS
* Add distribution network
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geojson-modelica-translator"
version = "0.5.0"
version = "0.6.0-rc1"
description = "Package for converting GeoJSON to Modelica models for Urban Scale Analyses."
authors = ["URBANopt DES Team <nicholas.long@nrel.gov>"]
license = "BSD-4-Clause"
Expand Down

0 comments on commit fdbb421

Please sign in to comment.