Skip to content

Releases: MoiseRousseau/PyGeoStudio

v0.4.3

19 Mar 02:07
Compare
Choose a tag to compare
  • Open study even if the configuration name does not match the name of the gsz file ( #12 )
  • Drop match / case syntax to be compliant with Python <= 3.9 ( #11 )
  • Get snapshot even if the point data does not match the number of vertices in the mesh (populate with NaN, #10 )
  • Bugfix on save() method

v0.4.2

02 Mar 15:54
Compare
Choose a tag to compare

Bugfix save() method (v0.4.1) and change forgotten revision number (v0.4.2)

v0.4.0

27 Feb 03:31
Compare
Choose a tag to compare
  • Fix GeoStudio executable path as some Windows were not able to run simulation or defining the path correctly
  • Fix getSnapshot() method for study where output were not saved at each timestep
  • Add interface to Dataset and Timestep options

v0.3.2

29 Nov 16:36
Compare
Choose a tag to compare

No new features, just fix the documentation not building on ReadTheDocs.

v0.3.1

29 Nov 16:08
Compare
Choose a tag to compare

This release reorganizes the way examples are handled in the repo. They are now automatically included in the documentation. Short detail about the changes:

  • Reorganization of the examples in the repository
  • Adding example gallery in the documentation with explanation
  • Minor fix to source files

v0.3.0

19 Nov 21:10
Compare
Choose a tag to compare
  • Interface to functions
  • Run simulation from the script
  • Add an example parametric sutdy
  • Better handling colors
  • Distribute under the GPLv3 licence

v0.2.0

14 Nov 15:21
Compare
Choose a tag to compare
  • New parser for GeoStudio file
  • Documentation with automatic building and publishing on PyPi
  • Interface to reinforcements
  • Export mesh and some results

v0.1.1

07 Mar 00:08
Compare
Choose a tag to compare
Merge branch 'main' of github.com:MoiseRousseau/PyGeoStudio into main