Releases: portyanikhin/PyFluids
Releases · portyanikhin/PyFluids
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_phase
andunspecify_phase
methods of theFluid
andMixture
classes now returnsself
(for methods chaining) by @portyanikhin in #45 (closes #44) - The
with_state
method of theFluid
andMixture
classes 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
v2.3.2
What's Changed
- Implemented the use of modern Python type annotations (PEP 604) by @portyanikhin in #6
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Updated build process by @portyanikhin
- Changed dependency management system to the Poetry by @portyanikhin
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Added Python 3.11 support by @portyanikhin
- Refactoring by @portyanikhin
- Update examples by @portyanikhin
- Documentation update by @portyanikhin
- Bump CoolProp from 6.4.1 to 6.4.2 by @dependabot in #4
- Bump CoolProp from 6.4.2 to 6.4.3.post1 by @dependabot in #5
Full Changelog: v2.2.1...v2.3.0
v2.2.1
Documentation update.