Releases: agilescientific/welly
Releases · agilescientific/welly
v0.5.3rc0
What's Changed
Enhancements
- Make
defaults
on global namespace by @WesleyTheGeolien in #228 - Update defaults.py by @ThomasMGeo in #221
Bugfixes
- fix #194 new basis with
basis
arg onwell.df()
by @patrick-reinhard in #212 - Fixed a bug where lasio no longer has the method add_curve. by @gavargas22 in #237
- Fix/curve deprecated access by @gavargas22 in #239
- Fix plot 2d curve by @NicolasCami in #236
- Fix Pandas deprecation by @frank1010111 in #241
- Fix synthetics Bugs by @hyperiongeo in #152
Non-code and backend updates
- Remove Py 3.6 from CI and update actions by @kwinkunks in #229
- Importlib and hatch by @frank1010111 in #240
- Update AUTHORS.md info by @dcslagel in #222
New Contributors
- @kwinkunks made their first contribution in #229
- @WesleyTheGeolien made their first contribution in #228
- @gavargas22 made their first contribution in #237
- @frank1010111 made their first contribution in #240
- @NicolasCami made their first contribution in #236
- @hyperiongeo made their first contribution in #152
Full Changelog: v0.5.2...v0.5.3rc0
v0.5.2
v0.5.2rc0
v0.5.1
Curve.values
now returns a 1D array for a 1D curve.- Added
Project.basis_range
to provide the min and max of all curves in the project. - Added a user guide page for
Project
. - Fixed bug #202 with curve indexing.
- Fixed bug #206 that prevented quality tests from running on aliased curves.
- Fixed bug #207 that was causing the quality table not to render correctly in some situations.
v0.5.0
This version represents a substantial re-engineering of welly
. Please read CHANGES.md and see the documentation.