Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
7ee1d03
fix occam2d so it works
alkirkby Sep 24, 2024
d3f74aa
various fixes to occam2d so that they work. updated generate_profile …
alkirkby Oct 1, 2024
d90789c
update environment.yml so tests pass
alkirkby Oct 1, 2024
b499a47
flipped sign and adding tstest
kujaku11 Oct 3, 2024
549552e
Update test_calculator.py
kujaku11 Oct 3, 2024
94cce3f
added test for z azimuth
kujaku11 Oct 3, 2024
066f959
fixed tipper rotation test.
kujaku11 Oct 3, 2024
0d2d96f
R-1 A R
kujaku11 Oct 3, 2024
e6d5500
R A RT
kujaku11 Oct 3, 2024
acf28af
updating tests
kujaku11 Oct 4, 2024
d8aa3ff
updating tests, they fail
kujaku11 Oct 4, 2024
89175c6
updating test, rotation matrix is conventional
kujaku11 Oct 5, 2024
a7a64d1
Update test_z.py
kujaku11 Oct 5, 2024
555e82a
Add notebook
kkappler Oct 5, 2024
3648abf
updating tipper and tests
kujaku11 Oct 5, 2024
8460356
Merge branch 'fix_rotations_again' of https://github.com/MTgeophysics…
kujaku11 Oct 5, 2024
45b251d
clean up notebook
kkappler Oct 5, 2024
e044561
tidy notebook
kkappler Oct 6, 2024
56c204a
adding logic for rotations.
kujaku11 Oct 7, 2024
1eb4773
Merge branch 'fix_rotations_again' of https://github.com/MTgeophysics…
kujaku11 Oct 7, 2024
ed9d12e
adding properties to mt object for reference frame
kujaku11 Oct 7, 2024
9d397e5
adding coordinate_reference_frame pulls from station_metadata.transfe…
kujaku11 Oct 7, 2024
28d59dd
updating how coordinate_reference_frame is passed around
kujaku11 Oct 7, 2024
1085596
Update rotations_conventions.ipynb
kujaku11 Oct 7, 2024
a1029fa
Update base.py
kujaku11 Oct 7, 2024
b1f33ef
Update mt.py
kujaku11 Oct 7, 2024
4d681d3
Update mt.py
kujaku11 Oct 7, 2024
25bdb8e
Update test_mt.py
kujaku11 Oct 7, 2024
6cbdf2a
updating notebook.
kujaku11 Oct 7, 2024
cdd1c9b
added global coordinate options to MT and MTData
kujaku11 Oct 8, 2024
d09420a
updating syntax, changed zinvariants to only use zero_to_nan on the d…
kujaku11 Oct 8, 2024
60b463f
updating ned to use R clockwise
kujaku11 Oct 8, 2024
0567354
Update test_z.py
kujaku11 Oct 8, 2024
f0e7631
Update test_tipper.py
kujaku11 Oct 8, 2024
a391a04
Update test_mt.py
kujaku11 Oct 8, 2024
50076df
Update rotations_conventions.ipynb
kujaku11 Oct 8, 2024
5f95792
adding warning about changing to ENU
kujaku11 Oct 8, 2024
e94c75d
updated notebook
kujaku11 Oct 8, 2024
2987154
added logger warning for changing to enu, added crf to MTData
kujaku11 Oct 8, 2024
60d3368
Update test_mt_stations.py
kujaku11 Oct 8, 2024
dfd5e4b
updated how MT is initiated with default paramerter ned
kujaku11 Oct 9, 2024
2f9d343
updating doc string
kujaku11 Oct 9, 2024
6321048
Update test_emtf_quality_factors.py
kujaku11 Oct 9, 2024
ee1a6d7
Update test_emtf_quality_factors.py
kujaku11 Oct 9, 2024
2527fce
Update process_aurora.py
kujaku11 Oct 10, 2024
8f7c546
updating aurora_processing logic
kujaku11 Oct 10, 2024
dd3764d
Update process_aurora.py
kujaku11 Oct 10, 2024
926f0af
Update process_aurora.py
kujaku11 Oct 10, 2024
ad24576
Update process_aurora.py
kujaku11 Oct 10, 2024
797a922
Merge pull request #57 from MTgeophysics/fix_rotations_again
kujaku11 Oct 11, 2024
033cf2e
try pin numpy 1.26
kkappler Oct 14, 2024
7c1a29a
try >=1.24, <2 numpy
kkappler Oct 14, 2024
8038685
Merge pull request #62 from MTgeophysics/pin_numpy
kkappler Oct 14, 2024
41c9195
Merge pull request #56 from MTgeophysics/occam2d_fixes
kujaku11 Oct 14, 2024
564d81b
Bump version: 2.0.10 → 2.0.11
kujaku11 Oct 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.10
current_version = 2.0.11
files = setup.py mtpy/__init__.py README.md docs/source/conf.py
commit = True
tag = True
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Documentation Status](https://readthedocs.org/projects/mtpy-v2/badge/?version=latest)](https://mtpy-v2.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/MTgeophysics/mtpy-v2/main)

## Version 2.0.10
## Version 2.0.11

# Description

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
#

# The short X.Y version.
version = "2.0.10"
version = "2.0.11"
# The full version, including alpha/beta/rc tags.
release = "2.0.10"
release = "2.0.11"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading
Loading