Ian Bell
eaef80989c
Fix typo in example generator; see #657
2015-05-08 19:00:36 -06:00
Ian Bell
8ba4d01333
Add some REFPROP examples; see #657
2015-05-08 18:53:03 -06:00
Ian Bell
3fbbb4914b
Update HeavyWater hs_anchor state
2015-04-26 18:04:42 -06:00
Ian Bell
eb28f042e1
Allow to get up to 100 issues at once
2015-04-26 17:27:33 -06:00
Jorrit Wronski
a59d38c485
Added a separate permission fixer
2015-04-22 12:02:16 +02:00
Ian Bell
e4b451276f
Added chemical formulas for nearly all fluids; can be retrieved with get_fluid_param_string(self.name, "formula"); closes #564
2015-04-10 20:11:03 -06:00
Jorrit Wronski
1810d54bc6
Pushing the docs to /dev on the web server, closes #583 . Find the nightly docs at http://coolprop.sourceforge.net/dev/
2015-04-10 13:25:30 +02:00
Ian Bell
8b9688c8ec
Update examples showing call to bicubic backend; closes #578
2015-04-06 23:28:12 -06:00
Ian Bell
a446c8624a
Tidied up examples for Octave and Matlab
2015-04-03 22:44:27 -06:00
Ian Bell
33d39723fa
Java and C# comments are fixed
2015-04-03 20:03:07 -06:00
Ian Bell
1fe6f05f91
One more try with the example generator
2015-04-03 19:43:23 -06:00
Ian Bell
e5519b209b
Fix typo in comment in example generator
2015-04-03 19:29:49 -06:00
Ian Bell
4ba6473509
Added link to list of inputs to examples
2015-04-03 19:24:05 -06:00
Ian Bell
9c96cae585
Make example running code work in py3
2015-03-15 05:32:02 +01:00
Ian Bell
1bbc113ade
Re-enable MATLAB example (high-level only)
2015-03-13 23:03:39 -06:00
Ian Bell
fe4038f1ac
Disable high-level interface for MATLAB and tidy indentation
2015-03-13 22:59:08 -06:00
Ian Bell
d8f492d883
Updated MATLAB example generator
2015-03-14 05:51:03 +01:00
Ian Bell
4b388f02dd
Fixed path of octave example file
2015-03-14 03:59:05 +01:00
Ian Bell
f8405d497d
Updated OSX example runner
2015-03-13 20:02:23 -06:00
Ian Bell
a51e2af03d
Added argparse to example_generator.py
2015-03-13 19:24:12 -06:00
Ian Bell
64c0b0ceef
Things are basically good for the examples (except, of course, for MATLAB)
2015-03-13 07:20:37 +01:00
Ian Bell
dfeca2fc7a
Add example runner for OSX
2015-03-12 21:16:31 -06:00
Ian Bell
551b0af088
Updated example generator
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-03-12 21:06:26 -06:00
Ian Bell
b360e6a15c
Relocated example_generator.py
2015-03-11 23:46:58 -06:00
Ian Bell
a4c6aaa1c9
Add example code generator script
2015-03-11 23:02:01 -06:00
Ian Bell
c2667db344
Make the submodules be init as well as updated
2015-03-02 19:54:08 -07:00
Jorrit Wronski
171cc6dfb6
Forgot a dir change in the release script
2015-02-10 12:16:32 +01:00
Jorrit Wronski
251f7fecf8
Added new info regarding the release process and automated javascript library update on homepage.
2015-02-10 11:01:56 +01:00
Jorrit Wronski
78c80283a2
Updated the docs and polished the bash script, last known working javascript version 5.0.3, this one should help with #442
2015-01-31 12:28:53 +01:00
Jorrit Wronski
fc45f706ad
Added a script to build the jscript repo on sourceforge servers
2015-01-31 11:26:31 +01:00
Ian Bell
35dd80ddc2
Point to a different swig+MATLAB repo
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-01-28 22:54:42 -07:00
Jorrit Wronski
ccffe5855d
The release script again. I hope it is well documented now and we can use it. I hope this covers #378 .
2015-01-13 17:57:42 +01:00
Jorrit Wronski
038b0100bf
One more typo in the release script
2015-01-12 09:11:20 +01:00
Jorrit Wronski
b4339e89f1
Fixed binary folder handling
2015-01-12 08:45:52 +01:00
Jorrit Wronski
b2473d80c8
Somehow the SFUSER escaped from the release script.
2015-01-12 08:13:33 +01:00
Ian Bell
f635528101
First attempt to integrate the sphinx docs into the binaries/release/unstable folder output; see #378
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-01-07 22:42:03 -07:00
Jorrit Wronski
83a670a4fa
Added docs to fix permissions, should close #391
2015-01-06 11:55:19 +01:00
Jorrit Wronski
7741aa8cd8
I think the permission in the docs folder are fixed, lets hope this one handles #391
2015-01-06 11:43:28 +01:00
Jorrit Wronski
1a609817d6
I hope this helps with #391 , but it still needs testing.
2015-01-06 11:27:11 +01:00
Jorrit Wronski
7901206ae4
Added email authentication and clean function in script
2015-01-02 13:58:53 +01:00
Ian Bell
9e56030349
After a release is done, delete the release folder; closes #379
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-01-01 16:25:15 -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
Jorrit Wronski
9d76266f6e
Added the v4 docs to the homepage, closes #349
2014-12-31 15:43:22 +01:00
Ian Bell
c50a4f6494
Automatically generate the enum keys for Python. Maybe helps with pydev issue; See #367
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-24 12:09:25 -05:00
Jorrit Wronski
3206734a65
.. but now it works
2014-12-20 17:22:34 +01:00
Jorrit Wronski
798a588f4d
Clean the source dir from git stuff in the externals before publishing
2014-12-20 17:20:33 +01:00
Jorrit Wronski
50df77500d
Initialise submodules during sources update, fixes #365
2014-12-20 17:05:52 +01:00
Jorrit Wronski
ae36828ea1
Fixed the header handling, closes #362 and partly covers the issues named in #354 .
2014-12-19 11:31:21 +01:00
Jorrit Wronski
dd9e3bdf88
Added README to nightly builds
2014-12-09 12:30:11 +01:00
Jorrit Wronski
8d8c39fc20
Removed the source builder and added the zipping to the server in the release script.
2014-12-09 12:00:03 +01:00