Skip to content

Releases: twiinIT/libthermo

v0.3.1

13 Jan 15:22
93208f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

v0.3.0

13 Jan 14:38
1a72805
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

v0.2.0

09 Jan 16:37
0.2.0
c61240d
Compare
Choose a tag to compare

0.2.0

  • split and template interface between base functions and extended (inverse) ones
  • add bindings for all methods of IdealGas and PolyGas8
  • fix headers installation
  • fix IdealGas.mach_f_wqa iterative function
  • fix CMake config files to add Boost dependency

v0.1.2

03 Nov 12:54
Compare
Choose a tag to compare

0.1.2

  • improve mach_f_wqa iterative function robustness and performance
  • fix CMake config to avoid using selection of inappropriate instruction set for SIMD

v0.1.1

26 Oct 17:37
0.1.1
ae539f2
Compare
Choose a tag to compare

0.1.1

  • fix SFINAE error preventing to build on gcc 12 or MSVC

v0.1.0

26 Oct 16:51
0.1.0
c67b671
Compare
Choose a tag to compare

0.1.0

libthermo

  • add Thermo interface
  • add IdealGas and PolyGas implementations
  • support both scalar and vector operations on most of the calculations
  • implement efficient polyval method for polynomial evaluations

pythermo

  • add Python bindings for libthermo, called pythermo
  • add IdealGas bindings
  • add PolyGas<PolyGasProps<8>> for template specialization of the class providing a 8th order polynomial definition of Cp(s)