gxpy
gxpy copied to clipboard
GXVA, GXVV and GXNumpy methods are missing in 2025.1.0
Issue
GX Developer 2025.1.0 python wheels introduced a regressions. The following methods are missing
-
GXVA.get_array_np -
GXVA.set_array_np -
GXVA.get_data_array -
GXVV.get_data_np -
GXVV.set_data_np -
GXVV.get_data_array -
GXNumpy.gs_from_np
Explanation
See GXDEV-59 issue. Cause was a bug in python code template generation due to mixing of generated and hardcoded methods.
Resolution
New python wheels with these methods restored were created and uploaded with version number 2025.1.1. You can download them from the release page or upgrade your geosoft python package directly via pip:
.\pip.exe install --upgrade geosoft