Reconfig tests: Fix skipif pytest conditions. #244
Merged
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.3 (March 15, 2024)
This release of watex introduces a series of refinements and additions to the API compared to version
v0.3.2
. The updatesfocus on enhancing the user experience through better error handling, performance improvements, and the introduction of new f
unctionalities for geophysical data visualization and analysis.
|Fix| Addressed an
IndexError
in :meth:~watex.methods.EM
that was triggered by providing an incorrect path or when EDIfiles were missing. The system has been improved to handle such scenarios gracefully, ensuring enhanced error reporting and
overall system robustness.
|Enhancement| Updated the :meth:
watex.utils.plotutils.plot_errorbar
function by introducing ashow_error_bars
parameter.This allows for optional suppression of error bars in plots, offering a cleaner visualization option when error bars are
unnecessary or might clutter the display.
|Enhancement| The newly introduced :meth:
watex.utils.plotutils.plot_tensors2
function replaces the originalplot_tensors
method, leveraging the
show_error_bars
parameter fromplot_errorbar
. This update facilitates a more tailored approach to thevisualization of electromagnetic tensor data, incorporating feedback from our user community for a more intuitive plotting
experience.
|Improvement| Enhanced the error handling mechanisms and user feedback for various data loading and processing operations within
watex. These improvements aim to streamline the debugging process, making it easier for both developers and users to diagnose and
resolve issues.
|Performance| Implemented optimizations in key computational routines and data handling processes. These changes contribute to
faster analysis throughput and more efficient memory usage when working with large geophysical datasets, ensuring that watex can
handle complex analysis tasks with improved performance.
|Feature| Introduced a new analysis module :func:
watex.utils.plot_tensors2
designed for advanced geophysical interpretation tasks. While still in its earlystages, this module lays the groundwork for sophisticated analytical capabilities that will be expanded in future releases.
|Documentation| Expanded the documentation to include comprehensive examples and detailed guides for the newly introduced
features. This effort aims to enhance understanding and utilization of watex's capabilities, supporting users in achieving
their analysis objectives with the tool.
These updates reflect our commitment to continually enhancing :code:
watex
based on user input and the evolving needs of thegeophysical analysis community. We value and appreciate the feedback and contributions from our users that drive the ongoing
development and improvement of watex.