Releases: petersulyok/diskinfo
Releases · petersulyok/diskinfo
v1.2.0
Added
- A new method, called
get_smart_data()
, has been implemented inDisk
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
v1.0.1
Fixed
- PyPI package version number fixed
v1.0.0
First official release
Added
- Planned functionality implemented
- Unit tests are implemented, coverage is 100%, connected to codecov.io
- The code is linted with
flake8
andpylint
- 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
New feature: repr() implemented for Disk
and DiskInfo
classes.
New feature: workflow implemented for publishing to PyPI
v0.9.8
Disk()
class can be initialized with serial number and wwn name too.
v0.9.7
Github worklow added
Badges added to README.md
Documentation updated
v0.9.4
Rich demo implemented
Demo screenshot included in README.md
v0.9.3
readthedocs.io
documentation configured
Refactoring: package renamed from disk_info
to diskinfo
v0.9.1
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