Recent Releases of welly
welly - v0.5.3rc1
What's Changed
Enhancements
- Make
defaultson global namespace by @WesleyTheGeolien in https://github.com/agilescientific/welly/pull/228 - Update defaults.py by @ThomasMGeo in https://github.com/agilescientific/welly/pull/221
Bugfixes
- fix #194 new basis with
basisarg onwell.df()by @patrick-reinhard in https://github.com/agilescientific/welly/pull/212 - Fixed a bug where lasio no longer has the method add_curve. by @gavargas22 in https://github.com/agilescientific/welly/pull/237
- Fix/curve deprecated access by @gavargas22 in https://github.com/agilescientific/welly/pull/239
- Fix plot 2d curve by @NicolasCami in https://github.com/agilescientific/welly/pull/236
- Fix Pandas deprecation by @frank1010111 in https://github.com/agilescientific/welly/pull/241
- Fix synthetics Bugs by @hyperiongeo in https://github.com/agilescientific/welly/pull/152
Non-code and backend updates
- Remove Py 3.6 from CI and update actions by @kwinkunks in https://github.com/agilescientific/welly/pull/229
- Importlib and hatch by @frank1010111 in https://github.com/agilescientific/welly/pull/240
- Update AUTHORS.md info by @dcslagel in https://github.com/agilescientific/welly/pull/222
New Contributors
- @kwinkunks made their first contribution in https://github.com/agilescientific/welly/pull/229
- @WesleyTheGeolien made their first contribution in https://github.com/agilescientific/welly/pull/228
- @gavargas22 made their first contribution in https://github.com/agilescientific/welly/pull/237
- @frank1010111 made their first contribution in https://github.com/agilescientific/welly/pull/240
- @NicolasCami made their first contribution in https://github.com/agilescientific/welly/pull/236
- @hyperiongeo made their first contribution in https://github.com/agilescientific/welly/pull/152
Full Changelog: https://github.com/agilescientific/welly/compare/v0.5.2...v0.5.3rc0
- Python
Published by frank1010111 about 1 year ago
welly - v0.5.3rc0
What's Changed
Enhancements
- Make
defaultson global namespace by @WesleyTheGeolien in https://github.com/agilescientific/welly/pull/228 - Update defaults.py by @ThomasMGeo in https://github.com/agilescientific/welly/pull/221
Bugfixes
- fix #194 new basis with
basisarg onwell.df()by @patrick-reinhard in https://github.com/agilescientific/welly/pull/212 - Fixed a bug where lasio no longer has the method add_curve. by @gavargas22 in https://github.com/agilescientific/welly/pull/237
- Fix/curve deprecated access by @gavargas22 in https://github.com/agilescientific/welly/pull/239
- Fix plot 2d curve by @NicolasCami in https://github.com/agilescientific/welly/pull/236
- Fix Pandas deprecation by @frank1010111 in https://github.com/agilescientific/welly/pull/241
- Fix synthetics Bugs by @hyperiongeo in https://github.com/agilescientific/welly/pull/152
Non-code and backend updates
- Remove Py 3.6 from CI and update actions by @kwinkunks in https://github.com/agilescientific/welly/pull/229
- Importlib and hatch by @frank1010111 in https://github.com/agilescientific/welly/pull/240
- Update AUTHORS.md info by @dcslagel in https://github.com/agilescientific/welly/pull/222
New Contributors
- @kwinkunks made their first contribution in https://github.com/agilescientific/welly/pull/229
- @WesleyTheGeolien made their first contribution in https://github.com/agilescientific/welly/pull/228
- @gavargas22 made their first contribution in https://github.com/agilescientific/welly/pull/237
- @frank1010111 made their first contribution in https://github.com/agilescientific/welly/pull/240
- @NicolasCami made their first contribution in https://github.com/agilescientific/welly/pull/236
- @hyperiongeo made their first contribution in https://github.com/agilescientific/welly/pull/152
Full Changelog: https://github.com/agilescientific/welly/compare/v0.5.2...v0.5.3rc0
- Python
Published by frank1010111 about 1 year ago
welly - v0.5.2
- Fixed bug #208 which essentially meant
rename_aliaswas alwaysFalsewhen getting a well or project as a DataFrame. - Fixed bug #209 that prevented Well (and therefore Project) from exporting a DataFrame for some recent versions of
pandas.
- Python
Published by kwinkunks almost 4 years ago
welly - v0.5.1
Curve.valuesnow returns a 1D array for a 1D curve.- Added
Project.basis_rangeto 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.
- Python
Published by kwinkunks about 4 years ago
welly - v0.5.0
This version represents a substantial re-engineering of welly. Please read CHANGES.md and see the documentation.
- Python
Published by kwinkunks about 4 years ago