Skip to content

Commit

Permalink
Updated to version 1.2.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsantos committed Nov 17, 2021
1 parent 9ea171c commit 9818301
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Leonardo A. dos Santos'

# The full version, including alpha/beta/rc tags
release = 'v1.2.1b'
release = 'v1.2.2'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions p_winds/hydrogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
from p_winds import parker, tools, microphysics


import warnings
warnings.warn('`p-winds` versions >=1.2 will have a change in the syntax of '
'`hydrogen.ion_fraction()`.', FutureWarning)


__all__ = ["radiative_processes_exact", "radiative_processes",
"radiative_processes_mono", "recombination", "ion_fraction"]

Expand Down
8 changes: 2 additions & 6 deletions p_winds/parker.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
from scipy.integrate import simps, trapz
from p_winds import tools

import warnings
warnings.warn('`p-winds` versions >=1.2 will have a change in the syntax of '
'`parker.sound_speed()`.', FutureWarning)


__all__ = ["sound_speed", "radius_sonic_point", "density_sonic_point",
"structure"]
__all__ = ["average_molecular_weight", "sound_speed", "radius_sonic_point",
"density_sonic_point", "structure"]


# Average mean-molecular weight following the formulation of Lampón et al. 2020
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="p_winds",
version="1.2.1b",
version="1.2.2",
author="Leonardo dos Santos",
author_email="ldsantos@stsci.edu",
packages=["p_winds"],
Expand All @@ -25,7 +25,7 @@
install_requires=[line.strip() for line in
open('requirements.txt', 'r').readlines()],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 9818301

Please sign in to comment.