Releases: Dengda98/PyGRT
v0.2.0
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 ofOpenMP
is needed, while in general it has already been included inGNU
compiler. So if program complain that "libgomp.so not found" or python said "you may need other dependency", just add one step to installOpenMP
. - Native Windows!!
Different from Linux and MacOS,OpenMP
are statically linked. You can just open acmd
(notPowerShell
) orAnaconda Prompt
, directly run the program.
- Linux and MacOS.
Full Changelog: https://github.com/Dengda98/PyGRT/commits/v0.2.0
v0.1.4
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