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
Jorrit Wronski
dcf65449fd
Tested the new fluid state preprocessor
2015-10-01 14:34:00 +02:00
Jorrit Wronski
e643debbbe
Added mass fraction handling to state checker in Python
2015-09-30 17:29:28 +02:00
Jorrit Wronski
de3d616186
Added more return tuples
2015-09-30 14:58:13 +02:00
Jorrit Wronski
1ad835acc3
Added more utility functions to the Python wrapper: extract_backend and extract_fractions
2015-09-30 14:33:15 +02:00
Jorrit Wronski
45f293f6c2
Merge branch 'master' into draw_process
2015-09-22 15:08:02 +02:00
Ian Bell
bb4c0770da
Move C++ function definitions from PXD to PYX
2015-09-09 21:44:44 -06:00
Ian Bell
96f0ccc240
Fix #810 on all platforms
2015-09-05 20:28:53 -06:00
Ian Bell
604dc6ec68
Fix python builds; closes #810
2015-09-05 20:01:08 -06:00
Ian Bell
24e0ec2063
Implement fluid_param_string in python; closes #809
2015-09-03 22:34:15 -06:00
Ian Bell
da015ffb68
Add the ability to access all the critical points in C++ and python; closes #807
2015-09-03 22:28:46 -06:00
Jorrit Wronski
79976d0815
Trying to filter out bad values via interpolation
2015-09-02 17:11:29 +02:00
Ian Bell
2d6e3386c1
Make python builds work again
2015-09-01 18:36:19 -06:00
Ian Bell
3ee7edb607
Add ability to get contributions to conductivity and viscosity; closes #800
2015-08-29 21:56:20 -06:00