-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #238 from WEgeophysics/develop
Develop
- Loading branch information
Showing
9 changed files
with
69 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ Version 0.3 | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
v0.3.2 | ||
v0.3.1 | ||
v0.3.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
v0.3.2 (March 9, 2024) | ||
----------------------- | ||
|
||
Minor changes have been made to the API since version ``v0.3.1``, leading | ||
to fixed bugs in frequencies handling. | ||
|
||
- |Fix| Fixed the bound error in :meth:`~watex.methods.MT.remove_static_shift` by | ||
rounding the frequency checks to 5 decimal places. | ||
|
||
- |Fix| There is no longer a need to recompute frequencies when no extraneous | ||
frequencies are detected for omission. :meth:`~watex.methods.MT.drop_frequencies` | ||
now consistently returns the original :term:`MT` object. | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# file generated by setuptools_scm | ||
# don't change, don't track in version control | ||
__version__ = version = '0.3.1.dev1+g10707dc.d20230709' | ||
__version__ = version = '0.3.2.dev1+g10707dc.d20230709' | ||
__version_tuple__ = version_tuple = (0, 3, 2, 'dev1', 'g10707dc.d20230709') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters