Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jackbulusi/CoolProp

Tags

v6.8.0

Toggle v6.8.0's commit message
Version v6.8.0

v6.7.0

Toggle v6.7.0's commit message
Update changelog to prepare for v6.7.0

v6.6.0

Toggle v6.6.0's commit message
Highlights:

* Added wheels for Python 3.12
* Added new functions to the library interface
* Include new binaries in the release workflow (Mathcad, Javascript)
* Fixed the base temperature bug in the compressible backend

Issues closed:

* `CoolProp#1944 <https://github.com/CoolProp/CoolProp/issues/1944>`_ : coolprop in MathCAD - current version problem
* `CoolProp#2198 <https://github.com/CoolProp/CoolProp/issues/2198>`_ : Binary folders have a "v" in their name
* `CoolProp#2260 <https://github.com/CoolProp/CoolProp/issues/2260>`_ : manual install files not showing up on soundforge
* `CoolProp#2278 <https://github.com/CoolProp/CoolProp/issues/2278>`_ : Javascript Wrapper unable to compiled for version coolprop 6.5.0
* `CoolProp#2284 <https://github.com/CoolProp/CoolProp/issues/2284>`_ : Getting fugacity from the shared library
* `CoolProp#2295 <https://github.com/CoolProp/CoolProp/issues/2295>`_ : Calculating enthalpy and entropy at exactly the middle value between min and max temperature does not work
* `CoolProp#2310 <https://github.com/CoolProp/CoolProp/issues/2310>`_ : Wheels for Python 3.12

Pull requests merged:

* `CoolProp#2213 <https://github.com/CoolProp/CoolProp/pull/2213>`_ : Use lazy initialization and avoid static objects
* `CoolProp#2275 <https://github.com/CoolProp/CoolProp/pull/2275>`_ : CoolProp::apply_simple_mixing_rule missing from SWIG Wrapper
* `CoolProp#2279 <https://github.com/CoolProp/CoolProp/pull/2279>`_ : Add javascript to the release script
* `CoolProp#2286 <https://github.com/CoolProp/CoolProp/pull/2286>`_ : Add fugacity functions needed for compatability with `CoolProp.jl` pkg
* `CoolProp#2291 <https://github.com/CoolProp/CoolProp/pull/2291>`_ : Added second_partial_deriv and  first_two_phase_deriv
* `CoolProp#2294 <https://github.com/CoolProp/CoolProp/pull/2294>`_ : Update Mathcad docs for pre-compiled and discontinuation of Legacy Mathcad [skip-ci]
* `CoolProp#2296 <https://github.com/CoolProp/CoolProp/pull/2296>`_ : Mathcad Wrapper README Formatting
* `CoolProp#2317 <https://github.com/CoolProp/CoolProp/pull/2317>`_ : New C Interface Functions
* `CoolProp#2320 <https://github.com/CoolProp/CoolProp/pull/2320>`_ : Food properties as incompressible liquids + ice
* `CoolProp#2322 <https://github.com/CoolProp/CoolProp/pull/2322>`_ : Actions for Mathcad
* `CoolProp#2323 <https://github.com/CoolProp/CoolProp/pull/2323>`_ : Incompresible versions of CoolProp fluids
* `CoolProp#2324 <https://github.com/CoolProp/CoolProp/pull/2324>`_ : Fix base temperature and composition problems for incompressible fluids

v6.5.0

Toggle v6.5.0's commit message
Highlights:

* Mostly small bugfixes and dependency updates
* Added ability to add predefined mixtures at runtime
* Updated transport models for CO2
* Fixed a bug in the hexane models

Issues closed:

* `CoolProp#2051 <https://github.com/CoolProp/CoolProp/issues/2051>`_ : Cyclopentane EOS needs to be updated
* `CoolProp#2142 <https://github.com/CoolProp/CoolProp/issues/2142>`_ : R1233zd does not work in the saturation region close to the bubble point
* `CoolProp#2200 <https://github.com/CoolProp/CoolProp/issues/2200>`_ : CoolProp pure Hexane bug
* `CoolProp#2201 <https://github.com/CoolProp/CoolProp/issues/2201>`_ : N-heptane has repeated IdealGasHelmholtzCP0AlyLee
* `CoolProp#2205 <https://github.com/CoolProp/CoolProp/issues/2205>`_ : Python silently crashes when calling trivial_keyed_output on binary mixtures without specified mole fractions
* `CoolProp#2251 <https://github.com/CoolProp/CoolProp/issues/2251>`_ : Unable to compile with fmt 10.0.0
* `CoolProp#2265 <https://github.com/CoolProp/CoolProp/issues/2265>`_ : Sharp non-differentiable changes in thermal conductivity of CO2 and other gases
* `CoolProp#2277 <https://github.com/CoolProp/CoolProp/issues/2277>`_ : Update State class

Pull requests merged:

* `CoolProp#2203 <https://github.com/CoolProp/CoolProp/pull/2203>`_ : Provide better feedback for bad DQ inputs
* `CoolProp#2207 <https://github.com/CoolProp/CoolProp/pull/2207>`_ : Verify that mole fractions are set before using them
* `CoolProp#2214 <https://github.com/CoolProp/CoolProp/pull/2214>`_ : Change links from Google group to GitHub discussions
* `CoolProp#2223 <https://github.com/CoolProp/CoolProp/pull/2223>`_ : Topic 2142
* `CoolProp#2225 <https://github.com/CoolProp/CoolProp/pull/2225>`_ : update cyclopentane.json
* `CoolProp#2230 <https://github.com/CoolProp/CoolProp/pull/2230>`_ : Topic-2200: Correct typo in n-Hexane rhoV auxilliary
* `CoolProp#2238 <https://github.com/CoolProp/CoolProp/pull/2238>`_ : Incomp liqna
* `CoolProp#2241 <https://github.com/CoolProp/CoolProp/pull/2241>`_ : Update index.rst
* `CoolProp#2252 <https://github.com/CoolProp/CoolProp/pull/2252>`_ : Update fmt submodule to 10.0.0
* `CoolProp#2261 <https://github.com/CoolProp/CoolProp/pull/2261>`_ : Create CITATION.bib
* `CoolProp#2267 <https://github.com/CoolProp/CoolProp/pull/2267>`_ : implemented TCX Huber-JPCRD-2016 for CO2
* `CoolProp#2268 <https://github.com/CoolProp/CoolProp/pull/2268>`_ : implemented VISC LAESECKE-JPCRD-2017-CO2

v6.4.3

Toggle v6.4.3's commit message
Fully automated release and homepage update

v6.4.2

Toggle v6.4.2's commit message
One more typo

v6.4.1

Toggle v6.4.1's commit message
Merge branch 'master' into release

v6.4.0

Toggle v6.4.0's commit message
Merge branch 'master' into release

v6.3.0

Toggle v6.3.0's commit message
Just a typo

v6.2.1

Toggle v6.2.1's commit message
Bugfix release for Javascript