Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 2.48 KB

CHANGELOG-5.3.md

File metadata and controls

79 lines (41 loc) · 2.48 KB

[5.3.j] (2024-05-02)

bug fixes

  • links length is now uneditable. You could edit it before, but it was then recomputed (with geometry) after. #517

[5.3.i] (2024-04-26)

bug fixes

  • delete ununsed rnodes.

[5.3.h] (2024-04-24)

bug fixes

  • Step function not rendering choices
  • French in copy scenario was causing a signature error.

[5.3.g] (2024-04-17)

Changes

  • CSV page: will not fetch are display more than 40mb csv file. return empty Table with message "too big" #501

[5.3.f] (2024-04-16)

Changes

  • librairies updates (vueJS, mapbox)

Bug fixes

  • Result Table was wrong, unscrolllable.

[5.3.e] (2024-04-11)

Changes

  • creating and copying a scenario will select it. if a scen already loaded. will ask to change. #510
  • Can now chose a file In matrixRoadCaster to be used as Zone.

[5.3.d] (2024-04-09)

Features

  • Fetch Running executionUID: when run page is mounted or run button is press. check with quenedi-backend (fastAPI) if this tuple (model/scenario) is running (another user launch it). If So, start polling this executionUID and prevent stating and saving. #309

Changes

  • creating Scenario use form (can press Enter). no more # in the name

Bug fixes

  • Running badge: on run page now visible (loading and error on the Navigation Drawer)

[5.3.c] (2024-04-05)

Changes

  • add timeStamp to log. sort by time and delete them when simlation start (like outputs are deleted) #509

[5.3.b] (2024-04-05)

Features

  • Run logs: can now display and download logs in the Run page. (quetzal main.py was updated to write log files into /logs/ on S3. need to redockerize a model for this new feature) #299

Changes

  • add "Login" to the login button on the top right
  • Change time inputs in GTFS importers for actual HTML time inputs

[5.3.a] (2024-03-28)

Features

  • Road right click selection: can select multiple roads to edit with CTRL + right click and select in polygon with a right click drag. a click without ctrl will unselect all. #504