Skip to content

Releases: Dengda98/PyGRT

v0.2.0

25 Feb 09:08
Compare
Choose a tag to compare

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

v0.1.4

22 Feb 16:45
Compare
Choose a tag to compare

This update improves the installation step, making it easier than ever to install and use PyGRT across different platforms. Here are the key highlights:

1. Pre-compiled Binaries for Easy Installation

  • This release includes pre-compiled binary executables and library files for Linux and macOS.
  • Users no longer need to compile the code manually. Simply install and start using PyGRT right away!
  • Corresponding binary wheel files have been uploaded to PyPI, allowing for seamless installation via pip install pygrt-kit without any compilation step.

2. Platform Support

Currently supported platforms:

  • Linux (x86_64)
  • macOS (x86_64 and ARM64)

3. New Features and Enhancements

  • explicitly add CMPLX macro, to fit MacOS
  • add ricker wavelet
  • fix print bug when set distance array with many characters.

How to Install

To install the latest version of PyGRT, simply run:

pip install pygrt-kit

or download asserts below. No compilation is required—just download and go!

We hope you enjoy the new version of PyGRT! If you encounter any issues or have suggestions, please feel free to open an issue on GitHub.

For a detailed list of changes, bug fixes, and new features, please refer to the Changelog.
Full Changelog: v0.1.3...v0.1.4