Skip to content

Commit 3cf8b33

Browse files
Update CHANGELOG.md
1 parent e9e5f1a commit 3cf8b33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Version 2.4 (in development)
44

5+
### Enhancements
6+
7+
* [Issue 211](https://github.com/MassimoCimmino/pygfunction/issues/211) - Refactored the `heat_transfer` module. The `finite_line_source`, `finite_line_source_vertical` and `finite_line_source_inclined` functions now use `Borefield` objects as arguments instead of the geometrical parameters of the boreholes. This simplifies calls to these functions.
8+
59
### Other changes
610

711
* [Issue 319](https://github.com/MassimoCimmino/pygfunction/issues/319) - Created `solvers` module. `Solver` classes are moved out of the `gfunction` module and into the new module.
@@ -16,7 +20,7 @@
1620

1721
### Bug fixes
1822

19-
* [Issue 305](https://github.com/MassimoCimmino/pygfunction/issues/305) - Fixed `ClaessonJaved` to return a float when the *g*-function is a vector (i.e. when there is only one heat source). This is required for compatibility with `numpy` version `2.x`.
23+
* [Issue 307](https://github.com/MassimoCimmino/pygfunction/issues/307) - Fixed `ClaessonJaved` to return a float when the *g*-function is a vector (i.e. when there is only one heat source). This is required for compatibility with `numpy` version `2.x`.
2024

2125
### Other changes
2226

0 commit comments

Comments
 (0)