-
Notifications
You must be signed in to change notification settings - Fork 235
Description
In PR #1685, we added a single load_sample_data function to load sample data used in tutorials and examples, and deprecated load_xx functions like load_japan_quakes in v0.6.0. These deprecated functions will be removed in v0.9.0.
Since our next targeted release is v0.9.0, now it's time to remove these deprecated functions. IMHO, we should remove these deprecated functions as early as possible, rather than removing them a few days before we make the v0.9.0 release. In this way, we can have more time (3 months vs a few days) to know whether removing these functions would cause any unexpected problems.
This issue is created to track the progress of removing these functions.
- Remove
load_japan_quakes: Remove the deprecated load_japan_quakes function (deprecated since v0.6.0) #2301 - Remove
load_sample_bathymetryRemove the deprecated load_sample_bathymetry function (deprecated since v0.6.0) #2305 - Remove
load_fractures_compilationRemove the deprecated load_fractures_compilation function (deprecated since v0.6.0) #2303 - Remove
load_hotspotsRemove the deprecated load_hotspots function (deprecated since v0.6.0) #2309 - Remove
load_mars_shapeRemove the deprecated load_mars_shape function (deprecated since v0.6.0) #2304 - Remove
load_ocean_ridge_pointsRemove the deprecated load_ocean_ridge_points function (deprecated since v0.6.0) #2308 - Remove
load_usgs_quakesRemove the deprecated load_usgs_quakes function (deprecated since v0.6.0) #2306
I've made the PR #2301 to remove the deprecated load_japan_quakes function. This PR could be used as a reference if anyone wants to work on other deprecated functions.