Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 09:08
· 483 commits to main since this release

PyGRT Support Linux, MacOS and Windows

  • Linux
  • MacOS
  • Windows

What's Changed

  • Pre-compiled binary programs and Libraries on Linux, MacOS and Windows. You can simply run pip install pygrt-kit to install the new version.

    • Linux and MacOS.
      Dynamic library of OpenMP is needed, while in general it has already been included in GNU compiler. So if program complain that "libgomp.so not found" or python said "you may need other dependency", just add one step to install OpenMP.
    • Native Windows!!
      Different from Linux and MacOS, OpenMP are statically linked. You can just open a cmd (not PowerShell) or Anaconda Prompt, directly run the program.
  • Improve compatibility, and fix some bugs by @Dengda98 in #4

Full Changelog: https://github.com/Dengda98/PyGRT/commits/v0.2.0