Skip to content

Releases: petersulyok/diskinfo

v1.2.0

02 Oct 13:53
Compare
Choose a tag to compare

Added

  • A new method, called get_smart_data(), has been implemented in Disk class. It returns the SMART data of the
    disk (feature request in issue #3 implemented). Additional classes have been defined for SMART data:
    DiskSmartData(), SmartAttribute(), NvmeAttributes().
  • Documentation, unit tests have been updated

Removed

  • Python 3.6 has been removed from list of the supported Python versions because the package building and installation
    is not working here.

v1.1.0

25 Sep 16:11
Compare
Choose a tag to compare

Added

  • A new method, called get_temperature(), has been implemented in Disk class. It returns the temperature of the
    disk (feature request in issue #2 implemented).
  • Documentation, unit tests have been updated

v1.0.1

24 Sep 19:33
Compare
Choose a tag to compare

Fixed

  • PyPI package version number fixed

v1.0.0

24 Sep 19:25
Compare
Choose a tag to compare

First official release

Added

  • Planned functionality implemented
  • Unit tests are implemented, coverage is 100%, connected to codecov.io
  • The code is linted with flake8 and pylint
  • API documentation is created and published on readthedocs.io
  • Python distribution package is published on PyPI
  • Github workflows are implemented to automate testing and package publishing

v0.9.9

24 Sep 15:56
Compare
Choose a tag to compare
v0.9.9 Pre-release
Pre-release

New feature: repr() implemented for Disk and DiskInfo classes.
New feature: workflow implemented for publishing to PyPI

v0.9.8

22 Sep 17:47
Compare
Choose a tag to compare
v0.9.8 Pre-release
Pre-release

Disk() class can be initialized with serial number and wwn name too.

v0.9.7

21 Sep 17:14
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release

Github worklow added
Badges added to README.md
Documentation updated

v0.9.4

20 Sep 19:11
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

Rich demo implemented
Demo screenshot included in README.md

v0.9.3

19 Sep 16:45
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

readthedocs.io documentation configured
Refactoring: package renamed from disk_info to diskinfo

v0.9.1

18 Sep 13:32
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

This is a beta pre-release:

  • all functionality implemented
  • API documentation created
  • all code is unit tested
  • the code is checked with flake8 and pylint