Ian Bell
e65b596c6d
3 for windows
2018-10-24 22:58:50 +02:00
Ian Bell
1ba402ab42
Bye to 32-bit manylinux
2018-10-24 22:54:53 +02:00
Ian Bell
c8761c37c5
Merge branch 'master' of github.com:CoolProp/CoolProp
2018-10-24 22:41:04 +02:00
Ian Bell
360d2c228e
Try to add lock on upload
2018-10-24 22:40:53 +02:00
Jorrit Wronski
a317b228ea
Make the user id match the host system
2018-10-24 21:51:08 +02:00
Ian Bell
b55c64fcb7
Fix include path for old Catch
2018-10-24 21:46:13 +02:00
Jorrit Wronski
b1c13b23c0
Revert Catch to v1.X.X - We have to stick with C++03, but Catch 2.X.X requires C++11 or higher
2018-10-24 21:37:19 +02:00
Ian Bell
a36c677297
Remove 32-bit shared library on linux
2018-10-24 21:36:53 +02:00
Ian Bell
041e4b35bf
A little bit of parallelism in builds
2018-10-24 21:22:57 +02:00
Ian Bell
7669547a13
Fix version of MathCAD
2018-10-24 21:06:27 +02:00
Ian Bell
9fb539d304
Remove old builders
2018-10-24 20:27:34 +02:00
Ian Bell
1b0c784ad0
Fix the merge
2018-10-24 20:05:36 +02:00
Jorrit Wronski
32ffad1b90
Use the root to call docker
2018-10-24 20:04:24 +02:00
Jorrit Wronski
e00a31f1ef
Use docker to build the Javascript wrapper
2018-10-24 20:04:03 +02:00
Jorrit Wronski
db6ad8d435
Force unloading of REFPROP upon path change ( #1738 )
2018-10-24 20:04:03 +02:00
Ian Bell
9f8ca20206
Move slaves to DTU
2018-10-24 19:59:57 +02:00
Jorrit Wronski
8991168570
Use the root to call docker
2018-10-24 09:16:54 +02:00
Jorrit Wronski
77a552961b
Retired the EES builder
2018-10-24 09:06:31 +02:00
Jorrit Wronski
7c9c6c730f
Use docker to build the Javascript wrapper
2018-10-24 09:01:43 +02:00
Jorrit Wronski
ca55b6c619
Force unloading of REFPROP upon path change ( #1738 )
2018-10-23 21:36:25 +02:00
Ian Bell
aadea90451
Don't overwrite the passed in fluid string
2018-10-21 17:29:57 +02:00
scls19fr
4d487ac3f0
Update example.py ( #1749 )
2018-10-19 23:17:03 +02:00
scls19fr
5045c96322
Fix Python print ( #1746 )
...
* Fix print
* Some manual fixes
* Revert
2018-10-19 22:59:31 +02:00
spinnau
d3c24483d6
Update LibreOffice wrapper and documention ( #1747 )
...
Change the wrapper to use the CoolProp python package on Windows and Linux.
The necessary python script and the Basic macros to wrap the underlying
python functions are directly integrated into the new ods template file.
Updated the installation guide and usage instructions in the documentation.
2018-10-18 18:58:46 +02:00
Jeff Henning
34dcb680d4
Show an actual DeprecationWarning if Props() used. ( #1743 )
...
* Show an actual DeprecationWarning if Props() used.
* Add warning suppression to Python wrapper docs [ci skip]
2018-10-13 09:23:07 -04:00
Ian Bell
70b717f13d
Switch from string to bytes, should ensure ABI compatibility of manylinux builds
2018-10-11 22:15:20 +02:00
Ian Bell
ede27edc38
Fix some ;); bugs in Catch tests that clang doesn't like
2018-10-11 18:49:03 +02:00
Ian Bell
a68eb19a7e
Fix integer comparison
2018-10-08 22:49:26 +02:00
Ian Bell
40a6884d25
Make it clear that this is not a zip_safe package
2018-10-03 12:36:35 +02:00
Matthis Thorade
7cd82d9dc3
Update FAQ.md
...
ref #1735
2018-09-19 19:00:36 +02:00
Jorrit Wronski
514ee59e27
Updated external submodules ( #1727 )
...
This change is somewhat related to #1604 .
* Catch is now at v2.3.0
* Eigen is now at v3.3.5
* FindMathemaica is now at v3.2.4
* fmtlib (formerly cppformat) is now at v4.1.0 (v5.x.x is not compatible with our code).
* msgpack-c is now at v3.0.1
* pybind11 is now at v2.2.3
* All the other submodules have been moved to the latest master commit
* All submodules are sorted alphabetically
2018-08-30 10:36:27 +02:00
luzpaz
93f4a986e2
Misc. typos ( #1726 )
...
Found via `codespell -i 3 -w -I ../coolprop-word-whitelist.txt` whereby whitelist consists of:
```
cas
formate
hel
nd
te
tim
ue
uint
```
2018-08-14 23:06:49 -06:00
Jorrit Wronski
f316483f4d
Ported the changes from #1723 to master
2018-08-13 21:28:08 +02:00
Jorrit Wronski
f8fd14a9fb
Updated the catch URLs
2018-08-09 14:25:47 +02:00
Jorrit Wronski
a23824abd5
getting ready for Python3.7, related to #1604 , #1654 and #1309 . Please refer to https://github.com/CoolProp/Dockerfiles for details
2018-08-09 12:04:29 +02:00
Ian Bell
e1e5766064
Merge pull request #1719 from veeshy/patch-1
...
Add a compile note for gcc debug build
2018-08-08 22:28:05 -06:00
Vishal Patel
f745dfa581
Add a compile note for gcc debug build
...
This change is the result from the user group ?: https://groups.google.com/forum/#!topic/coolprop-users/bI01hf8sQnY
2018-07-30 10:31:16 -07:00
Ian Bell
2bbee7fa25
Merge pull request #1714 from kaz4ikeda/mod-excel-wrapper-doc
...
Add a short note to the documentation of Excel wrapper
2018-07-14 09:01:58 -06:00
kaz4ikeda
c6abd2957b
added workaround for excel wrapper problem
2018-07-07 17:49:54 +09:00
kaz4ikeda
6c6d011590
added workaround for excel wrapper problem
2018-07-07 17:36:11 +09:00
Jorrit Wronski
5bb52c7aad
Updated Eigen URL, closes #1697
2018-05-22 23:02:58 +02:00
Ian Bell
2eeeaf5958
Merge pull request #1693 from wandadars/InChi_standard_keys_added
...
InChi standard keys added
2018-05-12 09:46:14 -06:00
Chris Neal
ba322db9f9
Added standard InChi key & string for trans-2-Butene
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/62695#section=Names-and-Identifiers
2018-05-11 13:55:15 -04:00
Chris Neal
cd906dac15
Added standard InChi key & string for p-Xylene
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/7809#section=Names-and-Identifiers
2018-05-11 13:54:04 -04:00
Chris Neal
2f9152a586
Added standard InChi key & string for o-Xylene
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/7237#section=Names-and-Identifiers
2018-05-11 13:52:51 -04:00
Chris Neal
724e877353
Added standard InChi key & string for n-Undecane
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/14257#section=Names-and-Identifiers
2018-05-11 13:51:35 -04:00
Chris Neal
853ad9db20
Added standard InChi key & string for n-Propane
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/6334#section=Names-and-Identifiers
2018-05-11 13:50:22 -04:00
Chris Neal
2f501c9caa
Added standard InChi key & string for n-Pentane
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/8003#section=Names-and-Identifiers
2018-05-11 13:48:45 -04:00
Chris Neal
9d5f580766
Added standard InChi key & string for n-Octane
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/356#section=Names-and-Identifiers
2018-05-11 13:47:27 -04:00
Chris Neal
6225011f90
Added standard InChi key & string for n-Nonane
...
Values obtained from: https://pubchem.ncbi.nlm.nih.gov/compound/8141#section=Names-and-Identifiers
2018-05-11 13:46:18 -04:00