Releases: PredictiveMovement/digital-twin
Releases · PredictiveMovement/digital-twin
2.2.5 - fix kustomization bug
fix: add simulator to kustomization
2.2.4 - fix halting problem
Full Changelog: 2.2.3...2.2.4
2.2.3 - fix build
Full Changelog: 2.2.2...2.2.3
2.2.2 - fix duplicates
What's Changed
- chore(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #254
- chore: docker hub by @alexanderczigler in #255
- Feat/to pickup by @irony in #256
Full Changelog: 2.2.1...2.2.2
2.2.1 - bugfix stability issues
What's Changed
- fix: pickup causes a route call for each package at the same location by @alexanderczigler in #253
Full Changelog: 2.2.0...2.2.1
Run all experiments at once
In this release we run all existing twins in the same environment. Right now we have Norrbotten and Helsingborg but further on we can support multiple experiments and they can all run at the same time. Also in this release we generate citizens and workplaces based on a new bounding box query to the pelias index. This is more performant and produces more reproducable results than the previous method of generating citizens.
What's Changed
- chore: update Norrbotten GTFS dataset by @StefanWallin in #193
- chore: simulator will error if GTFS-data does not have service current day by @StefanWallin in #194
- feat: implement show/hide toggle for measureStations by @Graborg in #190
- fix: menu buttons in safari by @alexanderczigler in #196
- Feat/bounding box by @irony in #188
- chore(revert): date hotfix by @alexanderczigler in #195
- fix: date by @alexanderczigler in #200
- Merge/hbg ikea by @irony in #202
- feat: use boundingBox to read citizens by @irony in #210
- feat: JSON editor by @alexanderczigler in #201
- fix: ui by @alexanderczigler in #213
- feat: run all experiments by @alexanderczigler in #212
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /packages/visualisation by @dependabot in #226
- chore(deps): bump dotenv from 16.0.2 to 16.0.3 by @dependabot in #223
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 in /packages/visualisation by @dependabot in #224
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/visualisation by @dependabot in #225
- chore(deps): bump terser from 4.8.0 to 4.8.1 in /packages/visualisation by @dependabot in #231
- chore: add pr workflow by @alexanderczigler in #233
- chore(deps): bump qs and express in /packages/visualisation by @dependabot in #227
- chore: remove evil-dns by @alexanderczigler in #222
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #234
- feat: put Skåne inside a region by @alexanderczigler in #215
- chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/visualisation by @dependabot in #235
- chore(deps): bump eventsource from 1.1.0 to 1.1.2 in /packages/visualisation by @dependabot in #236
- chore(deps): bump d3-color and deck.gl in /packages/visualisation by @dependabot in #230
- chore(deps): bump ansi-regex in /packages/visualisation by @dependabot in #238
- feat: add workplaces for citizens by @irony in #214
- chore(deps): bump ejs and react-scripts in /packages/visualisation by @dependabot in #237
- chore(deps): bump minimist from 1.2.5 to 1.2.7 in /packages/simulator by @dependabot in #243
- chore(deps): bump json5 from 2.2.0 to 2.2.3 in /packages/simulator by @dependabot in #241
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 in /packages/simulator by @dependabot in #240
- chore(deps): bump moment from 2.29.1 to 2.29.4 in /packages/simulator by @dependabot in #242
- feat: Last mile from distribution centers in Helsingborg by @alexanderczigler in #221
- chore(deps): bump ansi-regex in /packages/simulator by @dependabot in #245
- chore(deps): bump nanoid from 3.1.23 to 3.1.31 in /packages/simulator by @dependabot in #246
- chore(deps): bump simple-get from 3.1.0 to 3.1.1 in /packages/simulator by @dependabot in #248
- chore(deps): bump engine.io from 5.1.1 to 6.2.1 in /packages/simulator by @dependabot in #244
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /packages/simulator by @dependabot in #249
- chore(deps): bump tar from 4.4.10 to 4.4.19 in /packages/simulator by @dependabot in #250
- chore(deps): bump node-fetch from 1.7.3 to 2.6.7 in /packages/simulator by @dependabot in #247
New Contributors
- @dependabot made their first contribution in #226
Full Changelog: 2.1.2...2.2.0
Resolves issue with restarts in Helsingborg
Fix: reset button (#189) * fix: remove NaN possibility in vehicle HoverInfoBox * fix: reset button by recreating kommuner * feat: add support for being having both parcel- and passengerCapacity * chore: remove console log
Solving restart issues
2.1.1 feat: remove welcome message helsingborg (#187)
Restart experiment on page refresh
fix: reset experiment on reload (#185) * fix: reset experiment on front end refresh * chore: reduce simulator process to 1 cpu
Reduce requested CPU for simulator
2.0.9 fix: reduce cpu to simulator (#183)