Skip to content

Version 1.2.2

Compare
Choose a tag to compare
@ralequi ralequi released this 23 Dec 11:06
· 91 commits to master since this release
5ea5a4a
  • Fixing more python typing issues
  • Fixed issue with device interfaces on some methods #56
  • Smartctl now has exec method for better overloadings. Requested in #54
  • Fix disk capacity parsing: Now we retrieve the human and the "real" values. Size() will return the real/machine value instead the expanded human value which introduces some inaccuracies.
  • Fix disk capacity parsing on NVMe devices (#53)
  • Fixed some strange issues with char \u202f (#52)
  • Breaking changes
    • smartctl.all:
      • Parameters where reordered to make it more consistent with the rest of the library.
    • device.interface, device.smartctl_interface and device.dev_interface:
      • Attribute interface moved into _interface
      • Added new property smartctl_interface which returns the interface value used by smartctl
      • Added new property dev_interface which returns a fine tuned interface value that reflects more accurately the device interface
      • Added new property interface that wraps around smartctl_interface for compatibility.