-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.3.0 beta-version #219
Closed
Closed
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v0.3.0 (November 21, 2023)
These are substantial changes in
v0.2.7
API that lead to new features and fugs fixed.|API change|
watex.methods.em.Processing
andwatex.methods.em.ZC
do no longer exist.They have been changed to :class:
watex.methods.em.EMAP
and:class:
watex.methods.em.MT
respectively.|API change|
watex.utils.funcutils.fit_by_ll
is deprecated and replaced by :func:watex.utils.funcutils.fit_ll
.|Fix| Bug in removing the static shift in :term:
AMT
data. Henceforth the correction factor method deprecated methodwatex.methods.em.ZC.get_ss_correction_factors
replaced by :meth:
watex.methods.em.MT.get_ss_correction_factors
is applied for each station differently rather than usingthe factor to correct all stations. There are also a choice for user to input the correction factors
ss_fx
andss_fy
manually into a list.|Feature| :func:
watex.utils.plotutils.plot_tensors
plots resistivity and phase tensors or the real and imaginary impedance.|Feature| :func:
watex.utils.torres_verdin_filter
calculates the adaptive moving average of a given data array fromTorres and Verdin codes
|Feature| :func:
watex.methods.em.filter_noises
remove noise from componentxx
,yy
,xy
oryx
.|Feature| :meth:
watex.methods.em.MT.remove_noises
removes artifacts in the data and smooth it.|Feature| :func:
watex.methods.em.drop_frequencies
drop bad frequencies or frequencies with no consistent data in the EDI files.|Feature| :func:
watex.utils.plotutils.plot_sounding
plot the vertical electrical resistivity data.|Enhancement| :func:
watex.utils.plot_profiling
acceptsax
as a paramater.|Enhancement| :func:
watex.view.TPlot.plot_rhophi
changes the style of plot in preceeding versions. It accepts parameterkind
for plotting multiple stations differently.|Enhancement| Fix overlapping xlabels in the :func:
watex.utils.exmath.plotOhmicArea
.