I discovered that using numpy in IronPython requires a lot of jumping through hoops and that the usable numpy version is a 2011 archive with no planned updates:
https://stackoverflow.com/a/34630229It appears that IronPython 2.7 has not been seriously worked on by Microsoft since 2012, in favor of CPython:
https://stackoverflow.com/a/51900761Not being able to easily use numpy in IronPython is going to seriously affect the work for which I use Red Gate.
My questions are:
1) Is there a known alternative or workaround to navigate the lack of easy access to numpy in the IronPython generator right now?
2) Are there any plans to phase IronPython out of Red Gate in the future in favor of an alternative that supports major Python libraries like numpy and scipy?
It appears that IronPython 2.7 has not been seriously worked on by Microsoft since 2012, in favor of CPython: https://stackoverflow.com/a/51900761
Not being able to easily use numpy in IronPython is going to seriously affect the work for which I use Red Gate.
My questions are:
1) Is there a known alternative or workaround to navigate the lack of easy access to numpy in the IronPython generator right now?
2) Are there any plans to phase IronPython out of Red Gate in the future in favor of an alternative that supports major Python libraries like numpy and scipy?