Psychrolib Versions Save

📚 Library of psychrometric functions to calculate 🌡️ thermodynamic properties of air for Python, C, C#, Fortran, R, JavaScript and VBA/Excel

2.5.0

4 years ago
  • Python: Add support for handling Numpy vectors and JIT compilation with Numba (#57).
  • Minor docstring improvements: Use parenthesis instead of brackets to indicate open intervals (#59).
  • CI Improvements (#57, #58, #60).

2.4.0

4 years ago
  • Add R language support (#49, #53, #54).
  • Update licence headers.
  • General README.md/docs improvements.

2.3.0

4 years ago
  • Add GetTDryBulbFromMoistAirVolumeAndHumRatio.
  • Add GetTFahrenheitFromTRankine and GetTCelsiusFromTKelvin.
  • Define ZERO_FAHRENHEIT_AS_RANKINE and ZERO_CELSIUS_AS_KELVIN.

2.2.0

4 years ago
  • Add C# support with .NET Standard 1.0 (.NET Core >= 1.0 & .NET Framework >= 4.5).

2.1.1

4 years ago
  • Use of triple point of water in GetSatVapPres (#36).

2.1.0

5 years ago
  • Add functions to convert between specific humidity and humidity ratio (aka mixing ratio).
  • Add functions to convert to dry bulb temperature or humidity ratio from enthalpy.
  • Restrict minimum value of humidity ratio to 1e-7
  • Fix bug with GetTDewPointFromVapPres not always converging due to discontinuity about the freezing point of water in GetSatVapPres formulae.
  • General README.md/docs improvements.

2.0.0

5 years ago