Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • numpy 1.23.3 : efficient use of arrays

  • matplotlib 3.6.1 : to plot graphs

  • meshio 5.4.3 : to convert between several mesh formats

  • h5py 3.7.0 : to read/write HDF5 scientific data format

  • netCDF4 1.6.1 : to read/write netCDF4 scientific data format

  • debugpy 1.6.3 : to allow debug of Python from VSCode editor in case of embedded Python interpreter

Note: It is possible to install more Pyhton modules using the pip standard way of python (pip install <module>)

<GiD>\scripts\tohil\python\scripts\pip.exe

modules will be located at

<GiD>\scripts\tohil\python\lib\site-packages

Note: probably must run pip in a console opened in Windows ‘as administrator’ (otherwise Windows doesn’t allow to copy the files if GiD is installed in ‘Program files’ as usual). In Linux do it as ‘sudo’