Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hishamhm
/
CoolProp
Public
forked from
CoolProp/CoolProp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 12, 2015
Add test to example.lua demonstrating fix.
hishamhm
committed
a867c14
View commit details
Copy full SHA for a867c14
Browse repository at this point
Fix and cleanup APIs between Lua and C.
Show description for 592c65b
hishamhm
committed
592c65b
View commit details
Copy full SHA for 592c65b
Browse repository at this point
Fall back to Lua/C if LuaJIT FFI fails.
hishamhm
committed
cb65e96
View commit details
Copy full SHA for cb65e96
Browse repository at this point
Commits on Feb 11, 2015
Small bug in incompressible docs
Jorrit Wronski
committed
5cc1380
View commit details
Copy full SHA for 5cc1380
Browse repository at this point
Back to business
Jorrit Wronski
committed
80b75cf
View commit details
Copy full SHA for 80b75cf
Browse repository at this point
Added changelog for v5.0.7
Jorrit Wronski
committed
88a8b84
View commit details
Copy full SHA for 88a8b84
Browse repository at this point
Reduced missing timeout to 10 minutes (was 1h), closes #456
Jorrit Wronski
committed
34e65e0
View commit details
Copy full SHA for 34e65e0
Browse repository at this point
Getting ready for next release, fixed incomressible docs and tried to handle #456 ...
Jorrit Wronski
committed
0cb9816
View commit details
Copy full SHA for 0cb9816
Browse repository at this point
Added more tests for the incompressible backend
Jorrit Wronski
committed
49a609e
View commit details
Copy full SHA for 49a609e
Browse repository at this point
Normal update does not change the reference state
Jorrit Wronski
committed
2ad7381
View commit details
Copy full SHA for 2ad7381
Browse repository at this point
Moved reference state from fluid to state object, incompressibles do internal caching now.
Jorrit Wronski
committed
9738503
View commit details
Copy full SHA for 9738503
Browse repository at this point
Fix path to changelog
ibell
committed
46271ae
View commit details
Copy full SHA for 46271ae
Browse repository at this point
Added info on generating the milestone text
ibell
committed
b5a4a8e
View commit details
Copy full SHA for b5a4a8e
Browse repository at this point
Notify admins when a slave is missing; Closes #456
Show description for 440f990
ibell
committed
440f990
View commit details
Copy full SHA for 440f990
Browse repository at this point
Fail appropriately when two-phase inputs are given for pseudo-pure; Closes #459
Show description for f2b31fa
ibell
committed
f2b31fa
View commit details
Copy full SHA for f2b31fa
Browse repository at this point
Merge branch 'master' of https://github.com/coolprop/coolprop
ibell
committed
102e2a8
View commit details
Copy full SHA for 102e2a8
Browse repository at this point
Fixed bug with getting output quality for REFPROP flashes; Closes #460
Show description for 8ae3205
ibell
committed
8ae3205
View commit details
Copy full SHA for 8ae3205
Browse repository at this point
Commits on Feb 10, 2015
More release info
Jorrit Wronski
committed
b645f02
View commit details
Copy full SHA for b645f02
Browse repository at this point
Closes #454
Jorrit Wronski
committed
29f51f0
View commit details
Copy full SHA for 29f51f0
Browse repository at this point
Fixed tests and docs to handle #454 properly
Jorrit Wronski
committed
de5d7a4
View commit details
Copy full SHA for de5d7a4
Browse repository at this point
Added partial derivatives for incompressible fluids. Tests need to be updated and the docs are outdated...
Jorrit Wronski
committed
c9c29ea
View commit details
Copy full SHA for c9c29ea
Browse repository at this point
Forgot a dir change in the release script
Jorrit Wronski
committed
171cc6d
View commit details
Copy full SHA for 171cc6d
Browse repository at this point
Added new info regarding the release process and automated javascript library update on homepage.
Jorrit Wronski
committed
251f7fe
View commit details
Copy full SHA for 251f7fe
Browse repository at this point
Add VB.net sphinx file that was missing
Show description for ef975cf
ibell
committed
ef975cf
View commit details
Copy full SHA for ef975cf
Browse repository at this point
Fix incompressible bibtex stuff
Show description for 277be8b
ibell
committed
277be8b
View commit details
Copy full SHA for 277be8b
Browse repository at this point
Fixed problem with bibtex citations; Closes #386
Show description for 78bef55
ibell
committed
78bef55
View commit details
Copy full SHA for 78bef55
Browse repository at this point
Wetbulb solver T,B,P works better now; Closes #419 and #427
Show description for f81ac8f
ibell
committed
f81ac8f
View commit details
Copy full SHA for f81ac8f
Browse repository at this point
Mixtures can have two zero mole fractions; Closes #452
Show description for a02d973
ibell
committed
a02d973
View commit details
Copy full SHA for a02d973
Browse repository at this point
REFPROP abstract state classes work properly again; Closes #431
Show description for e8b02d4
ibell
committed
e8b02d4
View commit details
Copy full SHA for e8b02d4
Browse repository at this point
More useful error message when conformal state solver fails for some reason; Closes #450
Show description for d7bb83d
ibell
committed
d7bb83d
View commit details
Copy full SHA for d7bb83d
Browse repository at this point
Commits on Feb 9, 2015
PGF plots are done, not perfect but OK for now.
Jorrit Wronski
committed
4c901ac
View commit details
Copy full SHA for 4c901ac
Browse repository at this point
Merge branch 'master' into pgfplots
Jorrit Wronski
committed
d6a360d
View commit details
Copy full SHA for d6a360d
Browse repository at this point
Commits on Feb 3, 2015
Implement acentric factor through AbstractState and Props1SI; closes #448
Show description for 183868d
ibell
committed
183868d
View commit details
Copy full SHA for 183868d
Browse repository at this point
Add check for invalid input pair caused by Props1SI
Show description for 40a499b
ibell
committed
40a499b
View commit details
Copy full SHA for 40a499b
Browse repository at this point
Check REFPROP trivial inputs; Closes #409
Show description for 62808e6
ibell
committed
62808e6
View commit details
Copy full SHA for 62808e6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.