Ian Bell
ab744e1c0d
Add evaluation of excess properties in python; closes #1071
2016-07-12 19:46:05 -06:00
Jorrit Wronski
89cac55f86
Removing a single unused import fixes #1094
2016-07-12 16:32:40 +02:00
Ian Bell
ccc4568cbd
Re-implement fundamental derivative of gas dynamics; closes #1145
2016-07-09 17:13:44 -06:00
Jorrit Wronski
3632f76e9a
handling of the critical point for the plots seems to done, closes #1118
2016-06-09 16:45:51 +02:00
Jorrit Wronski
209474a7e2
Bug in the copy operation for mixtures
2016-06-09 16:18:39 +02:00
Jorrit Wronski
af5104a830
Bug in the copy operation for mixtures
2016-06-09 16:18:38 +02:00
Jorrit Wronski
1a0259a744
Change the factory method to accept more strings, closes #1120
2016-06-09 16:18:38 +02:00
Jorrit Wronski
7c0d3ebe37
Included a manual copy of the abstract state object and exposed the backend name to Python
2016-06-09 16:18:38 +02:00
Jorrit Wronski
809998aecb
Added a real state object for the critical state
2016-06-09 16:18:38 +02:00
Ian Bell
8c9b1a5e9b
Added Helmholtz energy throughout the API as output parameter; closes #1086
2016-06-05 15:56:37 -06:00
Ian Bell
758c5e0177
Merge branch 'master' of https://github.com/coolprop/coolprop
2016-06-01 20:30:05 -06:00
Ian Bell
e8c90e40e3
Fix typo in python wrapper of acentric factor; closes #1084
2016-06-01 20:29:14 -06:00
Jorrit Wronski
6d669dc607
make the manylinux scripts executable
2016-05-27 13:38:56 +02:00
Jorrit Wronski
272003fff3
Fixed a conflict of Bash variable names
2016-05-27 11:33:39 +02:00
Jorrit Wronski
08fd0997aa
Changed the docker scripts
2016-05-27 10:25:21 +02:00
Jorrit Wronski
662e10f8fe
Fixed the manylinux builder, closes #1061
2016-05-25 20:40:20 +02:00
Jorrit Wronski
c647124f0e
Added the bitness and tags for the docker images
2016-05-25 19:56:30 +02:00
Jorrit Wronski
ade143f664
Added the mass and mole fraction setters to the plotting routines
2016-05-23 16:39:05 +02:00
Jorrit Wronski
0540419251
Replacing the old functions
2016-05-23 12:45:06 +02:00
Jorrit Wronski
be3d6a2a9f
Fixed a couple of coding style issues
2016-05-23 09:40:32 +02:00
Jorrit Wronski
dbe7d101c1
More plotting examples
2016-05-23 09:05:02 +02:00
Jorrit Wronski
7df74b5f1a
Fixed a couple of minor plotting issues
2016-05-23 00:38:25 +02:00
Jorrit Wronski
82f12a35ee
Was this the unicode issue?
2016-05-22 20:52:36 +02:00
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