Ian Bell
c48566367f
Remove python 3.3 slaves
2018-03-10 14:29:55 -07:00
Jorrit Wronski
3fac4949f2
upload wheels using buildbot instead of rsync
2017-12-19 16:54:50 +01:00
Ian Bell
dfae574ed2
Remove unused slave from buildbot config
2017-12-18 18:49:22 -07:00
Jorrit Wronski
c001f876fa
a missing comma
2017-12-18 20:57:01 +01:00
Jorrit Wronski
5944cb5992
Changed the master configuration to use the new buildbot passwords
2017-12-18 20:55:35 +01:00
Jorrit Wronski
a14d03711c
Update gcc version for new OSX builder
2017-12-18 15:41:34 +01:00
thorade
b2a97330e6
fix syntax: err_count += 1
...
https://stackoverflow.com/questions/2632677/python-integer-incrementing-with
2017-12-13 16:10:00 +01:00
Matthis Thorade
19a4875879
More autopep8 ( #1621 )
...
* autopep8 rule-groups E101,W1,W2,W3
* autopep8 with rule group E3 (blank lines)
autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .
* tabs and space W191
* autopep8 aggressive
2017-12-13 14:43:41 +01:00
Matthis Thorade
526cb198a4
autopep8 whitespace ( #1613 )
...
* autopep8 whitespace only:
--select="E101,W1,W2"
* revert single file: web2py_online.py
Should this be a .py file at all?
* revert file Tickets/1443.py because the diff looked strange:
maybe there is an encoding problem?
* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Ian Bell
a0e7c7680d
Disable the MATLAB examples
2017-11-19 22:35:11 -07:00
Ian Bell
23c607d66a
Update MSVC for Catch windows build
2017-11-17 21:42:23 -07:00
Ian Bell
3ef8042ce8
Remove all the remaining MATLAB builders; switch to python for MATLAB
2017-11-17 21:23:15 -07:00
Ian Bell
7fb71a366b
Removed some buildbot builders that are no longer needed
2017-11-15 22:19:21 -07:00
Jorrit Wronski
56d7f78042
Added a new OSX builder, updated commands to handle new buildbot versions, still some work in progress
2017-10-30 09:14:15 +01:00
Jorrit Wronski
a0625011d1
Enabling the catch test again
2017-08-16 08:44:53 +02:00
whunter7
acb5686e91
Update PureFluids.py ( #1517 )
...
Another, hopefully final, correction to Syltherm 800. The saturation pressure array values are correct, but multiplied by the wrong power of 10. This error likely happened because the wrong units were given in the Dow FluidFile (kPa instead of bar). Dow have been informed!
2017-07-25 10:38:31 +02:00
whunter7
e9ecbf959f
Update PureFluids.py ( #1489 )
...
* Update PureFluids.py to fix issues with some incompressible fluids
* Corrected specific_heat and conductivity data for Syltherm 800
* Added DynaleneSF
2017-05-16 15:13:16 +02:00
Ian Bell
0f75fa63f3
Improve stability of generate_headers script (git part)
2017-04-28 21:50:53 -06:00
Jorrit Wronski
4a4e3232a5
Reducing the push frequency for the coverity_scan branch, coupling it to the nightly builds
2017-04-22 00:01:06 +02:00
Jorrit Wronski
3fe5e7dfe6
Fixed the scripts to handle the coverity_scan
2017-04-21 23:52:36 +02:00
Jorrit Wronski
44172d1df0
Coverity scan ( #1479 )
...
Added a basic Travis integration and added configuration details for coverity scans. Travis could be refined though.
2017-04-21 16:47:20 +02:00
Jorrit Wronski
053448af20
Update release.bsh
...
An attempt to handle #1469
2017-04-10 00:10:31 +02:00
Ian Bell
a6c778977a
Fix formula for deuterium; see #1396
...
Add testing script
2017-03-14 19:50:06 -06:00
Ian Bell
1e61aab8ac
Fix formulas for dichloroethane and ethylene oxide; closes #1396
2017-03-14 19:46:27 -06:00
Jorrit Wronski
b6d01a4e33
More Python 3.6 stuff
2017-03-10 18:09:50 +01:00
Jorrit Wronski
6d9b3c0292
Added Python 3.6 for #1429
2017-03-10 18:03:06 +01:00
Jorrit Wronski
7a1ee42b27
More testing of the plotting functions
2017-03-10 13:48:29 +01:00
Jorrit Wronski
22f6a3b81d
This seems to be the most sane handling of the guess values
2017-03-10 12:14:02 +01:00
Jorrit Wronski
4cf5c8aef6
Started working on #1440
2017-03-10 09:32:32 +01:00
Jorrit Wronski
f7af136eb1
Added the line tracer to _PropSI_multi
2017-03-09 23:24:01 +01:00
Jorrit Wronski
ff960a87b9
Editing main file to include the case generators
2017-03-05 00:36:23 +01:00
Ian Bell
5939984231
Add alpha0 functions and rhoc to cubic JSON data and update schema; see #1348
2016-11-29 22:15:14 -07:00
Ian Bell
fb82316fcd
Allow for cubic transformations in HEOS multi-fluid model ( #1359 )
...
* Allow fluids to be used with SRK in multi-fluid model that have a dash in name
* Add ability to use SRK and PengRobinson as one-fluid transformations in multi-fluid models;see #1346
* Changed API for AbstractCubic so T_r and rho_r are settable
* Also add the ability to set to Peng-Robinson; see #1346
* Actually set the cubic EOS in multi-fluid model
* Enable both SRK and PR for cubic transformations in multi-fluid model
2016-11-29 18:19:14 -05:00
Jorrit Wronski
ed88b4e5c0
This one fixes #1352 , but some issues remain with the incomplete support of an imposed two phase state
2016-11-28 23:31:12 +01:00
Jorrit Wronski
9294e83256
Trying to work on #1352
2016-11-28 22:59:39 +01:00
Jorrit Wronski
ef0f528401
Added calc_first_two_phase_deriv_splined to tabular backend, it works and closes CoolProp/ExternalMedia#16, but #870 should be kept open due to the use of the AbstractState instance that should be avoided
2016-11-28 21:01:07 +01:00
Jorrit Wronski
4693de315f
Started with the first step towards #870
2016-11-27 23:26:47 +01:00
Jorrit Wronski
1cf82b9c88
Added the initial file by @ibell
2016-11-27 17:34:31 +01:00
Ian Bell
acf1f0549a
Call git in the dev folder; closes #1343
2016-11-21 23:12:53 -07:00
Ian Bell
ebd6eb0907
Update ECS fitter script for python 3
2016-11-21 23:07:36 -07:00
Ian Bell
8812b810b7
DO NOT allow for over-writing of departure functions when loading defaults; closes #1329
2016-11-09 17:56:14 -07:00
Jorrit Wronski
3905f380e0
Moved the MSVC handling to functions and changed the default for static libraries to dynamic linking, see #1316
2016-11-08 11:01:01 +01:00
Ian Bell
67d64420ce
Update ancillaries for dichloroethane
2016-11-06 18:04:30 -07:00
Ian Bell
428ac0e1e5
Update hs_anchor for R1233zd(E) and hs values at other states
2016-10-31 21:20:12 -06:00
Ian Bell
84ff75c3fa
Update ancillaries for D4
2016-10-31 21:17:07 -06:00
Ian Bell
0f63d8978a
Update ancillaries for MDM and DiethylEther
2016-10-31 21:14:35 -06:00
Ian Bell
52bb7cae12
Fix typo in CO2+Argon coefficients; #1306
2016-10-31 19:45:50 -06:00
Jorrit Wronski
a9d420caaa
Make the release script fail on all errors
2016-10-26 11:50:44 +02:00
Ian Bell
817b6960b2
Catch runs should be Release builds; closes #1290
2016-10-24 18:38:53 -06:00
Ian Bell
e54b916751
Bump revision to 6.1, prepare for release
2016-10-23 22:17:43 -06:00