Ian Bell
a964158ea2
Fix the fluids table widths. See #370
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 18:33:36 -05:00
Ian Bell
95088d51bf
Update logo_2014.py for new PropsSI
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 18:16:23 -05:00
Ian Bell
6eb01dd41b
Return a numpy array from PropsSI in python again
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 18:13:21 -05:00
Ian Bell
50b611bd4a
Move predefined mixture parsing to HelmholtzEOS initializer function; Closes #373
...
Renamed functions for Helmholtz backend for getting const or non-const reference to mole fractions
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 18:06:12 -05:00
Ian Bell
e43301facb
Fix typo in __init__.py
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 17:09:21 -05:00
Ian Bell
9bbcb782d0
Fix python cleanup code
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 17:01:53 -05:00
Ian Bell
bd1e045a32
Make pip install more verbose; remove constants shared library if needed
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 16:47:16 -05:00
Ian Bell
5341709dca
Make pip install be very verbose
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 16:38:26 -05:00
Ian Bell
6a395af127
One more try with removing coolprop
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 16:25:21 -05:00
Ian Bell
1277e2369e
Uninstall all the old versions of coolprop
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 16:15:05 -05:00
Ian Bell
fc0dcea2ac
Force(!) reinstallation of CoolProp
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 16:03:53 -05:00
Ian Bell
b9471a5566
Remove lookup from MailNotifier
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 15:54:43 -05:00
Ian Bell
cf8bbba414
Fix the case for the wheel name
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 15:45:16 -05:00
Ian Bell
accf2e0fa2
list the files in the dist folder, do a shell expansion to get the wheel name, delete all wheels after
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 15:38:36 -05:00
Ian Bell
7859f76d3a
Make it put the wheel in the dist folder
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 15:25:17 -05:00
Ian Bell
98ba223626
Make sphinx docs builder use wheel+pip, this forces a clean installation
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 15:18:56 -05:00
Ian Bell
fcea5b25ee
Update import location for MailNotifier
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 15:04:00 -05:00
Ian Bell
31fd6fc3b2
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-12-31 14:58:38 -05:00
Ian Bell
1f8173d3dd
Send emails when we break things; see #329
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 14:58:15 -05:00
Ian Bell
335c615bce
Fix error handling in ConsistencyPlot.py; See #370
2014-12-31 20:41:31 +01:00
Ian Bell
281704e5eb
If one input and one output to PropsSI, bubble error cleanly; closes #375
2014-12-31 13:14:25 -05:00
Ian Bell
5de4f77d58
Bump the minimum temperature just a bit to get consistency plots to all build; See #370
2014-12-31 12:31:27 -05:00
Ian Bell
6dd8399436
Fix error message for Brent's method when it doesn't get a solution
2014-12-31 12:30:25 -05:00
Ian Bell
a7fcf0e814
Fix typo in master.cfg; See #363
2014-12-31 12:11:22 -05:00
Ian Bell
8208577db2
More revision synchronization; See #363
...
Two steps:
1) Force all builders on the release branch. This will upload all binaries to public_html/release
2) Force the release builder, this will make the release from the files in public_html/release
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-31 11:48:08 -05:00
Ian Bell
a6f4badc67
Merge pull request #374 from CoolProp/vectorize_PropsSI
...
Vectorize PropsSI
2014-12-31 09:57:57 -05:00
Jorrit Wronski
9d76266f6e
Added the v4 docs to the homepage, closes #349
2014-12-31 15:43:22 +01:00
Ian Bell
f781dcad02
Update buildbot to try to get it to upload using a renderable
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 23:29:01 -05:00
Ian Bell
733cf60b31
Call clear() in instantiator for AbstractState
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 23:04:03 -05:00
Ian Bell
6cc81601ac
Fix tests for parameters
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 22:11:58 -05:00
Ian Bell
413078cf00
Throw an error if no successful outputs from _PropsSI_outputs
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 22:11:34 -05:00
Ian Bell
b99d868f36
Repaired failing incompressible tests - string parsing had to be repaired
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 21:42:57 -05:00
Ian Bell
f5de4d363f
Fixed initialization to remove copy and remove allocation error
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 20:38:49 -05:00
Ian Bell
f8576b1d49
PropsSImulti is integrated into Python wrapper; extract_fractions is exported
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 20:08:35 -05:00
Ian Bell
f3fe64b486
Make the datastructures test pass
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 18:55:26 -05:00
Ian Bell
7fd56e5f78
Fix EES wrapper again
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 18:17:50 -05:00
Ian Bell
bb11d34a20
Bubble errors properly for EES wrapper
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 18:15:44 -05:00
Ian Bell
97124b1481
Fixed EES builder and expose extract_backend
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 18:03:23 -05:00
Ian Bell
9958bd47d8
Merge branch 'master' into vectorize_PropsSI
2014-12-30 17:44:55 -05:00
Ian Bell
369fa6c1f2
sdist preparation works again
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 17:44:08 -05:00
Ian Bell
492de3edeb
Merge branch 'master' into vectorize_PropsSI
2014-12-30 17:39:35 -05:00
Ian Bell
016bfcfc7e
Call the generate constants module script when generating sdist for pypi
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 17:38:37 -05:00
Ian Bell
23bdb6d979
Fixed broken incompressible tests
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 17:34:07 -05:00
Ian Bell
04af215f52
Fix fraction formatting in PropsSI error message
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 17:20:29 -05:00
Ian Bell
6bb87e192a
Fixed the constant module generation again
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 17:18:45 -05:00
Ian Bell
8df53bc632
Fix bug with enum values that are specified
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 17:14:54 -05:00
Ian Bell
f4a960abdc
Undefine min and max macros. Thanks for nothing MS
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 17:05:12 -05:00
Ian Bell
6b601adb10
PropsSImulti takes vector of strings as inputs
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 16:07:19 -05:00
Ian Bell
9c05e93fd6
Refactor AbstractState::factory to take vector of strings
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-30 16:06:07 -05:00
Ian Bell
323eed808c
Merge branch 'master' into vectorize_PropsSI
2014-12-30 14:32:11 -05:00