Chris Neal
17dcabdf35
Added standard InChi key & string for Ammonia
...
Values obtained using IUPAC winchi-1 software from Molfile: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=16134
2018-05-09 23:19:57 -04:00
Chris Neal
51a199998f
Added standard InChi key & string for Acetone
...
Values obtained using IUPAC winchi-1 software from Molfile: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=15347
2018-05-09 23:15:35 -04:00
Chris Neal
c132f89f72
Added standard InChi key & string for 1-Butene
...
Values obtained using IUPAC winchi-1 software from Molfile: http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:48362
2018-05-09 23:12:17 -04:00
Ian Bell
b9b215194a
Fix secretly hidden overload
2018-04-17 19:12:39 -06:00
Matthis Thorade
05daf2068e
Delete LICENSE_CLA.txt
2018-04-17 17:17:15 +02:00
thorade
17dba49712
use sorted(list) instead of list.sort()
...
http://python3porting.com/improving.html#sorting-section
2018-04-17 13:19:40 +02:00
thorade
39eb5767df
E721: isinstance instead of type comparison
...
this is for #1612
2018-04-17 13:10:03 +02:00
Jeff Henning
eb8e2a40bc
Move QA docs to .github directory & update links. ( #1687 )
2018-04-17 05:07:51 -04:00
Matthis Thorade
9a97f294a5
License issue1685 ( #1686 )
...
* Delete LICENSE
* Create LICENSE
2018-04-17 09:46:37 +02:00
Jorrit Wronski
9417b72f2f
Typo in the example from #1600
2018-04-05 09:23:50 +02:00
Jorrit Wronski
21e21ba203
Added the example from #1600 to the docs
2018-04-05 09:22:35 +02:00
Jorrit Wronski
4f931ff83d
Always link to DL, should not hurt anyone
2018-04-05 09:02:27 +02:00
Jorrit Wronski
1e58e49964
Always link to DL libraries, should not hurt anyone
2018-04-05 09:01:42 +02:00
Jorrit Wronski
89619ceb82
Merge remote-tracking branch 'origin/dl-linking' into 1600
2018-04-05 08:18:14 +02:00
Matthis Thorade
a8f541e795
Submodule depth ( #1622 )
...
Submodules track master branch
2018-03-27 14:48:07 +02:00
Ian Bell
8b7fb6abd4
Implement get/set_fluid_parameter_double in C++ and python
2018-03-25 17:09:56 -06:00
Jeff Henning
134d563a95
Fix failing links in CONTRIBUTING guidelines [ci skip] ( #1680 )
2018-03-21 21:27:19 -04:00
Jeff Henning
5d01a5dfeb
QA docs for contributing [ci skip] ( #1679 )
2018-03-21 10:26:30 -04:00
Vishal Patel
f638c89085
Added DARWIN_USE_LIBCPP cmake flag to allow for OSX builds to use the libc++ library ( #1675 )
2018-03-17 17:55:28 -06:00
Ian Bell
ca1bf35073
Also copy Fij matrix
2018-03-17 13:28:05 -06:00
Ian Bell
a2d72e5f7d
I think that setting of departure functions for copied states works properly, but more testing needed
2018-03-17 13:13:50 -06:00
Ian Bell
f874299c55
Fix final step for ODE integration; closes #1672
2018-03-17 10:51:07 -06:00
Ian Bell
c0406b878d
Kill manylinux slaves for sure
2018-03-11 19:08:41 -06:00
Ian Bell
8f3b3a9b85
Maybe make the compiler happier?
2018-03-11 19:02:11 -06:00
Ian Bell
ac84d0ddaf
Remove explicit need for locale, just use the punctuation character
2018-03-11 18:33:37 -06:00
Ian Bell
3574641434
Fix DQ inputs for pure fluids; closes #1652
2018-03-11 14:19:14 -06:00
Ian Bell
04d9360b3d
Fix StateContainer print in py36; closes #1406
2018-03-11 13:46:41 -06:00
Ian Bell
79f8b3f777
Dont remove container
2018-03-10 20:21:31 -07:00
Ian Bell
0084bba3f0
Try to not run the ls
2018-03-10 19:50:30 -07:00
Ian Bell
ea75360dc2
version 1.5.2 of the manylinux container should give us python 3.6 builds now. See 90c0fca14e
2018-03-10 19:32:59 -07:00
Ian Bell
8d728719cf
Clear reducing state for REFPROP backend when fractions set; closes #1659
2018-03-10 18:41:38 -07:00
Ian Bell
517ddd862f
Back to 1.5.0 tag
2018-03-10 16:12:08 -07:00
Ian Bell
adb8519ae4
Why is python 3.6 build not happening?
2018-03-10 16:01:01 -07:00
Ian Bell
aaea205704
No more need to kill the image?
2018-03-10 14:44:36 -07:00
Ian Bell
c4ec292a9d
Try some more aggressive options to stop the manylinux container
2018-03-10 14:40:21 -07:00
Ian Bell
c48566367f
Remove python 3.3 slaves
2018-03-10 14:29:55 -07:00
Ian Bell
a3c2d4432f
Also show which containers are running
2018-03-10 14:24:27 -07:00
Ian Bell
0dd0c5ceb4
Switch to latest version of manylinux builder - adds python 3.6 support?
2018-03-10 14:21:30 -07:00
Ian Bell
ff95fd5725
If manylinux is hanging, stop it first
2018-03-10 14:11:05 -07:00
Ian Bell
774ee0c567
Make string->float conversion aware of the locale ( #1666 )
...
* Make string->float conversion aware of the locale as specified by configuration variable.
Cannot use the system-default locale because some things (matplotlib) change the system locale and it cannot be relied upon to be stable.
* Also add locale header
* Also requires the use of c_str, std::string overload is c++11
2018-03-10 13:48:24 -07:00
Jeff Henning
dd8ac47688
Patches PropsSI imposed phase for backends other than HEOS ( #1665 )
2018-03-08 22:30:43 -07:00
Jeff Henning
abcd91a9a7
Update PropsSI() to Parse Imposed Phase Strings on Input Keys ( #1660 )
...
* PropsSI enhancement to allow imposed phase on Input key string
* Update PropsSI documentation for imposing phase [skip ci]
2018-03-07 21:51:41 -07:00
Matthis Thorade
38e287019d
editorconfig ( #1609 )
...
* basic .editorconfig
documentation is on http://editorconfig.org
examples with cpp and py here on github: https://git.io/vFu7X
* remove some extensions
* rules for json, travis, makefile
* Makefile with capital M
[CI skip]
2018-03-06 07:51:58 -07:00
Ian Bell
945f82e90e
Fix the default values to assume that l and m are double, not int
2018-03-03 17:13:00 -07:00
xaumex
3387c1006e
Mistake in function 'inline_label' in CoolProp/Plots/Common.py ( #1656 )
2018-02-27 22:19:45 -07:00
Ian Bell
0de443435d
Fixes chemical potential of pure fluids; see #1653
2018-02-23 21:47:37 -07:00
Ian Bell
64215fdee2
Fix crash when set_mole_fractions() not called; closes #1393
2018-02-23 20:49:02 -07:00
Ian Bell
194ab07072
Fix cimport paths for python 3.x; closes #1649
2018-02-23 20:41:33 -07:00
Ian Bell
44d8a9ecb0
Allow abiliy to always reload library; closes #1648
2018-02-15 21:53:35 -07:00
Jeff Henning
489cf13898
Fixes Logic Bugs When Imposing Phase on TTSE and HEOS Input Pairs ( #1625 )
...
* Allow imposed two-phase update() to TTSE without failing
* Fixes HEOS DP, ST, DT input pairs when phase is imposed
2018-02-12 21:16:13 -07:00