https://github.com/CoolProp/CoolProp

sort by:
Revision Author Date Message Commit Date
bafdea1 Update the changelog for v6.5.0 08 August 2023, 14:27:41 UTC
fbbcc7e Typo in the workflow file 08 August 2023, 13:21:30 UTC
4f48e49 Simplify the full rebuild detection - did not work before 08 August 2023, 13:14:47 UTC
698ea7b Avoid killing the script with invalid inputs 08 August 2023, 12:34:31 UTC
f00c36a Support act to run local debugging sessions of the github actions 08 August 2023, 12:34:00 UTC
a88d166 Added a comment in the release docs about the expensive builds, manually set the timeout for the documentation build to 2 hours as 1 hour seems to be the default. 07 August 2023, 12:14:56 UTC
d3e15b1 Add missing year for bibtex entry 06 August 2023, 16:59:34 UTC
69db8c5 Prepare for version 6.5.0 06 August 2023, 16:51:47 UTC
f0258a8 Prepare for cython 3.0 There is a bug in cython 3.0 with module-level dicts it seems 06 August 2023, 15:56:09 UTC
de38f08 Turn off the shared_ptr hacks 06 August 2023, 15:55:05 UTC
f5c26f0 Escaping needed for <3 06 August 2023, 15:52:47 UTC
c8f437d Fix missing namespace for get_debug_level 06 August 2023, 15:43:20 UTC
81261ee sdist should also use old Cython 06 August 2023, 14:57:55 UTC
39b5519 Make the AbstractState owned by State class public 04 August 2023, 00:23:19 UTC
37c18d5 Allow predefined mixtures to be added at runtime 27 July 2023, 14:04:51 UTC
1c5f176 Fix copying of State object with mixtures need to keep phase imposed 27 July 2023, 02:43:50 UTC
8066bc0 Fix two bugs in phase imposition for State class The string comparison for phase will always fail because comparison is between bytes and str and phase setting should happen before update 27 July 2023, 02:43:09 UTC
db1b095 Revert "Fix failing python_cibuildwheel workflows" and update (#2271) * Revert "Switch to older cython version (#2270)" This reverts commit 3a16339a8c4d70a8510a461db1feadedaf0d5f4f. * updated to cython<3.0 26 July 2023, 16:08:33 UTC
826e77f implemented VISC LAESECK-JPCRD-2017-CO2 (#2268) 26 July 2023, 14:53:06 UTC
3a16339 Switch to older cython version (#2270) 26 July 2023, 14:51:05 UTC
377bab8 implemented TCX Huber-JPCRD-2016 for CO2 (#2267) * implemented TCX Huber-JPCRD-2016 for CO2 * added CarbonDioxideHuberJPCRD2016 to json file * fixed typo in Huber Eq. 3 22 July 2023, 11:49:23 UTC
3047e04 Create CITATION.bib (#2261) 19 June 2023, 17:42:09 UTC
1ac6ee5 Fix include path for fmtlib 13 May 2023, 13:12:15 UTC
80c70e7 Fix fmtlib include path 13 May 2023, 12:20:14 UTC
7341836 Add missing header 13 May 2023, 11:20:09 UTC
d248c75 Update fmt submodule to 10.0.0 (#2252) * Update fmt submodule to 10.0.0. * Update format wrapper, add format_as overloads. - Every enum that is formatted needs to define a format_as overload in the same namespace. - Add a wrapper for sprintf for fmt versions without ArgList. 13 May 2023, 11:14:01 UTC
5f3223c Update index.rst (#2241) * Update index.rst - Updating the PropiedadesDeFluidos link - Adding a new app 'CuadernoDeProblemas' that uses CoolProp * Update indext.rst with English description PropiedadesDeFluidos and CuadernoDeProblemas link changed with short English description * Update index.rst with English translation Added English translation for the Spanish apps 19 April 2023, 22:23:38 UTC
95ece84 Incomp liqna (#2238) * Liquid sodium properties added in incompressible liquids from range 400 K to 2500 K in steps of 100 K. np.float changed to float in SecCoolFluids.py (Deprecated alias) json file generated and added * a bug in liquid sodium viscosity value corrected * specific heat capacity fit was not proper for liquid sodium. after removing two data points at the high temperature end, the fit is reasonable and is retained as of now. * liquid sodium json file updated * specific heat fit for liq sodium was not satisfactory for full range 400 K to 2300 K. hence the range of values for specific heat of liq sodium reduced to 400 K to 1000 K and new coefficients updated 16 April 2023, 16:32:47 UTC
3b51038 Correct typo in n-Hexane rhoV auxilliary (#2230) The rhoV auxilliary for n-Hexane had accidentally been set to use reduced tau. This commit fixes the typo. This prevents bad guesses for a number of property evaluations which use saturated states. 30 March 2023, 00:31:28 UTC
abcb4a5 update cyclopentane.json (#2225) following the suggestion on #2051 22 March 2023, 02:08:26 UTC
7da86af Topic 2142 (#2223) * Remove R1233zd(E) hL ancillary The R1233zd(E) hL ancillary performs poorly. This can result in a failure to converge when provided inputs (p/h) lie between the ancillary saturation curve and the true saturation curve. Removing the ancillary makes CoolProp fall back to a robust saturation solver. * Add 0.01 K cushion to Tmax in HSU_P_flash Within HSU_P_flash, if an ancillary is used it can have a small error. If the point of interest is near that saturation curve, this error can prevent the solver from converging. Adding a 0.01 K margin account for small ancillary errors and allow the solver to converge. * Correct 0.01K cushion The 0.01K adjustment should increase the potential range of the solver. Previously, the minimum was increased, but it should be decreased. 18 March 2023, 14:07:59 UTC
e77611c Verify that mole fractions are set before using them (#2207) Verify that mole fractions are set before using them by implementing mole fractions as an internal object. This provides a more robust way to check if values have been set. 13 March 2023, 12:25:08 UTC
14c0541 Change links from Google group to GitHub discussions (#2214) As discussed here: https://groups.google.com/g/coolprop-users/c/l_aY4vTT58Q 17 February 2023, 19:14:46 UTC
0ef60d9 Also output the Fluid in State class 04 February 2023, 18:29:18 UTC
319cdbf Provide better feedback for bad DQ inputs (#2203) * Provide better feedback for bad DQ inputs DQ is poorly defined (not unique) for densities above critical density. Provide the user better feedback when they try to do this, but do not give them a non-unique answer that might give them trouble later. * Prevent DQ warning for saturation curves The saturation curves (Q=0, Q=1) are monotonic and invertible, so we should not tell the user otherwise. * Add small tolerance to DQ quality checking Exact checking of floating point values is bad practice, as iterative calculations can introduce small errors. This commit ensures that when the DQ flash routine checks for the saturation curves that it allows for some slop. * Prevent DQ evaluation when D>Dcrit The combination of density and quality inputs are not valid when the density is greater than the critical density and the quality is greater than 0. A small tolerance is added to allow for numeric slop. * Add discussion of Q to DQ warning 26 January 2023, 01:33:45 UTC
d241e08 Update CMakeLists.txt Fixed the version number 16 December 2022, 21:37:12 UTC
36c513c Minor changes in the docs 16 December 2022, 16:16:40 UTC
f3e7652 Skip the release of the docs from the action 16 December 2022, 15:47:39 UTC
84897ce use no version number at all to fix the source build 16 December 2022, 12:59:36 UTC
85b5605 Updated the description of the release actions 16 December 2022, 11:05:38 UTC
8d3aec5 Prepare for v6.4.3 16 December 2022, 10:35:35 UTC
2d5f262 Add an sdist package for Python 16 December 2022, 10:16:57 UTC
7f1a88c Ready for the first real-life release test 15 December 2022, 22:50:46 UTC
3595bad Include the sources and the docs as zip file 15 December 2022, 22:11:45 UTC
16c47d5 Periodically delete workflow runs 15 December 2022, 22:09:29 UTC
f7f2daf Reduce the number of Python wheels 15 December 2022, 21:57:35 UTC
e33ad98 Add the first version of the deploy scripts 15 December 2022, 21:20:39 UTC
a86342e Bump version number 15 December 2022, 21:05:23 UTC
a885a2b One more typo 13 December 2022, 13:12:01 UTC
d0e2778 Update the version extraction to handle builds without revision 13 December 2022, 13:10:36 UTC
9faf4ae Prepare for v6.4.2 13 December 2022, 13:03:39 UTC
7fa16a1 Updated the docs based on #2067 13 December 2022, 10:28:54 UTC
62f9022 one more typo in the job file 07 December 2022, 23:28:51 UTC
4fc34ff typo in the job file 07 December 2022, 23:20:23 UTC
2b770f9 Fixed the CI workflows and included more python wheels, closes #2119, #2087, #2081, #1867, #2003, #2095 07 December 2022, 23:16:57 UTC
ce63a3c Finished labelling all the closed issues and PRs 07 December 2022, 23:11:53 UTC
271a69d Finished labelling all the closed issues and PRs 07 December 2022, 23:08:55 UTC
d9d87a9 Simplify the build selector for Python 07 December 2022, 22:55:35 UTC
8b82f0b Debugged the changelog script 07 December 2022, 21:55:16 UTC
b7a6f22 Change the order of the mixture coefficients, closes #2149 and renders #2150 obsolete. 07 December 2022, 21:24:13 UTC
a144125 Automatically convert ARM64 to arm64 07 December 2022, 18:58:12 UTC
899fc62 exclude the undefined architectures 07 December 2022, 14:57:11 UTC
8375065 back to the old definition 07 December 2022, 14:49:13 UTC
6bd16ec More architecture debugging 07 December 2022, 14:46:10 UTC
4902147 Handle missing arch identifier 07 December 2022, 14:39:24 UTC
8d18be5 Fix the architecture selection 07 December 2022, 14:36:49 UTC
ae9da6f include arm64 for apple silicon 07 December 2022, 14:13:32 UTC
ab5fbf9 Update the actions to avoid Node.js 12 warnings 07 December 2022, 14:05:03 UTC
ea39c01 Removed multiple builds for X86_64 07 December 2022, 13:34:59 UTC
4cf9312 Use exclude patterns instead 07 December 2022, 13:32:34 UTC
fc59025 use the tagged action 07 December 2022, 13:04:28 UTC
676d3a5 Include the full matrix 07 December 2022, 13:03:19 UTC
42989cb Pass the OS as part of the call 07 December 2022, 12:58:47 UTC
15630f6 Debugging the matrix configuration 07 December 2022, 12:54:22 UTC
c9c7018 Build the wheels with a reusable workflow 07 December 2022, 12:47:26 UTC
2ba2f12 Skip one more cross-compilation architecture 07 December 2022, 11:01:45 UTC
3282b8a Cleaned up the CI configuration and remove CircleCI and TravisCI 07 December 2022, 10:55:27 UTC
2841dfe Build the docs for v6.4.2 (#2191) - Streamlined the build of the HTML documentation based on a private docker image. - Invoke doxygen and Sphinx to create the final HTML pages. - Employ a cache for the GitHub actions to store the output of the expensive tasks. - Restructured the GitHub actions builders and introduced a naming scheme. - Fixed a few typos in the docs. - Automatically publish the documentation to GitHub pages. 07 December 2022, 10:55:16 UTC
910a056 Trying to recreate the old file structure for the download server 07 December 2022, 10:54:56 UTC
f8db5bb Use CoolProp's secant solver for humid air calculations. should solve #2190 07 December 2022, 10:51:47 UTC
f2af940 Updated the path to Catch2 07 December 2022, 10:50:25 UTC
626f8d4 Remove the Windows ARM64 builds for now, more debugging is needed 07 December 2022, 10:38:39 UTC
136644d Assume that Linux on PowerPC behaves like any other Linux 07 December 2022, 08:21:26 UTC
6b111a3 Handle the msgpack endianness 07 December 2022, 08:18:08 UTC
b20e71b Modifying some PPC code to make ppc64le work 06 December 2022, 23:08:13 UTC
7203552 Checking for ARM64 on Windows 06 December 2022, 23:05:41 UTC
76daa5a Force a native build on Linux instead of 64bit 06 December 2022, 22:16:03 UTC
61e6ed4 skip universal2 on macOS 06 December 2022, 21:51:03 UTC
daa265b Do not compile i686 on Linux 06 December 2022, 21:47:50 UTC
17ee4d2 Renamed the Python build jobs 06 December 2022, 21:40:40 UTC
1838143 Use the default action to build wheels 06 December 2022, 21:38:18 UTC
b36940e Cleaned up the CI configuration and remove CircleCI and TravisCI 06 December 2022, 20:54:58 UTC
522e810 Build the docs for v6.4.2 (#2191) - Streamlined the build of the HTML documentation based on a private docker image. - Invoke doxygen and Sphinx to create the final HTML pages. - Employ a cache for the GitHub actions to store the output of the expensive tasks. - Restructured the GitHub actions builders and introduced a naming scheme. - Fixed a few typos in the docs. - Automatically publish the documentation to GitHub pages. 06 December 2022, 20:49:08 UTC
3d423d8 Use the Python directory 01 December 2022, 12:06:52 UTC
b4705c1 Added a T residual for future use 30 November 2022, 10:40:52 UTC
0cc8582 Use CoolProp's secant solver for humid air calculations. should solve #2190 30 November 2022, 09:38:42 UTC
f8e5bbc Updated the path to Catch2 30 November 2022, 08:30:25 UTC
d390c29 Include folder names 29 November 2022, 23:14:17 UTC
49c858f Trying to recreate the old file structure for the download server 29 November 2022, 22:48:05 UTC
3dc9419 Upload the Windows installer 29 November 2022, 22:38:54 UTC
back to top