Skip to content

python3.10 fixes and script removal

Compare
Choose a tag to compare
@Acribbs Acribbs released this 01 Apr 21:17
· 80 commits to master since this release
c931a5d
  • removed redundant scripts and removed some code to make it easier to maitain
  • changed tostring to tobytes for python3 compatibility
  • Various numpy.int to .int64 and .float to .float64 changes