Releases: portyanikhin/PyFluids
Releases · portyanikhin/PyFluids
v2.9.0
What's Changed
- feat: add an ability to override
CoolPropbackend when constructing aFluidinstance (#90) - build: bump
CoolPropfrom 7.1.0 to 7.2.0 (#89) - build: bump
tomlifrom 2.2.1 to 2.3.0 (#87) - build: use
uvinstead ofpoetry(#92) - build: add Python 3.14 support (#93)
Full Changelog: v2.8.2...v2.9.0
v2.8.2
v2.8.1
What's Changed
- Bump CoolProp from 6.7.0 to 6.8.0 by @dependabot in #69
Full Changelog: v2.8.0...v2.8.1
v2.8.0
What's Changed
- Bump CoolProp from 6.6.0 to 6.7.0 by @dependabot in #59
- Added R1336mzz(E) to the FluidsList by @portyanikhin in #62
- Dropped Python 3.8 support by @portyanikhin in #60
- Added Python 3.13 support by @portyanikhin in #61
v2.7.2
What's Changed
- Fix error HumidAir.mixing humidity by @c-ortbauer in #57
- Bump tomli from 2.0.2 to 2.2.1 by @dependabot in #55
New Contributors
- @c-ortbauer made their first contribution in #57
Full Changelog: v2.7.1...v2.7.2
v2.7.1
What's Changed
- The
specify_phaseandunspecify_phasemethods of theFluidandMixtureclasses now returnsself(for methods chaining) by @portyanikhin in #45 (closes #44) - The
with_statemethod of theFluidandMixtureclasses no longer resets the specified phase by @portyanikhin in #52 (closes #44) - Updated required Python versions (to >=3.8, <3.13) by @portyanikhin in #46
- Bump tomli from 2.0.1 to 2.0.2 by @dependabot in #50
Full Changelog: v2.6.0...v2.7.1
v2.6.0
What's Changed
- Bump coolprop from 6.5.0.post1 to 6.6.0 by @dependabot in #35
- Added Python 3.12 support by @portyanikhin in #36
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Bump coolprop from 6.4.3.post1 to 6.5.0.post1 by @dependabot in #26
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Added the ability to specify the phase for fluids and mixtures by @portyanikhin in #23
- Documentation update by @portyanikhin in #24
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Added the ability to configure the units system using the config file by @portyanikhin in #15
- Added mass specific volume for the inputs and outputs of fluids, mixtures and humid air by @portyanikhin in #16
- Documentation update by @portyanikhin in #19
- Fixed as_dict and as_json methods by @portyanikhin in #20
Full Changelog: v2.3.2...v2.4.0