374 Commits

Author SHA1 Message Date
Jorrit Wronski
030fbd1c97 It might work without unicode_literals in the plotting package 2016-05-22 20:28:06 +02:00
Jorrit Wronski
f79a63d194 Rearranged the Python imports in the package 2016-05-22 19:38:56 +02:00
Jorrit Wronski
8485d3fcee Tested the examples and they seem to work 2016-05-22 18:29:57 +02:00
Jorrit Wronski
d514530627 Restructured the cycle calculations and split the Python modules 2016-05-22 17:26:05 +02:00
Jorrit Wronski
4bd78fb0de Added a cycle example 2016-05-22 17:26:04 +02:00
Jorrit Wronski
c499a60a6e Adapted the plotting code to use the new functions 2016-05-22 17:26:04 +02:00
Ian Bell
90a78c9478 Expose fluid_names function to Python; closes #1079 2016-05-22 12:59:11 +02:00
Ian Bell
f1992a7ace Expose Gibbs energy through to python; closes #1072 2016-05-22 12:53:56 +02:00
Ian Bell
7aa33d4b69 Expose chemical potential to python interface; closes #1073 2016-05-22 12:43:58 +02:00
Jorrit Wronski
b05ff1bb89 Fixing the plots that I might have broken in #1036 2016-05-22 11:09:36 +02:00
Ian Bell
3cab149d1b restart the docker machine always (a bit slower, but I don't know a better solution - @jowr ?) 2016-05-11 07:23:59 -06:00
Ian Bell
85d2157ca4 Fire up docker if it isn't already running 2016-05-10 22:24:55 -06:00
Ian Bell
5fcb5dd2a9 Add apply_simple_mixing_rule to AbstractState; fix bug with SatL and SatV and setting interaction parameters
closes #1048
closes #1049
2016-05-07 19:51:25 -06:00
Ian Bell
f3d095c6e2 Fix typo in OSX build flags 2016-04-30 13:16:01 -06:00
Ian Bell
4fe950a0d8 Copy cppformat to the appropriate location 2016-04-30 13:10:45 -06:00
Ian Bell
43481221c2 manylinux wheels fully working now 2016-04-29 09:42:53 -06:00
Ian Bell
9425f6227a More changes for manylinux 2016-04-29 09:09:06 -06:00
Ian Bell
406d6a8365 manylinux builds for 64-bit linux wheels are up-and-running
Run the ./build_images.sh script, builds docker image, and uses docker image to build the linux wheels
2016-04-27 09:10:13 -06:00
Jorrit Wronski
253c9790e4 Changed the string handling to tackle #979 2016-04-27 13:50:18 +02:00
Jorrit Wronski
0ef10eae8b Circumvent Cython issues from #1039, not sure this is a fix 2016-04-27 12:23:44 +02:00
Jorrit Wronski
1d28237563 Removed scipy references or changed them to be imported locally, fixes #1036 2016-04-27 11:53:35 +02:00
Ian Bell
f2d9ac3dbd python static library builds should be release builds 2016-04-11 21:20:03 -06:00
Ian Bell
d8e2b6d664 Add script to do mingw static library building for python; closes #1016 2016-04-07 21:45:14 -06:00
Jorrit Wronski
1f12986456 Once more addressing #979 thanks to @shrx . 2016-03-30 10:04:06 +02:00
Ian Bell
a35f09f81b Cubics now are validated and new cubic fluids can be added
Lots of changes:
* Cubics are validated against schema
* Schema can be returned as string
* Added preliminary docs for cubics
* Cubic fluids can be added programmatically
2016-03-24 15:40:25 -06:00
Ian Bell
2e373c4ca9 Wrap all configuration variables into enumerations and a python module 2016-03-21 21:50:23 -07:00
Ian Bell
25eb3c2f42 Fix include paths for OSX; see #994 2016-03-21 18:22:48 -06:00
Ian Bell
2160b02985 Implement 95% of the BIP setting/getting
See #1000
2016-03-19 20:39:40 -07:00
Ian Bell
470514a8e3 Refactor phase envelope packaging with msgpack to remove external msgpack-c include
Also, don't package msgpack or rapidjson with CoolProp.  Doesn't seem necessary now
2016-03-18 21:37:49 -07:00
Ian Bell
5da7326e31 Massive improvements to stability of flash routines. Nitrogen now has 0 failures. 2016-02-27 19:27:23 -07:00
Ian Bell
0630c47bc7 Also add the msgpack headers to CoolProp installation - more annoying than you would imagine... 2016-02-20 16:07:09 -07:00
Ian Bell
1c43a644ce Update critical point evaluation routines and remove some double-calculations of critical matrices 2016-02-17 17:34:26 -07:00
Ian Bell
8f9c59da7d Don't package _JSON.h binary files when distributing CoolProp 2016-02-16 20:10:47 -07:00
Ian Bell
f5a84cef8f Pull in the correct include path for linking with other applications (PDSim, etc.) 2016-02-16 20:00:50 -07:00
Ian Bell
525557f230 Add ability to get/set kij for cubics by overloading set/set_binary_interaction_double 2016-02-16 19:50:55 -07:00
Jorrit Wronski
3f1dd9f3d3 Added cppformat as external library, see #952 and #907. Does https://github.com/CoolProp/CoolProp/blob/master/dev/codelite/coolprop.project need updating? 2016-02-17 01:08:23 +01:00
Jorrit Wronski
54b8b892ed Added conda builds again to please #905 and #956 2016-02-17 00:00:12 +01:00
Ian Bell
d51d47e87c Make CMake+Python integration work on OSX (finally) 2016-02-15 19:56:46 -07:00
Ian Bell
66d72abeca Fix rapidjson path for python setup.py 2016-02-13 17:23:05 -07:00
Ian Bell
a76d2ddd65 As temporary solution, add ctypedef in python land 2016-02-01 18:34:40 -07:00
Ian Bell
8cd2c98d06 Small fixes to fix errors in sphinx 2016-01-09 14:05:28 -07:00
Ian Bell
a4b46b3738 Implement tangent plane distance; closes #808 2016-01-09 13:23:30 -07:00
Ian Bell
effd0abc92 Add ability to change EOS from python 2015-12-26 14:46:20 -07:00
Ian Bell
b41606028c Fix some bibliographic issues
closes #902
closes #903
closes #904
2015-12-21 21:21:31 -07:00
Ian Bell
715140602c Hack pybtex to yield the desired output for HTML. Nasty, but works. closes #849 2015-11-13 21:08:27 -07:00
Ian Bell
27dad3f9bc More information on setting/getting interaction parameters and mixing rules; see #848 2015-11-01 16:48:42 +01:00
Ian Bell
108f3c4289 Added get_mass_fractions function to AbstractState; see #812
Also added get_mass_fractions to python wrapper
2015-10-23 12:22:45 +02:00
Jorrit Wronski
6e705f902f Unfortunately, #651 is not solved, yet. 2015-10-08 18:21:15 +02:00
Jorrit Wronski
311596b9d4 Added automated range selection and included more examples. I think this commit closes #351, but some issues remain. The Python documentation was updated as well, which fixes #747. 2015-10-08 18:16:23 +02:00
Jorrit Wronski
168ec611a6 Removed the debugging prints 2015-10-07 16:09:28 +02:00