Skip to content
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

Deprecate tmpk_out in favor of temperature_out #1126

Merged
merged 1 commit into from Aug 16, 2019

Conversation

zbruick
Copy link
Contributor

@zbruick zbruick commented Aug 16, 2019

Description Of Changes

Deprecate tmpk_out argument in favor of temperature_out in the isentropic_interpolation function. This will be added to the removal list for 1.0.

Checklist

Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, glad you added the test for the deprecation. Just a couple minor things, including maybe waiting on #1106.

metpy/calc/tests/test_thermo.py Show resolved Hide resolved
metpy/calc/thermo.py Outdated Show resolved Hide resolved
metpy/calc/thermo.py Outdated Show resolved Hide resolved
@dopplershift dopplershift added Area: Calc Pertains to calculations Type: Maintenance Updates and clean ups (but not wrong) labels Aug 16, 2019
@dopplershift dopplershift added this to the 0.11 milestone Aug 16, 2019
@dopplershift dopplershift added the Type: API Change Changes to how existing functionality works label Aug 16, 2019
@zbruick
Copy link
Contributor Author

zbruick commented Aug 16, 2019

Rebased on top of #1106, so made use of the new deprecation decorator. Other suggestions were good and did what I wanted to do in my mind but didn't actually write to do. Thanks!

Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending CI.

@dopplershift
Copy link
Member

Not sure where codecov went, but this looks good.

@dopplershift dopplershift merged commit 215a97d into Unidata:master Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Calc Pertains to calculations Type: API Change Changes to how existing functionality works Type: Maintenance Updates and clean ups (but not wrong)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate and replace tmpk_out on isentropic_interpolation
2 participants