Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 21:34
a7a6b81

🚀 Features

  • Improved calculation speed (PR #220)
  • Added replica nodes to decrease number of pipes (PR #223)
  • Rework optimizer (PR #226)
  • Changed default costs for pipes (PR #228)
  • Changed multiple defaults for cost calculation (PR #229)
  • Improved visual experience (PR #233)
  • Added example for group A4 (PR #85)
  • Added massenstrom property (PR #234)
  • Seperated longest path from critical path (PR #236)
  • Added basic excel support (PR #237)
  • Added grid examples (PR #242)
  • Huge update in Frontend (PR #243)
  • Improved optimization strategy one more time (PR #244)

🐛 Fixes

  • Fixed calculation of pump power in node (PR #196)
  • Fixed wrong unit of heat demand in Massenstrom (PR #197)
  • Changed values of PipeType.UNDEFINED (PR #198)
  • Fixed pump invest costs (PR #199)
  • Fixed NoSuchElementException if last node in path is intermediate node (PR #201)
  • Changed calculation of volume flow (PR #202)
  • Fixed unit in pump invest cost (PR #208)
  • Fixed reynolds number in Übergangsbereich (PR #216)
  • Fixed all combinations optimizer (PR #219)

📦 Dependencies

  • Bump @testing-library/react from 11.2.7 to 12.0.0 in /src-frontend (PR #204)
  • Bump jvm from 1.5.10 to 1.5.20 (PR #212)
  • Bump react-dropzone from 11.3.2 to 11.3.4 in /src-frontend (PR #213)
  • Bump react-flow-renderer from 9.6.1 to 9.6.2 in /src-frontend (PR #214)
  • Bump @types/node from 15.12.4 to 15.12.5 in /src-frontend (PR #222)
  • Bump plotly.js from 2.1.0 to 2.2.0 in /src-frontend (PR #224)
  • Bump typescript from 4.3.4 to 4.3.5 in /src-frontend (PR #239)
  • Bump @types/react from 17.0.5 to 17.0.13 in /src-frontend (PR #246)
  • Bump web-vitals from 2.0.1 to 2.1.0 in /src-frontend (PR #247)
  • Bump react-flow-renderer from 9.6.2 to 9.6.3 in /src-frontend (PR #249)
  • Bump ktor-server-core from 1.5.4 to 1.6.1 (PR #254)
  • Bump koin-core from 3.0.1 to 3.1.2 (PR #257)
  • Bump @types/node from 15.12.5 to 16.0.0 in /src-frontend (PR #259)
  • Bump logback-classic from 1.2.1 to 1.2.3 (PR #258)
  • Bump kotlin-stdlib-jdk8 from 1.5.0 to 1.5.20 (PR #261)
Uncategorized
  • Updated simple grid test with realistic values (PR #195)
  • Updated comment on Rohrrauheit (PR #203)
  • Improved tests for optimization (PR #205)
  • Added large grid example (PR #207)
  • Performance boost: Lazy property calculation (PR #206)
  • Improve performance of grid optimization (PR #209)
  • Code cleanup (PR #218)
  • Feature/optimization test (PR #235)
  • Changed openjdk:8-jre-alpine to openjdk:8-jre (PR #250)
  • Moved versions from gradle.properties to build.gradle.kts (PR #251)
  • Moved excelKt to separate variable (PR #252)
  • Inline version numbers for dependabot (PR #253)