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
Juan F. Coronel
7dd339147e
App name change: CuadernoDeProblemas -> pSolver, Update index.rst ( #2292 )
...
We have changed the name of the app
CuadernoDeProblemas -> pSolver.
pSolver can be used on English and Spanish
2023-09-13 03:17:18 -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
Jorrit Wronski
698ea7b2e2
Avoid killing the script with invalid inputs
2023-08-08 14:34:31 +02:00
Jorrit Wronski
f00c36a9ce
Support act to run local debugging sessions of the github actions
2023-08-08 14:34:00 +02:00
Jorrit Wronski
a88d1669df
Added a comment in the release docs about the expensive builds, manually set the timeout for the documentation build to 2 hours as 1 hour seems to be the default.
2023-08-07 14:14:56 +02:00
Ian Bell
69db8c5e54
Prepare for version 6.5.0
2023-08-06 12:51:47 -04:00
Juan F. Coronel
5f3223c505
Update index.rst ( #2241 )
...
* Update index.rst
- Updating the PropiedadesDeFluidos link
- Adding a new app 'CuadernoDeProblemas' that uses CoolProp
* Update indext.rst with English description
PropiedadesDeFluidos and CuadernoDeProblemas link changed with short English description
* Update index.rst with English translation
Added English translation for the Spanish apps
2023-04-19 18:23:38 -04:00
raphaeltimbo
14c054106d
Change links from Google group to GitHub discussions ( #2214 )
...
As discussed here:
https://groups.google.com/g/coolprop-users/c/l_aY4vTT58Q
2023-02-17 14:14:46 -05:00
Jorrit Wronski
36c513c769
Minor changes in the docs
2022-12-16 17:16:40 +01:00
Jorrit Wronski
85b5605281
Updated the description of the release actions
2022-12-16 12:05:38 +01: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
7fa16a1a62
Updated the docs based on #2067
2022-12-13 11:28:54 +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
6913fc41dc
Format macros, they keep getting picked incrementally by clang format + Strip trailing whitespaces
...
```
find . -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx|py)$' | xargs -I@ sed -i 's/[ \t]*$//' "@"
```
2022-04-01 07:39:35 -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
David Contreras
339a7ac497
Included CoolPropJavascriptDemo ( #2076 )
...
Included an example that manages units and other mathematical functions with mathjs
2022-01-12 21:08:54 -07: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
Jorrit Wronski
cd5b021692
Updated the links on the homepage
2020-07-29 16:51:07 +02:00
Jorrit Wronski
794dbaeb3b
Handle dependencies via yml and not in the script
2020-07-29 13:49:12 +02:00
Jorrit Wronski
a1060d8fe2
Include dependencies in worker container
2020-07-29 12:39:09 +02:00
Jorrit Wronski
fcf2600180
Working on #1960
...
(cherry picked from commit f417689ff52e3b5a32f3d0100020e4f3dde0a01f)
2020-07-29 12:23:01 +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
49c802c25c
A bit more sensible case for case-sensitive systems
2020-05-07 10:28:16 -04:00
Ian Bell
4b378a630c
Some case-sensitivity for OSX/linux
2020-05-05 19:20:27 -04:00
Jorrit Wronski
e6bce1e0a5
temporarily added description for Python 2.7
2020-05-05 11:49:34 +02:00
Jorrit Wronski
37a38ac620
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# dev/buildbot/master/master.cfg
2020-05-05 10:23:20 +02:00
Jorrit Wronski
564a5888b4
Preparing for the new build machine
2020-05-05 10:21:02 +02:00
Ian Bell
e3e7e7e7fa
Fix case typo
2020-05-03 19:15:21 -04:00
ian
d30b3c62e6
Does HTML4 fix the spacing?
2020-05-03 18:50:37 -04:00
Ian Bell
135cb41ae5
REFPROP comparison is not too slow
2020-05-03 13:45:02 -04:00
Ian Bell
6cac8f9491
Maybe this helps the tables?
2020-05-03 13:27:12 -04:00
Ian Bell
9886d30ecc
Tables back to the left
2020-05-03 13:27:12 -04:00
ian
279b67330b
Add example of setting arbitrary reference state
2020-05-03 12:00:52 -04:00
Ian Bell
ba0f3ef484
Make pip explicit
2020-05-02 16:00:47 -04:00
ian
5ec77c0a59
Also rebuild the docs worker...
2020-05-01 17:02:59 -04:00