Skip to content

Commit

Permalink
SeisFlows version 2.2.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w authored Mar 1, 2023
1 parent 4365b9c commit c7ef6b4
Show file tree
Hide file tree
Showing 64 changed files with 2,929 additions and 4,172 deletions.
8 changes: 0 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,5 @@ sphinx:
builder: html
configuration: docs/conf.py

python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: setuptools
path: .

conda:
environment: docs/environment.yml
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# SeisFlows Changelog

## v2.1.1

- Updates and simplifies install procedure using 'environment.yml' and
'pyproject.toml' files.
- Docs: Adds contributor's guide message to main docs page

## v2.2.0

### #155
- Synthetics and observations can have a different format
- New parameters `obs_data_format` and `syn_data_format` replace old parameter
`data_format`
- Observations can have SAC format
- Added <unit_output> variable to default preprocessing module
- Added hard check: the observed and synthetic data format must be correct
- Added hard check: synthetic and observations files must match
- Added function to check that all required adjoint sources exist
- Critical Bugfix: Adjoint traces were incorrectly written as synthetics and not
as calculated adjoint sources.

### #158
- Removes GitHub links in dependencies in favor of PyPi packages
- Fixes broken Pyatoa import statements
- Pyadjoint misfit functions are now listed properly in the Pyaflowa docstring-
Loading

0 comments on commit c7ef6b4

Please sign in to comment.