gxpy icon indicating copy to clipboard operation
gxpy copied to clipboard

GXVA, GXVV and GXNumpy methods are missing in 2025.1.0

Open serban-seeq opened this issue 5 months ago • 0 comments

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

serban-seeq avatar Jul 18 '25 19:07 serban-seeq