Skip to content

v0.3.0-release-candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@icui icui released this 05 Feb 15:51
· 13 commits to devel since this release
ac02df2

What's Changed

This release contains a few major updates:

  • Python Bindings
  • Anisotropy Implementation
  • Refactor for easier implementation of new media
  • Visualization using VTK
  • New examples and cookbooks
  • meshfem3d integration (note: no IO or simulation support yet)
  • macOS support

Details for each of these are below

New Contributors

Changes

Python Bindings

Anisotropic media

PRs for the anisotropy implementation tracked by:

#257

Visualization

New Cookbooks & Examples

New features added capabilities

MacOS Support

Other Updates

  • Restructure IO routines by @lsawade in #157
  • General CMakeLists.txt updates
    • Update for MPI_PARALLEL flag by @icui in #203
  • CI Updates
  • Generate sources.yaml for bathymetry example using jinja by @Rohit-Kakodkar in #240
  • Generate required files for examples/Tromp2005 from CMake by @icui in #393

Integrating Meshfem3D

Refactor for easier implementation of new media

Full Changelog: v0.2.0...v0.3.0