Skip to content

Commit

Permalink
update changes for 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frank1010111 committed Dec 28, 2024
1 parent 4cd1812 commit 442a9e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Changelog

## 0.5.3, spring 2023
## 0.5.3, unreleased

- 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).
- Updated defaults.py in [pr #221](https://github.com/agilescientific/welly/pull/221)
- Put `defaults` in the global namespace with [pr #228](https://github.com/agilescientific/welly/pull/228)
- Fixed [bug #194](https://github.com/agilescientific/welly/pull/212) new basis with `basis` arg on ``well.df()``
- 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.
- Fixed [bug #219](https://github.com/agilescientific/welly/issues/219) which gave a non-useful error if td was shallower than the deviation survey.
- Fixed [bug #217](https://github.com/agilescientific/welly/issues/217) which made it impossible to change (set) a curve mnemonic.
- Fixed [bug #216](https://github.com/agilescientific/welly/issues/216) which caused problems creating a DataFrame when two curves have the same mnemonic.
- 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.
- Fixed a bug where lasio no longer has the method add_curve. in [pr #237](https://github.com/agilescientific/welly/pull/237)
- Fixed curve deprecated access in [pr #239](https://github.com/agilescientific/welly/pull/239)
- Fixed plotting a 2d curve by in [pr #235](https://github.com/agilescientific/welly/pull/236)
- Fixed several pandas deprecations in [pr #241](https://github.com/agilescientific/welly/pull/241)
- Fixed bugs in synthetics in [pr #152](https://github.com/agilescientific/welly/pull/152)
- Switched to a hatch build backend in [pr #240](https://github.com/agilescientific/welly/pull/240)
- Added (open source, non-tracking) analytics for [code.agilescientific.com/welly](https://code.agilescientific.com/welly) with plausible.io.

## 0.5.2, 28 February 2022
Expand Down

0 comments on commit 442a9e9

Please sign in to comment.