ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

bump to api 0.4.1 to add typehints support for readers utils; bypass docker module issue; add docs for readers utils #373

Closed mariostieriansys closed 5 months ago

mariostieriansys commented 5 months ago

So, the PR mainly addresses typehints and docs support for the readers utils (and so dvs, and so the live connection function).

There is an ongoing issue with the docker module broken because of a change in the requests module. The fix is to limit the requests version. I have no idea on what is the timing on the fix on the docker module, so for the moment I added a dep to limit the requests version