Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@Zabamund Zabamund released this 08 Mar 13:43
· 74 commits to master since this release
753cc4c

Release highlights since Version 0.1.1:

  • Breaking: All computations on wellpaths now return copies (like pandas)
  • The tutorial has been overhauled
  • read_header_json now properly distinguishes files and file names
  • interpolate.py removed as superceeded by method specific interpolations
  • wellpathpy no longer depends on scipy
  • More methods have been added to the deviation:
    • radius_curvature
    • tan_methods
  • More methods to move have been added to the position_log:
    • loc_to_tvdss
    • loc_to_zero
    • to_wellhead
  • When writing to CSV no longer save the index
  • position_log has learned to write to CSV (to_csv)