Skip to content

Releases: DavidAnderegg/adflow_util

'totalRes' Bugfix

11 Apr 12:57
faf9f88
Compare
Choose a tag to compare

Fixed a Bug where the reported 'totalRes' would allways be the latest value instead of the actual one.

Also the default behavior to restart if an existing solution file was found changed to not restart by default.

Bugfix Summary, AoA not updating

17 Sep 07:14
088aeee
Compare
Choose a tag to compare

Fixed a Bug where i.e. AoA would not update.

Summary File Fix

17 Sep 06:21
2e380f7
Compare
Choose a tag to compare

Fixed a bug where only one point is written in the summary file.

Added ADflow Callbacks

17 Sep 06:01
dfe544f
Compare
Choose a tag to compare

Added a hook for a Callback before and after solving. This allows to execute ADflow functions (i.e. addFunction) manually.

Added logfile plotting

01 Jul 12:19
Compare
Choose a tag to compare

It is now possible to use adflow_plot on an ADflow-logfile. If the input ("-i") does not end with ".py", it is assumed a logfile. This makes it possible to plot stuff almost in realtime, even if ADflow runs on a cluster with a queueing-system.

A bug was fixed where adflow_plot would crash if the user hit ENTER without entering a command first.

Keeping Track with MDOlab

27 Jan 10:59
Compare
Choose a tag to compare

adflow_util did not change, but ADflow and Baselcasses did. This release makes sure it can still be installed via pip. Also the example changed slightly so it can be run with ADflow 2.3.

Bug Fix

14 Dec 08:19
Compare
Choose a tag to compare

Fixed a Bug where numpy-arrays would not be recogniced as sweep variables.

Surface Families

09 Dec 11:40
Compare
Choose a tag to compare

Added the ability to define surface family groups. Also some error messages were changed.

Initial Release

02 Dec 17:23
Compare
Choose a tag to compare

This is the first release.