CHANGES
=======

0.21.0
------

* Basic support for nvme devices
* Use pure argparse
* Move smart utils to its own module
* Fix error cpu benchmark with Python 3.x
* fix travis config for python 3.7 by using xenial

0.20.1
------

* detect: Add support and testing for ppc64le and aarch64
* detect: Refactor the code in get\_cpus()
* Don't repeat the same string formatting
* Move file I/O into a generic function for reuse
* Small typo fixes
* Be more robust when parseing NUMA information
* Do not access /sys on system running unit tests
* Adding license information to requirements

0.20.0
------

* Make the cache info collection more robust
* hardware/megacli.py: Fixing typo
* quality: Improving coding style
* detect: Reporting CPU boost
* detect: Don't read scaling governor with cat
* hpacucli: Avoid parenthesis in items
* detect: Enforcing en\_US-UTF-8
* bios\_hp: Don't execute hp-conrep on non HP systems
* Add test\_detect\_utils
* bios\_hp: Improve dump\_hp\_bios testing
* detect: Reworking CPU detection
* Rewriting tox.ini
* Fixing pep8 test
* Adding proper coverage test
* Refactoring of test\_detect
* hardware: Reporting HP's bios configuration
* Adding support for python 3.7
* Increasing pbr version
* Fixing empty raise statement
* Switching to ipaddress
* Fixing broken pep8 test
* hardware/hpacucli.py: Reporint 'ctrl slot=x show'
* hardware/hpacucli.py: Improving generic\_parsing() to avoid wrong split
* hardware/detect.py: Reporting io scheduler
* hardware/detect.py: Reporting nr\_requests
* Fixing pep8 error on newly landed hpacucli patch
* hardware/hpacucli.py: Avoid PDs not being detected
* Updating test-requirements to use latest pylint
* Drop support for python 3.4 in favor of 3.6
* hardware/hpacucli.py: Adding ssacli support
* Fixing parsing issues with python3.x in detect\_utils
* Remove old reference to sdparm requirement
* Use sysfs instead of forking sdparm for WCE/RCD
* Add a system UUID on ppc64le
* Add mock to test-requirements
* Fixup tox warnings and set basepython for pylint
* Switch py27 and py34 in envlist
* New task in hardware detection: detect RTC setting
* Adding how to install
* support python 3.5
* Fix Infiniband device naming
* Fix Infiniband device enumeration
* setup: Adding Python 3 classifier
* documentation: Adding doc requirements
* documentation: Making runtime deps explicit
* Enhance documentation
* Fix Python 3 issues
* Fix pep8 warnings
* Run autopep8
* megacli: Searching various version of megacli executable
* detect: Adding Areca support
* matcher: Adding range() function

0.18
----

* Allow floating numbers in gt, ge, lt and le functions
* fix backtracking bug (bad saved state on variables)
* cardiff: Comparing hardware physical disks
* cardiff: Improving code quality
* cardiff: Tests shall use check.xxxx() functions
* cardiff: Moving print\_groups calls into compare\_type()
* detect: Automatic megacli's LD description
* hardware/cardiff/check.py: fix pep8 warnings
* README.rst: fix url for Travis image status
* .travis.yml: use the new infrastructure based on containers
* Use travis\_wait to avoid timeout when installing python dependencies
* cardiff: Insuring data are tuples
* cardiff: Fixing typo
* cardiff: Fixing gnuplot header
* cardiff: Reworking modes ordering

0.17
----

* Resist to an invalid UTF-8 string from the hardware detection

0.16
----

* hardware/cardiff: support for gnuplot v5
* hardware/cardiff: fix pep8 fixes
* tools/cardiff: fix call to analyze\_data

0.15
----

* hardware/matcher.py: improve generate\_filename\_and\_macs
* hardware/cmdb.py: do not abort if there is an error backuping a cmdb file
* Revert "Fix empty print statements"
* tools/pylintrc: do not disable C0325 anymore
* tools/pylintrc: do not report C0325 for Python3 compat
* fix pylint C0325 reports for other keywords than the print keywork
* Fix empty print statements

0.14
----

* - imported cardiff from edeploy
* hardware/infiniband.py: fix the use of cmd. Fixes #13
* If checking for processor number

0.13
----

* Remove the psutil dependency
* Add support for benchmark tests
* tox.ini: switch to python 3.4
* README.rst: add travis status image
* tox.ini: activate coverage check by default
* tox.ini: use find to lookup python files to be checked by pylint
* .travis.yml: add coverage gating via tools/check-coverage.sh
* tools/check-pylint-score.sh: remove debug traces
* tools/check-pylint-score.sh: fix sed expression to cope with pylint first run format and multiple runs format
* tools/check-pylint-score.sh: output commands to be able to debug travis
* tools/check-pylint-score.sh: back to standard sh and cleanup temp file
* .travis.yml: fix typo in command
* try to fix .travis.yml for multiple python versions
* tox.ini: add a tox check to avoid regressing the pylint score
* hardware/state.py: remove none mac

0.12
----

* CONTRIBUTING.rst: fix bad urls. Closes #8
* hardware/cmdb.py: fix cmdb\_filename requesting a trailing / in cfg\_dir

0.11
----

* remove debug print, it ends up in the result on stdout

0.10
----

* hardware/matcher.py: add boolean functions
* hardware/detect.py: refactoring to add unit tests
* detect: Adding more serial id fallbacks

0.9
---

* hardware: specify the logger by module. Fixes #4
* hardware.generate: don't yield on tuple

0.8
---

* hardware.state: added an hardware\_info method
* hardware/detect.py: abort if lshw returns an error. Fixes #3
* detect: Fixing megaraid pdisk counting
* Add tests to reproduce the merge problem
* Fix typo in generate\_dict from generate.py

0.7
---

* hardware/state.py: fix typo in \_\_init\_\_

0.6
---

* finalize python 3 port
* hardware/state.py: init \_lockfd to be safe
* hardware/state.py: set \_lock\_fd in unlock

0.5
---

* hardware.generate: support config-tools use cases
* hardware.matcher: added a regexp function to be used in specs files

0.4
---

* hardware.state: add locking methods

0.3
---

* added state.py
* fix import to be compatible with python 3
* hardware/cmdb.py: manage error using exceptions

0.2.1
-----

* requirements.txt: force pbr >= 0.8.2

0.2
---

* hardware/cmdb.py: expose generate for load\_cmdb

0.1
---

* setup.cfg: fix script entry point
* let pbr create the hardware-detect script
* added .travis.yml
* added cmdb.py
* matcher.py: added generate\_filename\_and\_macs
* added generate.py
* put test\_matcher.py in hardware/tests
* added matcher.py
* README.rst: fix nested list
* tox.ini,setup.cfg: list only supported python versions
* describe hardware features in README.rst
* remove openstack-common.conf
* tox.ini: ignore H302 reports from flake8
* fix flake8 reports on test\_megacli.py
* continue to refactor to fix flake8 reports
* detect.py: fix flake8 reports
* tests: remove unused files
* tests put output snippets in tests/samples
* imported files from edeploy/src
* Initial Cookiecutter Commit
