Ian Bell
|
3e255e263e
|
Expose gas_constant through python wrapper
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-29 22:08:27 -05:00 |
|
Ian Bell
|
3c9f9c310a
|
Removed call to set backend to TkAgg
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-27 18:06:20 -05:00 |
|
Ian Bell
|
d4898c3963
|
Added consistency plots to expensive docs.
Closes https://github.com/CoolProp/CoolProp/issues/235
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-27 12:07:18 -05:00 |
|
Ian Bell
|
e236d44989
|
Make python build script use g++ for CC and CXX
|
2014-11-25 21:19:12 +01:00 |
|
Jorrit Wronski
|
38b4348a7f
|
Not all computers have a macversion, of course.
|
2014-11-25 19:41:08 +01:00 |
|
Jorrit Wronski
|
ba36fd903c
|
Let us hope this fixes #246 ... something similar might have to be done in the cmake config files
|
2014-11-25 19:33:18 +01:00 |
|
Ian Bell
|
b844cc58a4
|
setup.py can use default compiler that cmake wants to use
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-24 14:57:21 -05:00 |
|
Ian Bell
|
f26224ce31
|
Fixed Props function in VBA, removed Props1
Closes https://github.com/CoolProp/CoolProp/issues/243
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-24 12:02:22 -05:00 |
|
Ian Bell
|
92531ec373
|
PropsSI raises a Type Error if iterables are not all the same length; Returns numpy array if possible
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-24 00:23:10 -05:00 |
|
Ian Bell
|
4681b9db47
|
Removed a lot of old tests in python that are already mirrored in Catch tests
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-24 00:22:20 -05:00 |
|
Ian Bell
|
eaf6168891
|
Add mingw cmake support to setup.py - though this doesn't seem to be working. Compiles but crashes.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-23 21:21:25 -05:00 |
|
Ian Bell
|
e0a4349884
|
Apply default values for generate update pair to squash warning
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-23 20:54:06 -05:00 |
|
Ian Bell
|
919d155602
|
Fixed functions in the dll export to require the length of the output string to be supplied
See https://github.com/CoolProp/CoolProp/issues/228
Should be fixed now
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-20 18:39:33 -05:00 |
|
Ian Bell
|
b1f4209501
|
Add test script for matlab
|
2014-11-20 18:48:39 +01:00 |
|
Ian Bell
|
7e1a827bde
|
Updated vxWorks makefile for v5
|
2014-11-20 16:38:23 +01:00 |
|
Ian Bell
|
09bdf671c7
|
Added generate_update_pair function to python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-19 13:21:08 -05:00 |
|
Ian Bell
|
e2fc2d87c5
|
Consistency plots default to building all plots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-19 12:06:21 -05:00 |
|
Ian Bell
|
755b0da85b
|
Fix tiny typo to make sphinx happier
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-19 12:05:54 -05:00 |
|
Ian Bell
|
6f4a4fcc93
|
getting/setting configuration values from python works
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-18 23:33:32 -05:00 |
|
Ian Bell
|
165a662c0f
|
Clean up Excel wrapper code and fix Props1SI function
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-16 18:34:35 -05:00 |
|
Ian Bell
|
3046ac559a
|
Evaluate all inputs before doing plotting for consistency plots - ~10x faster !!
Also time the plots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-12 18:32:59 -05:00 |
|
Ian Bell
|
d517b4d23b
|
Added consistency plot to plotting for python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-11 20:41:49 -05:00 |
|
Ian Bell
|
432c8fe48c
|
Exposed reference state setting function to python.
Closes https://github.com/CoolProp/CoolProp/issues/206
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-11-07 14:44:25 -05:00 |
|
Ian Bell
|
d628b1af3f
|
Added some more docs for PhaseSI function
See https://github.com/CoolProp/CoolProp/issues/192
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-29 16:12:08 -04:00 |
|
Ian Bell
|
cf99057683
|
Moved Delphi/Lazarus files to Web
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-28 20:01:37 -04:00 |
|
Ian Bell
|
fb1e624691
|
Removed labview files from old location
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-28 14:57:14 -04:00 |
|
Ian Bell
|
12c66d7d36
|
Added import tests for matplotlib and numpy at import time
Closes https://github.com/CoolProp/CoolProp/issues/160
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-28 14:56:42 -04:00 |
|
Ian Bell
|
9e455684c1
|
Reverted installation requirements - better to warn when trying to import CoolProp
See https://github.com/CoolProp/CoolProp/issues/160
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-28 14:46:27 -04:00 |
|
Ian Bell
|
2f8aec1c85
|
Updated Labview docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-28 14:14:06 -04:00 |
|
Ian Bell
|
f2ed3ba85c
|
Fixed excel wrapper on osx
|
2014-10-28 04:30:47 +01:00 |
|
Ian Bell
|
6ae691b98b
|
Updated xlam
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-27 20:57:55 -04:00 |
|
Ian Bell
|
356970f8de
|
Added code for Delphi using Lazarus
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-27 16:48:53 -04:00 |
|
Ian Bell
|
5d6a0100ec
|
Added python wrapper for HAProps
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-22 21:35:11 +00:00 |
|
Ian Bell
|
76e26bbf3e
|
Updated the aliases
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-16 12:34:29 +02:00 |
|
Ian Bell
|
baa5524d65
|
One more try
See https://github.com/CoolProp/CoolProp/issues/175
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-16 00:54:06 +02:00 |
|
Ian Bell
|
603acd4346
|
First cut at updated VBA for Mac Excel 2011
See https://github.com/CoolProp/CoolProp/issues/175
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-16 00:33:55 +02:00 |
|
jjgomera
|
991469914a
|
Add graphic tool for psychrometric chart
|
2014-10-14 12:32:27 +02:00 |
|
Jorrit Wronski
|
d0686653a1
|
Added Python dependencies
|
2014-10-05 13:23:30 +02:00 |
|
Ian Bell
|
9f04472cef
|
Small docs modifications
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-02 17:01:33 +02:00 |
|
Ian Bell
|
642b4cc698
|
Using string instead of str
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-02 15:09:34 +02:00 |
|
Ian Bell
|
2f6b083aff
|
Expose BibTeX all the way back to python wrapper
Closes https://github.com/CoolProp/CoolProp/issues/164
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-02 14:21:15 +02:00 |
|
Ian Bell
|
2aec8babf4
|
run cython to generate headers
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-01 19:52:46 +02:00 |
|
Ian Bell
|
54b1d59a67
|
Generate the CPP files for PYPI
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-10-01 19:05:54 +02:00 |
|
Ian Bell
|
2e190f1a9d
|
PropsSI and Props function docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-27 18:18:47 +02:00 |
|
Ian Bell
|
5b2f054010
|
When using CMake, touch CoolProp.pyx to make sure rebuild actually happens
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-27 18:17:29 +02:00 |
|
Ian Bell
|
4ec1f1358f
|
Integrated CMake into python's setup.py
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-27 12:46:59 +02:00 |
|
Ian Bell
|
1a82468c68
|
Expose mixture binary pair data all the way through python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-25 13:43:29 +02:00 |
|
Ian Bell
|
5c2bc9da00
|
Fixed Abstract State keyed_output function docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-24 18:52:22 +02:00 |
|
Ian Bell
|
9d7946b983
|
Updated python docs for doxylink purposes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-24 16:54:53 +02:00 |
|
Jorrit Wronski
|
c98365c580
|
Fixes #136 and the latexcodec issues
|
2014-09-23 16:50:30 +02:00 |
|