JuliaRheology / RHEOS.jl

RHEOS - Open Source Rheology data analysis software
MIT License
39 stars 9 forks source link

Deprecated functions and variables for v1.0 #139

Open akabla opened 3 years ago

akabla commented 3 years ago

This is to record functions and variables that are now deprecated - to be removed with version 1.0 of RHEOS.

When adding an item to this list, check that:

akabla commented 3 years ago

The functions onlytime, onlystress, onlystrain and onlyfreq now replace extract, which is deprecated.

23

akabla commented 3 years ago

Function freezeparams replaces freeze_params.

moustachio-belvedere commented 3 years ago

Can we add a subtask to this list to update the API section of docs to add remove functions as needed?

akabla commented 3 years ago

Can we add a subtask to this list to update the API section of docs to add remove functions as needed?

Thanks Louis, this is definitely part of the workflow.

I think we should update the docs as soon as the new syntax is introduced, rather than when we remove the deprecated functions. This is to encourage the use of the new functions from now on. I already changed freezeparams. The doc exists for the others and example files have been updated too. I forgot indeed to change the API file of the doc... back on the list!