Skip to content

Releases: pastas/pastas

Release v0.9.2

14 Jul 15:20
Compare
Choose a tag to compare

The version 0.9.2 of PASTAS is released.

Many bugs have been fixed, but mostly internal changes and optimizations.

NOTE! V0.9.2 is NOT backward compatible with v0.9.2. Especially, when solving a model the weights have to be explicitly chosen ("swsi" is recommended setting when using a noise model)

Highlights:

  • Plotting module has seen significant updates and speedups
  • Indexing for Pandas objects have been updates greatly reducing computation times
  • Better support to check stresses (major updated on this expected in v0.9.3)
  • New statistics have been added
  • Weighting and calculations of the innovations have been split, allowing new weights models to be tested and increasing the modular design.
  • Scipy LeastSquares optimizer has been added
  • new standard import method is: "import pastas as ps"
  • various get methods have been added to the Model class to obtain stresses, contributions etcetera from the tseries objects.

New documentation:

  • The documentation page has been completely updated.
  • It is now hosted on ReadTheDocs: Please refer to: http://pastas.readthedocs.io/
  • Updates in the software are directly added to the documentation pages
  • Notebooks with examples can be added easily and will be converted automatically

Release of Pastas v0.9.1

22 Mar 08:19
Compare
Choose a tag to compare

We just released a new version of Pastas: 0.9.1.

Initial release of Pastas!

18 Jan 15:24
Compare
Choose a tag to compare
Pre-release

This is the first official Beta release of Pastas, version 0.9. The API might slightly change over time but it is intended to keep these changes to a minimum.