Releases: ziyixi/pyfk
Releases · ziyixi/pyfk
v0.3.0
This is the third release of the package, and has some excellent updates!!!
- Now the package uses poetry as the package manager and no longer uses setup tools for installation. From now on we can use a more "modern" python packaging system with pep 517. It also helps to resolve the dependency conflict.
- Now the package supports any planets other than Earth by providing
r_planet
inSeisModel
andplanet_radius
inConfig
. Note we have to provide them all at the moment, future versions might directly deriveplanet_radius
fromr_planet
. The default values for them are 6371. - Now the noise suppression factor sigma has can be adjusted in
Config
(default to 2). It is hard to describe how to adjust this value, but the suggestion is that to use 2 first, and adjust it if there is too much numerical noise.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This is the second public release of PyFK, and the features include:
- Parallel mode in MPI
- Parallel mode in CUDA
- Ability to simulate the waveform on other planets (still have the bugs to fix, release on future versions)
This version is compatible with previous versions.
v0.1.0
This is the first public release of pyfk. And it mainly offers:
- some basic configuration classes
- the function to calculate the Green's function
- the function to convolve the Green's function with the source time function
And some utility functions:
- the function to generate a simple trapezoid source time function