Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 13 Sep 13:30
1a1e7a0

Added

  • support for Python 3.12.
  • AP sensing .tra support, as the reference temperature sensor data by this device in only logged in .tra and not in the .xml log files.
    added functions in io/apsensing.py to read .tra files if they are in the same directory as the .xml files.
  • more test data from AP sensing device N4386B, which do also contain their .tra log files

Fixed

  • device ID bug for APSensing. Device ID is N4386B instead of C320. C320 was an arbitrary name given for the wellbore by the user.

Changed

  • the verify_timedeltas keyword argument is now optional when merging two single ended datasets.
  • removed statsmodels as a dependency. It is now optional, and only used for testing the wls_sparse solver