-
Notifications
You must be signed in to change notification settings - Fork 21
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
Planned deprecations for v3.0 #163
Comments
I have modified the |
It may make sense to keep the last two columns optional since the This also cleans up the text file and eliminates the columns of zeros in fields of vertical boreholes. |
I concur. Should the function enforce either 4 or 6 arguments? E.g. if |
@j-c-cook Yes. We should provide an error message on invalid files. |
This is a list of planned deprecations for the eventual major release
v3.0
.v1.x
. A deprecation warning was introduced in Deprecate outdated g-function calculation API functions #160.pipes.borehole_thermal_resistance()
. This function is replaced by thepipes._BasePipe.effective_borehole_thermal_resistance()
class method. A deprecation warning was introduced in NewFeature Local borehole thermal resistance #148.boreholes.rectangle_field()
and other bore field creation functions in theboreholes
module. These functions are replaced by class methods in theborefield.Borefield
class. A deprecation warning was introduced in Create API for computing g-function values from static inputs #308.The text was updated successfully, but these errors were encountered: