Skip to content

Commit dfa9a69

Browse files
authored
Merge pull request #344 from wouterpeere/issue143-temperature-dependent-fluid-parameters
Issue143 temperature dependent fluid parameters
2 parents 972ec07 + cef51e4 commit dfa9a69

File tree

93 files changed

+2303
-995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2303
-995
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,36 @@ our [project board](https://github.com/users/wouterpeere/projects/2) on GitHub.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8+
## [2.3.3] - Unpublished
9+
10+
### Added
11+
12+
- Temperature dependent fluid properties (issue #143).
13+
- Freezing point to fluid data (issue #314).
14+
15+
### Changed
16+
17+
- Changed back-end to be compatible with pygfunction 2.3.0 (issue #345).
18+
- The __repr__ of the different classes. It now returns a dictionary.
19+
- Remove ghe_logger since no longer used.
20+
821
## [2.3.2] - 2025-04-02
922

10-
## Added
23+
### Added
1124

1225
- Added support for DHW profiles in optimisation (issue #272).
26+
- Support for Python 3.13 (issue #319).
1327
- Added Prandtl number to FluidData class (issue #326).
1428
- Pressure drop calculation for horizontal pipe and total system (issue #332).
1529
- Added optimisation function for balanced borefield (issue #335).
1630
- Min_temperature and Max_temperature property to results class (issue #335).
17-
- Support for Python 3.13 (issue #319).
1831

19-
## Changed
32+
### Changed
2033

2134
- Added U-bend to the pressure drop calculation of the pipe (issue #332).
2235
- Remove optimise_load_power and optimise_load_energy from Borefield object (issue #332).
23-
- Changed back-end to be compatible with pygfunction 2.3.0 (issue #345).
2436

25-
## Fixed
37+
### Fixed
2638

2739
- Increase accuracy of optimise load profile (issue #335).
2840
- Problem with MonthlyBuildingLoadMultiYear (issue #339).
@@ -402,6 +414,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
402414

403415
- fixed bug in interpolation
404416

417+
[2.3.2]: https://github.com/wouterpeere/GHEtool/compare/v2.3.1...v2.3.2
418+
405419
[2.3.1]: https://github.com/wouterpeere/GHEtool/compare/v2.3.0...v2.3.1
406420

407421
[2.3.0]: https://github.com/wouterpeere/GHEtool/compare/v2.2.2...v2.3.0

0 commit comments

Comments
 (0)