Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 4.33 KB

File metadata and controls

73 lines (52 loc) · 4.33 KB

Changelog

Version 0.2.0

What's Changed

Improvements & Bug Fixes 🐛

  • Breakout heating plant natural gas and electricity by @nllong in #53
  • Mock modelica reader and implement aggregation test by @nllong in #54
  • Refactor for constants and type checking by @nllong in #55
  • Add in natural gas grid metrics by @nllong in #59

Bug Fixes 🐞

  • Fix aggregation by @nllong in #58

Dependency Updates 📦

  • deps: bump the dev-deps group with 2 updates by @dependabot[bot] in #44
  • ci: bump the actions-deps group with 2 updates by @dependabot[bot] in #43
  • ci: bump actions/checkout from 5 to 6 in the actions-deps group by @dependabot[bot] in #47
  • deps: bump the dev-deps group across 1 directory with 2 updates by @dependabot[bot] in #48
  • deps: bump mypy from 1.18.2 to 1.19.0 in the dev-deps group by @dependabot[bot] in #49
  • ci: bump the actions-deps group with 2 updates by @dependabot[bot] in #56
  • deps: bump cyclopts from 3.24.0 to 4.5.1 in the prod-deps group across 1 directory by @dependabot[bot] in #65
  • Bump version, update GMT dependency, and run pre-commit by @nllong in #67

Maintenance 🧹

  • Update CI to checkout the GMT repo if developing by @nllong in #52
  • Update copyright name by @nllong in #61
  • Update dependabot by @nllong in #63
  • Lock pandas to version <1.0 by @nllong in #64
  • update names and copyright dates by @kflemin in #66

New Contributors

  • @kflemin made their first contribution in #66

Version 0.1.3

  • Downgrade Geopandas to <1.0 by @vtnate in #40

Version 0.1.2

  • Bump GMT to version 0.12.0 by @vtnate in #39

Version 0.1.1

  • Bump GMT to version 0.11.0 by @vtnate in #26

Version 0.1.0

  • Add build test by @nllong in #2
  • Use ruff, cleanup formatting by @nllong in #1
  • Fix typo in ruff config filename by @vtnate in #3
  • Add simple unit test and support processing UO results only by @nllong in #4
  • Add more building mappings by @nllong in #5
  • When aggregating buildings, treat strings better by @nllong in #6
  • Support 4G result data by @nllong in #7
  • Inherit much of geojson parser from GMT by @vtnate in #8
  • Explicitly name chillers & boilers when there is only one by @vtnate in #10
  • Update readme by @nllong in #12
  • Automate releasing to PyPI by @vtnate in #11
  • Allow skip validation at a higher level by @nllong in #15
  • Fix links in README by @nllong in #13
  • Add uo_des call to CLI wrapper by @nllong in #17
  • Add building level result tests by @nllong in #18
  • Infrastructure improvements by @vtnate in #19
  • Improve & expand Modelica output processing by @vtnate in #16