Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

9.2.0

The Python geosoft.gxpy 9.2 revision includes many advances that make the api more consistent with current Python best practice, particularly around naming conventions and the consistent use of class instance properties and iterators. As a result, python scripts written for geosoft.gxpy 9.1 will need to be modified to conform to new naming conventions and the use of properties on some classes. The base GX API, which is exposed to Python by the geosoft.gxapi module, is consistent across versions. The geosoft.pxpy 9.1 will continue to work with Geosoft desktop 9.2, but the api's cannot co-exist in the same Python environment. While we recommend that 9.1 scripts be updated to conform to the 9.2 api, if you do need support for both 9.1 and 9.2 you can create separate Anaconda Python environments for each version.




  • No labels