You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,22 @@
1
1
# Changelog
2
2
3
-
## 0.5.3, spring 2023
3
+
## 0.5.3, unreleased
4
4
5
5
- Added option `use_mnemomics` to `well.df()`. The default `False` uses the keys of `well.data` as the column names in the DataFrame. Note that there may be duplicate mnemonics in the resulting DataFrame. This was [issue #218](https://github.com/agilescientific/welly/issues/218).
6
+
- Updated defaults.py in [pr #221](https://github.com/agilescientific/welly/pull/221)
7
+
- Put `defaults` in the global namespace with [pr #228](https://github.com/agilescientific/welly/pull/228)
8
+
- Fixed [bug #194](https://github.com/agilescientific/welly/pull/212) new basis with `basis` arg on ``well.df()``
6
9
- Fixed [bug #224](https://github.com/agilescientific/welly/issues/224) which resulted in incorrect mathematical calculations when curves were only on the right-hand side of some operators.
7
10
- Fixed [bug #219](https://github.com/agilescientific/welly/issues/219) which gave a non-useful error if td was shallower than the deviation survey.
8
11
- Fixed [bug #217](https://github.com/agilescientific/welly/issues/217) which made it impossible to change (set) a curve mnemonic.
9
12
- Fixed [bug #216](https://github.com/agilescientific/welly/issues/216) which caused problems creating a DataFrame when two curves have the same mnemonic.
10
13
- Fixed [bug #214](https://github.com/agilescientific/welly/issues/214) which threw no warnings if a LAS with non-increasing depths was loaded, and no warnings when the curve with step=0 was used.
14
+
- Fixed a bug where lasio no longer has the method add_curve. in [pr #237](https://github.com/agilescientific/welly/pull/237)
15
+
- Fixed curve deprecated access in [pr #239](https://github.com/agilescientific/welly/pull/239)
16
+
- Fixed plotting a 2d curve by in [pr #235](https://github.com/agilescientific/welly/pull/236)
17
+
- Fixed several pandas deprecations in [pr #241](https://github.com/agilescientific/welly/pull/241)
18
+
- Fixed bugs in synthetics in [pr #152](https://github.com/agilescientific/welly/pull/152)
19
+
- Switched to a hatch build backend in [pr #240](https://github.com/agilescientific/welly/pull/240)
11
20
- Added (open source, non-tracking) analytics for [code.agilescientific.com/welly](https://code.agilescientific.com/welly) with plausible.io.
0 commit comments