Feat/update __init__.py for 3w dataset 2.0 #127
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.
This pull request updates the
__init__.py
file to ensure compatibility with the 3W Dataset 2.0 and reflect the changes made in thebase.py
anddev.py
modules.Changes made:
1.2.0
to reflect the significant changes introduced for 3W Dataset 2.0 compatibility.load_3w_dataset
: The new load_3w_dataset function, which is designed to handle the 3W Dataset 2.0, is now imported and exposed through the__init__.py
file. This makes the function readily available for users of the toolkit.Improvements:
__init__.py
ensures that the 3W Toolkit is compatible with the latest version of the 3W Dataset.load_3w_dataset
function is now easily accessible, allowing users to load the 3W Dataset 2.0 directly without needing to import it from a specific submodule.Example usage:
This update streamlines the usage of the 3W Toolkit with the 3W Dataset 2.0, making it easier for users to load and analyze the data.
By creating this pull request, I confirm that I have read and fully accept and agree with one of the Petrobras' Contributor License Agreements (CLAs):
Our CLAs are based on the Apache Software Foundation's CLAs: