Skip to content

Commit d67a858

Browse files
committed
1.3.3 relese
1 parent 5a6f272 commit d67a858

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Handle division by zero at Wagner T == Tc condition - return mathmatically correct result, infinity
1919
- Updated several Joback predictions following correction of one SMARTS pattern
2020
- Fix four duplicate/inconsistent entries in Zabransky which was previously being handled accidentally by overwritting data due to duplicates in the original source material - now the better data is intentionally loaded
21-
- Misc chemical metadata updates
2221

2322
### Changed
2423
- Chemical Metadata work

chemicals/virial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def Z_from_virial_density_form(T, P, coeffs=tuple()):
279279
280280
Examples
281281
--------
282-
>>> Z_from_virial_density_form(300, 122057.233762653, [1E-4, 1E-5, 1E-6, 1E-7])
282+
>>> Z_from_virial_density_form(300, 122057.233762653, (1E-4, 1E-5, 1E-6, 1E-7))
283283
1.28434940526
284284
285285
References

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def run(self):
112112
name = 'chemicals',
113113
packages = ['chemicals'],
114114
license='MIT',
115-
version = '1.3.2',
115+
version = '1.3.3',
116116
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
117117
author = 'Caleb Bell',
118118
install_requires=['fluids>=1.1.0', "scipy>=1.6.0", 'numpy', 'pandas'],
@@ -123,7 +123,7 @@ def run(self):
123123
platforms=["Windows", "Linux", "Mac OS", "Unix"],
124124
author_email = 'Caleb.Andrew.Bell@gmail.com',
125125
url = 'https://github.com/CalebBell/chemicals',
126-
download_url = 'https://github.com/CalebBell/chemicals/tarball/1.3.2',
126+
download_url = 'https://github.com/CalebBell/chemicals/tarball/1.3.3',
127127
keywords = ['chemical engineering', 'chemistry', 'mechanical engineering',
128128
'thermodynamics', 'databases', 'cheminformatics', 'engineering','viscosity',
129129
'density', 'heat capacity', 'thermal conductivity', 'surface tension',

0 commit comments

Comments
 (0)