Skip to content

Release of 2022

Latest
Compare
Choose a tag to compare
@sblisesivdin sblisesivdin released this 13 Jul 12:31
· 28 commits to master since this release
65c3629

This is a major release nearly again 2 years after. Because the code base is complicated and the usage of Aestimo is hard to understand, this release is mostly a simplification and clean-up release.

  • New argument parser. Users can use -h for help, -v for version and latest package information.
  • Old aestimo.py is removed. Only aestimo_eh.py can be used now. Its name is changed to aestimo.py.
  • StructureForm() is redesigned.
  • New argument -d. Without using of this arg, aestimo will only calculate and write results to the output folder. No figures are shown.
  • Save log and all output at the same folder named input file
  • Logging is always on, removed from config.
  • Input files can be executed from any folder. Therefore, it is removed from the config file.
  • Config file is simplified.
  • Cython support is removed. Aestimo is a 1D solver. Therefore, simulations took only few minutes to finish. We do not need to run it with cython.