Commit Graph

741 Commits

Author SHA1 Message Date
Ian Bell
12fea271d9 Add comment about the Android NDK that must be used; closes #1178 2016-08-14 14:34:37 -06:00
Ian Bell
f6c979c2dc Update docs for building php module; see #1174 2016-08-10 21:48:45 -06:00
Ian Bell
9f2a314045 Update docs for Java; closes #1172 2016-08-04 20:57:29 -06:00
Ian Bell
f5eebdff5b Add InChI and friends to web pages; see #1069 2016-07-27 20:08:28 -06:00
Ian Bell
f967531557 Unset REFPROP path in docs
For some reason, the ipython session is kept alive, and REFPROP path kills other plotting
2016-07-17 19:06:07 -06:00
Ian Bell
f9267bd8f7 More reasonable temperature for cubics testing 2016-07-17 19:05:17 -06:00
Ian Bell
4b0fac1685 Fix plots for Tabular backend in docs 2016-07-17 18:31:27 -06:00
Jorrit Wronski
1d279031d2 Added the validation script and figure to the incompressible page, might resolve #1045 2016-07-17 12:12:49 +02:00
Jorrit Wronski
fe0cd37294 Started to include the transport properties for LiBr 2016-07-16 00:16:21 +02:00
Jorrit Wronski
68d646166e Fixed the last (?) viscosity factor 2016-07-16 00:16:20 +02:00
Jorrit Wronski
b8a0f48d30 Started to work on #1045 2016-07-12 20:11:57 +02:00
Mike Kaganski
1f1bf52f77 Change names of dlls copied to SMath wrapper: use underscore instead of dot (#1113)
This is required in order to remove ".dll" extension from the library
name in .NET DllImport. And that, in turn, is intended to enable
cross-platform use of SMath wrapper on other OSes, like Linux (that is
supported by both CoolProp and SMath).
As explained at
http://www.mono-project.com/docs/advanced/pinvoke/, it's recommended to
omit the library extension to allow mono to find native libraries.
2016-06-21 08:31:43 -06:00
Mike Kaganski
6d21a6cc65 Allow cmake properly build SMath wrapper (#1100)
* Allow cmake properly build SMath wrapper

Integrate c# project into solution; allow usual cmake --build . --config
Release to build SMath wrapper.
Remove obsolete build.bat and coolprop_wrapper.sln files:
cmake-generated solution already includes everything.
Use build subdirectory wrappers/SMath for all generated files (both by
cmake, including csproj file itself, and by build process), thus no
dirty tree anymore.

Please note: this change requires cmake version 2.8.9 (because of
include_external_msproject TYPE).

* Tentative patch for buildbot

Unfortunately, I cannot test the buildbot, neither I know about it much.
I suppose that this is a sensible patch to be able to work with previous
changes to SMath build process.

* Update SMath wrapper help
2016-06-06 08:05:46 -06:00
Ian Bell
c48d4f7f48 Added docs for Borland compilation; closes #1092 2016-06-05 16:10:07 -06:00
Ian Bell
8bdce042d5 Update docs for C# namespaces; see #1090 2016-06-02 08:45:30 -06:00
Jorrit Wronski
972d5824e8 Added docs for working with the master.cfg to the website, see #1052 2016-05-27 11:19:23 +02:00
Jorrit Wronski
3a0af98f14 Fixed one of the mixture plots 2016-05-23 23:04:26 +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
d55d7567ee Split the example cycles into two files 2016-05-23 09:50:45 +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
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
Jorrit Wronski
3192444587 Brought back the old plotting examples that were removed in ae0468cfae 2016-05-22 17:26:04 +02:00
Ian Bell
75d121d9fd Add acentric factor to web docs; see #1075 2016-05-22 13:03:01 +02:00
Ian Bell
ad585a24ff Example for REFPROP in high-level page is not density; closes #1070 2016-05-22 12:36:38 +02:00
Ian Bell
7ac9b3d787 Shorten title for REFPROP validation figures; closes #1076 2016-05-22 12:32:33 +02:00
Ian Bell
064662b5cd Fix references in docs to .xmcd files 2016-05-11 21:25:43 -06:00
Ian Bell
03b76960ce Workaround hang in plot_directive 2016-05-11 09:41:10 -06:00
Ian Bell
071e76d598 Update the changelog with MathCad and first_partial_deriv 2016-05-11 07:22:44 -06:00
Ian Bell
a957daf811 Added contributors 2016-05-10 22:19:10 -06:00
Ian Bell
625b00f8d8 Prep for version 6 release 2016-05-10 22:12:51 -06:00
Ian Bell
02d74f6844 Touch the time-stamped file for expensive builds only after success 2016-05-07 20:30:54 -06:00
Ian Bell
e305f2b7f4 Fix REFPROP comparison string 2016-05-07 16:47:38 -06:00
Ian Bell
a7d74b4d74 Commit the RST files for MathCAD15 and Prime 2016-05-07 15:19:33 -06:00
Ian Bell
23cd4e6ba3 Update install commands for cmake, update doc index 2016-05-07 15:09:32 -06:00
Ian Bell
6eb4de4906 Try to resize the font a little bit in the sphinx output 2016-05-06 18:47:09 -06:00
Ian Bell
a117eedbb0 Disable image resizing
Could be done by setting DPI in savefig
2016-05-02 08:19:39 -06:00
Ian Bell
40616d4a9e Fixed units in RP1485 validation tables 2016-05-01 21:52:35 -06:00
Ian Bell
09ac0afcfa Tidy up sphinx docs; closes #1029 2016-05-01 18:40:59 -06:00
Ian Bell
47e24ad294 Add REFPROP version to REFPROP comparison script; closes #1026 2016-05-01 16:38:27 -06:00
Ian Bell
987c8eafa5 Make the logo smaller 2016-04-28 09:07:12 -06:00
Jorrit Wronski
ef637c8861 Removed the conda builds from the docs, they are abandoned for now 2016-04-28 13:23:32 +02:00
Ian Bell
210e6e65a3 Small logo instead of big one; see #1029 2016-04-27 22:31:30 -06:00
Jorrit Wronski
dbd07f1387 forgot the match the aspect ratio, see #1029 2016-04-26 13:47:19 +02:00
Jorrit Wronski
df1c9a5573 a quick fix that might work with #1029 2016-04-26 13:40:39 +02:00
Ian Bell
c9520c8f98 Another try at resizing logo for firefox; see #1029 2016-04-25 19:59:01 -06:00