Commit Graph

458 Commits

Author SHA1 Message Date
Ian Bell
442e8bd298 Version v6.8.0 2025-04-21 15:39:41 -04:00
Ian Bell
d2cf821af8 Print the versions 2025-04-21 13:36:30 -04:00
Ian Bell
deb54c342f Little tweak to RST [skip ci] 2025-04-21 10:50:05 -04:00
Ian Bell
544bebd518 Small updates to RST files 2025-04-21 10:24:01 -04:00
Ian Bell
eb4aca8733 Another MathCAD [skip ci] 2025-04-21 10:10:31 -04:00
Ian Bell
7ec0362c84 Fix case of Mathcad links [skip ci] 2025-04-21 09:41:01 -04:00
Ian Bell
d0cb60f83d Fix version number 2025-04-11 15:50:30 -04:00
Ian Bell
3cb96a021c Overwrite config with env (#2532)
* Allow paths to be set from environment variables

* Add some quick docs
2025-04-11 07:51:06 -04:00
Ian Bell
ec74bfb92e Document the COOLPROP_REFPROP_PATH environment variable
Closes #2517
2025-04-10 19:21:56 -04:00
henningjp
84f9660180 Update Mathcad wrapper docs [skip-ci] 2025-03-14 16:09:51 -04:00
Ian Bell
e84ec7a8ab Update changelog to prepare for v6.7.0 2025-02-20 19:20:35 -05:00
jonCAstickel
41d449d6ba update Mac docs (#2362) 2024-04-04 20:05:39 -04:00
Jorrit Wronski
337526d056 Temporarily remove R1336mzz(E) from the list of fluids until #2309 is fixed 2023-11-29 13:42:16 +01:00
Jorrit Wronski
0979216ec6 Prepare for v6.6.0 2023-11-29 11:22:21 +01:00
Jeff Henning
edbb4920b8 Mathcad Wrapper README Formatting (#2296)
* Mathcad wrapper README formatting fix

* Rename MATHCADPrime.rst to MathcadPrime.rst

Was failing to build TOCtree
2023-09-24 07:41:46 -04:00
Jeff Henning
e1dde6cbff Update Mathcad docs for pre-compiled and discontinuation of Legacy Mathcad [skip-ci] (#2294)
* Update docs for Mathcad Prime install and Legacy Mathcad deprecation
2023-09-20 19:29:02 -04:00
Jorrit Wronski
d486ff8401 Add javascript to the release script (#2279)
* Added a Javascript builder
* Updated the docs
2023-08-10 15:51:21 +02:00
Jorrit Wronski
bafdea1f39 Update the changelog for v6.5.0 2023-08-08 16:27:41 +02:00
Ian Bell
69db8c5e54 Prepare for version 6.5.0 2023-08-06 12:51:47 -04:00
Jorrit Wronski
8d3aec55c4 Prepare for v6.4.3 2022-12-16 11:35:35 +01:00
Jorrit Wronski
9faf4ae9bb Prepare for v6.4.2 2022-12-13 14:03:39 +01:00
Jorrit Wronski
2841dfe217 Build the docs for v6.4.2 (#2191)
- Streamlined the build of the HTML documentation based on a private docker image.
- Invoke doxygen and Sphinx to create the final HTML pages.
- Employ a cache for the GitHub actions to store the output of the expensive tasks.
- Restructured the GitHub actions builders and introduced a naming scheme.
- Fixed a few typos in the docs.
- Automatically publish the documentation to GitHub pages.
2022-12-07 11:55:16 +01:00
Zach Baird
96cf4a71cc add PCSAFT page in docs (#2176) 2022-10-20 20:00:22 -04:00
Vladimir Portyanikhin
bddc7b897f Updated info about SharpProp (3-party wrapper) (#2164) 2022-09-06 19:19:01 -04:00
Vladimir Portyanikhin
100cfd0eb0 Added info about PyFluids (3-party wrapper) (#2165) 2022-09-06 19:18:27 -04:00
Julien Marrec
05c8cf503b Lint: use automated tooling to reformat C++ and CMakeLists files (#2103)
* Add initial clang tidy / clang format config files

* Clang format the entire codebase

```
find ./src -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./include -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./Web -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./dev -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./wrappers -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
```

* Add a .cmake-format file and reformat CmakeLists.txt with it

https://github.com/cheshirekow/cmake_format

* Add a clang-format workflow


only runs on PRs, only on touched files
2022-03-31 10:51:48 -04:00
Vladimir Portyanikhin
71a82276ff Updated info for the C# Wrapper (#2062)
Updated info about 3-party wrapper (SharpProp)
2021-11-07 11:58:57 -05:00
Vladimir Portyanikhin
0c4c2555ac Update index.rst for the C# Wrapper (#2050)
* Update index.rst for the C# Wrapper

Changed information about 3-party wrappers

* Update index.rst for the C# Wrapper

Returned the SharpFluids description. Added short description for the SharpProp

* Update index.rst for the C# Wrapper

Nuget -> NuGet
2021-10-06 21:07:05 -04:00
Ian Bell
f4c09bb686 Update tabular data reading example in docs for python 3 2021-10-02 13:47:07 -04:00
Jorrit Wronski
4fa86d72e9 Updated the changelog for v6.4.1 2020-08-03 21:27:38 +02:00
MadsKirkFoged
0fac1aa5c0 Update index.rst (#1947)
* Update index.rst
2020-06-15 17:34:56 -04:00
Ian Bell
51bf029413 Also don't use files from cache 2020-06-05 23:05:46 -04:00
Ian Bell
449a5ee235 Add compiler versions 2020-06-02 22:13:46 -04:00
Ian Bell
5c9ee409d6 Goodbye mixtures, hello CoolPlot 2020-05-11 20:52:42 -04:00
ian
66e02bf4c2 Add changelog for 6.4 2020-05-09 00:04:32 -04:00
ian
1ba7db85db Not so low a pressure 2020-05-07 23:16:08 -04:00
Ian Bell
4b378a630c Some case-sensitivity for OSX/linux 2020-05-05 19:20:27 -04:00
ian
279b67330b Add example of setting arbitrary reference state 2020-05-03 12:00:52 -04:00
Nick Mason-Smith
2041cdba6f Fix second_partial_deriv example (#1916)
Order of arguments in the example code using the second_partial_deriv function were not consistent with the source documentation; this is corrected and a second example included to clarify the order of arguments.
2020-04-09 12:12:45 -04:00
HCSpin
6b51320ada Update index.rst (#1906) 2020-03-20 09:53:21 -04:00
tormec
564a8ea5bd fixed typo in getos() and else statement (#1885)
* fixed typo in getos() and else statement

* fixed typo in entalpy's unit of measure
2019-12-25 08:45:50 -07:00
ian
6b828af957 Update Labview VI to use PropsSI function 2019-10-28 22:31:08 -06:00
Jorrit Wronski
72c22a6454 Ready for v6.3.0? 2019-05-18 09:46:35 +02:00
Ian Bell
2840aecbb8 Change the path to load the local js 2019-03-31 10:42:38 -06:00
Ian Bell
3c5c1b9b41 Think I fixed emscripten via a RelWithDebInfo workaround 2019-03-30 12:37:54 -06:00
Ian Bell
e65d89ad81 Remove recommendation to import CoolProp in MATLAB 2019-02-06 20:19:22 -07:00
Ian Bell
fd563711aa Add info for use of static libraries 2019-01-12 22:09:21 -07:00
Bryan W. Weber
13737d0bfc Add conda install instructions from conda-forge (#1787) 2019-01-12 15:30:44 -07:00
Ian Bell
d1765dc0ab Fix minor issues in sphinx docs 2019-01-12 10:19:08 -07:00
spinnau
cd48615207 Make wrapper for LibreOffice an extension (#1773)
* Make wrapper for LibreOffice an extension

The LibreOffice wrapper is changed to be a real extension for LibreOffice.
Just as with the current solution, Python is used for the calculations in
the background.

* The extension now contains the complete wrapper code. Thus, there is
  no need anymore to use a special prepared LibreOffice template file.

* The wrapper is extended to contain all high-level interface functions
  and includes descriptions for the cell formulas.

* The extension contains a helper function to download and install the
  CoolProp Python package within the extension directory. This function
  can be called from the LibreOffice options menu. On macOS the Python
  certifi package will be used to verify certificates for https downloads.

* Update web documentation for new LibreOffice extension

* Installation and usage instructions

* Create CMake target for building of the LibreOffice wrapper

* Prepare and bundle all files as .oxt extension file
2019-01-11 12:16:08 -07:00