Hi,
In our Docker environment, we currently fetch the latest HCP release (5.0.0), but we use Python 3 to include the most recent versions of dependencies.
I’ve noticed that some commits addressing Python version issues have been made, but these fixes are not included in the latest release. For example, the code still fails in global/scripts/aff2grid_world on line 106 due to the use of "mat" instead of "matrix".
While we could simply fetch the latest code on every build, would it be possible to publish a new minor release that includes all Python 3–related fixes?
Thank you in advance,
Greg
Hi,
In our Docker environment, we currently fetch the latest HCP release (5.0.0), but we use Python 3 to include the most recent versions of dependencies.
I’ve noticed that some commits addressing Python version issues have been made, but these fixes are not included in the latest release. For example, the code still fails in global/scripts/aff2grid_world on line 106 due to the use of "mat" instead of "matrix".
While we could simply fetch the latest code on every build, would it be possible to publish a new minor release that includes all Python 3–related fixes?
Thank you in advance,
Greg