fast-aircraft-design / FAST-OAD

FAST-OAD: An open source framework for rapid Overall Aircraft Design
GNU General Public License v3.0
47 stars 25 forks source link

Upgrade to wop 2.x API #453

Closed relf closed 1 year ago

relf commented 1 year ago

This PR to remove deprecated login parameter from WhatsOpt() call. It was kept in wop 2.x so far not to break XDSM view feature here but time to move on. wop required version is also bumped to the latest (2.2.0).

Edit: I've also modified the source parameter of the generate_xdsm_html() call which is merely a string displayed in the footer of generated HTML page: "XDSM generated from ". Previously an empty string was rendered, now FAST-OAD x.y.z is displayed.