Recent Releases of https://github.com/andrsd/fprops
https://github.com/andrsd/fprops - v8.0.0
What's Changed
New Features
- Bump fmt version to 11 by @andrsd in https://github.com/andrsd/fprops/pull/104
Full Changelog: https://github.com/andrsd/fprops/compare/v7.1.0...v8.0.0
- C++
Published by github-actions[bot] 9 months ago
https://github.com/andrsd/fprops - v7.1.0
What's Changed
New Features
- Using type-erasure pattern for
SinglePhaseFluidPropertiesby @andrsd in https://github.com/andrsd/fprops/pull/101 ### Other Changes - Migrating from setup.py to pyroject.toml by @andrsd in https://github.com/andrsd/fprops/pull/99
Full Changelog: https://github.com/andrsd/fprops/compare/v7.0.0...v7.1.0
- C++
Published by github-actions[bot] 10 months ago
https://github.com/andrsd/fprops - v7.0.0
What's Changed
New Features
- Kill polymorphism on evaluatation methods by @andrsd in https://github.com/andrsd/fprops/pull/95
- Change postfix++ to ++prefix by @andrsd in https://github.com/andrsd/fprops/pull/96 ### Other Changes
- Refactoring the python binding layer by @andrsd in https://github.com/andrsd/fprops/pull/94
Full Changelog: https://github.com/andrsd/fprops/compare/v6.0.2...v7.0.0
- C++
Published by github-actions[bot] about 1 year ago
https://github.com/andrsd/fprops - v6.0.2
What's Changed
New Features
- Hide cached variables set in find fprops module by @andrsd in https://github.com/andrsd/fprops/pull/89 ### Fixed Problems
- fix: fprops-config.cmake checks dependencies by @andrsd in https://github.com/andrsd/fprops/pull/91
Full Changelog: https://github.com/andrsd/fprops/compare/v6.0.1...v6.0.2
- C++
Published by github-actions[bot] over 1 year ago
https://github.com/andrsd/fprops - v6.0.1
Full Changelog: https://github.com/andrsd/fprops/compare/v6.0...v6.0.1
- C++
Published by github-actions[bot] almost 2 years ago
https://github.com/andrsd/fprops - v6.0
What's Changed
New Features
- Changing file names of the cmake files used by find_package by @andrsd in https://github.com/andrsd/fprops/pull/65
- Apping API to get parameter values from IdealGas by @andrsd in https://github.com/andrsd/fprops/pull/66
- Refactoring math::pow by @andrsd in https://github.com/andrsd/fprops/pull/68
- Includes in header files have fprops/ prefix by @andrsd in https://github.com/andrsd/fprops/pull/70
- IdealGas API conforms to the coding standard by @andrsd in https://github.com/andrsd/fprops/pull/71
- Transport model: Powers of T reduced by @andrsd in https://github.com/andrsd/fprops/pull/73
- Transport model: Powers of temperature by @andrsd in https://github.com/andrsd/fprops/pull/74
- Adding Rainwater-Friend transport model by @andrsd in https://github.com/andrsd/fprops/pull/75
- Adding quadratic general friction theory model by @andrsd in https://github.com/andrsd/fprops/pull/76
- Adding polynomial model by @andrsd in https://github.com/andrsd/fprops/pull/77
- Adding polynomial exponential model by @andrsd in https://github.com/andrsd/fprops/pull/78
- Adding polynomial ratio model by @andrsd in https://github.com/andrsd/fprops/pull/79
- Adding collision integral transport model by @andrsd in https://github.com/andrsd/fprops/pull/81
- Fixing up transport models by @andrsd in https://github.com/andrsd/fprops/pull/82
- Adding oxygen by @andrsd in https://github.com/andrsd/fprops/pull/83
- Adding ammonia by @andrsd in https://github.com/andrsd/fprops/pull/86 ### Fixed Problems
- Fixing memory leak in IdealGasPlanckEinsteinFunctionT and IdealGasPlanckEinstein by @andrsd in https://github.com/andrsd/fprops/pull/69 ### Other Changes
- Changing file names to lower_case by @andrsd in https://github.com/andrsd/fprops/pull/72
- Improving doco generation by @andrsd in https://github.com/andrsd/fprops/pull/84
Full Changelog: https://github.com/andrsd/fprops/compare/v5.2...v6.0
- C++
Published by github-actions[bot] almost 2 years ago
https://github.com/andrsd/fprops - v5.2
What's Changed
Fixed Problems
- CMake fixes related to linux platform by @andrsd in https://github.com/andrsd/fprops/pull/62
- Fix compilation against parallel hdf5 by @andrsd in https://github.com/andrsd/fprops/pull/63
Full Changelog: https://github.com/andrsd/fprops/compare/v5.1...v5.2
- C++
Published by github-actions[bot] about 2 years ago
https://github.com/andrsd/fprops - v5.1
What's Changed
New Features
- Adding
fprops::from_nameby @andrsd in https://github.com/andrsd/fprops/pull/60
Full Changelog: https://github.com/andrsd/fprops/compare/v5.0...v5.1
- C++
Published by github-actions[bot] about 2 years ago
https://github.com/andrsd/fprops - v5.0
What's Changed
New Features
- Adding API to IdealGas by @andrsd in https://github.com/andrsd/fprops/pull/48
- Adding string representation for State by @andrsd in https://github.com/andrsd/fprops/pull/52
- Introducing library specific exception by @andrsd in https://github.com/andrsd/fprops/pull/55 ### Other Changes
- Python module reports package version by @andrsd in https://github.com/andrsd/fprops/pull/54
Full Changelog: https://github.com/andrsd/fprops/compare/v4.0...v5.0
- C++
Published by github-actions[bot] about 2 years ago
https://github.com/andrsd/fprops - v4.0
What's Changed
Fixed Problems
- Fixing install command for the python package by @andrsd in https://github.com/andrsd/fprops/pull/45 ### Other Changes
- pyfprops is now only fprops by @andrsd in https://github.com/andrsd/fprops/pull/46
Full Changelog: https://github.com/andrsd/fprops/compare/v3.0...v4.0
- C++
Published by github-actions[bot] over 2 years ago
https://github.com/andrsd/fprops - v3.0
What's Changed
Other Changes
- Adding rho,p API by @andrsd in https://github.com/andrsd/fprops/pull/41
- Refactoring in Helmholtz class by @andrsd in https://github.com/andrsd/fprops/pull/42
- Adding interpolated fluid properties by @andrsd in https://github.com/andrsd/fprops/pull/43
Full Changelog: https://github.com/andrsd/fprops/compare/v2.0...v3.0
- C++
Published by github-actions[bot] over 2 years ago
https://github.com/andrsd/fprops - v2.0
What's Changed
New Features
- Adding rho,T API by @andrsd in https://github.com/andrsd/fprops/pull/36 ### Other Changes
- Formatting change by @andrsd in https://github.com/andrsd/fprops/pull/35
- Exposing IdealGas::h_s in python by @andrsd in https://github.com/andrsd/fprops/pull/37
- Refactoring in unit tests by @andrsd in https://github.com/andrsd/fprops/pull/38
- Doco improvements by @andrsd in https://github.com/andrsd/fprops/pull/39
Full Changelog: https://github.com/andrsd/fprops/compare/v1.1...v2.0
- C++
Published by github-actions[bot] almost 3 years ago
https://github.com/andrsd/fprops - v1.1
What's Changed
New Features
- Adding h_s API by @andrsd in https://github.com/andrsd/fprops/pull/32 ### Other Changes
- cmake improvements by @andrsd in https://github.com/andrsd/fprops/pull/33
Full Changelog: https://github.com/andrsd/fprops/compare/v1.0...v1.1
- C++
Published by github-actions[bot] almost 3 years ago
https://github.com/andrsd/fprops - v1.0
What's Changed
New Features
- Throw exceptions for unphysical states by @andrsd in https://github.com/andrsd/fprops/pull/23
- Air fluid properties by @andrsd in https://github.com/andrsd/fprops/pull/24
- Refactoring Helmholz equation of state by @andrsd in https://github.com/andrsd/fprops/pull/25
- Adding helium fluid properties by @andrsd in https://github.com/andrsd/fprops/pull/26
- Adding Carbon Dioxide fluid properties by @andrsd in https://github.com/andrsd/fprops/pull/29 ### Other Changes
- Const correctness by @andrsd in https://github.com/andrsd/fprops/pull/22
Full Changelog: https://github.com/andrsd/fprops/compare/v0.1...v1.0
- C++
Published by github-actions[bot] about 3 years ago
https://github.com/andrsd/fprops - v0.1
What's Changed
Other Changes
- Code by @andrsd in https://github.com/andrsd/fprops/pull/1
- Nitrogen properties by @andrsd in https://github.com/andrsd/fprops/pull/2
- Python wrapper by @andrsd in https://github.com/andrsd/fprops/pull/10
- Install by @andrsd in https://github.com/andrsd/fprops/pull/11
- Fixing rounded value for critical density in Nitrogen by @andrsd in https://github.com/andrsd/fprops/pull/7
- Nitrogen: mu and k by @andrsd in https://github.com/andrsd/fprops/pull/12
- Interface for (v, u) state by @andrsd in https://github.com/andrsd/fprops/pull/13
- Docs by @andrsd in https://github.com/andrsd/fprops/pull/16
- clang-tidy fixes by @andrsd in https://github.com/andrsd/fprops/pull/20
New Contributors
- @andrsd made their first contribution in https://github.com/andrsd/fprops/pull/1
Full Changelog: https://github.com/andrsd/fprops/commits/v0.1
- C++
Published by github-actions[bot] about 3 years ago