Skip to content

Commit 3c78483

Browse files
committed
updates to tests and docs
1 parent db92302 commit 3c78483

File tree

6 files changed

+167
-97
lines changed

6 files changed

+167
-97
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3+
## 0.5.2rc0, 23 February 2022
4+
5+
- Fixed [bug #208](https://github.com/agile-geoscience/welly/issues/208) which essentially meant `rename_alias` was always `False` when getting a well or project as a DataFrame.
6+
37
## 0.5.1, 18 February 2022
48

59
- `Curve.values` now returns a 1D array for a 1D curve.
610
- Added `Project.basis_range` to provide the min and max of all curves in the project.
711
- Added [a user guide page for `Project`](https://code.agilescientific.com/welly/userguide/projects.html).
812
- Fixed [bug #202](https://github.com/agile-geoscience/welly/issues/202) with curve indexing.
9-
- Fixed [bug #206](https://github.com/agile-geoscience/welly/issues/206) that prvented quality tests from running on aliased curves.
13+
- Fixed [bug #206](https://github.com/agile-geoscience/welly/issues/206) that prevented quality tests from running on aliased curves.
1014
- Fixed [bug #207](https://github.com/agile-geoscience/welly/issues/207) that was causing the quality table not to render correctly in some situations.
1115

1216
## 0.5.0, 14 February 2022

0 commit comments

Comments
 (0)