- Convert tests that were incompatible with Pytest 4.0+ and reported "xfail" when run with that version
26.0.5
- Update autopep8 and flake8, which in particular now enforce rules W504 and W605 - W504 goes against house style, so we add it to ignored rules - W605 may seem like an [overreach](https://github.com/PyCQA/pycodestyle/issues/755) but does make sense (additional details in PR description), so we upgrade a few regexes to raw strings
26.0.4
- Fixes regression introduced by Core v25 when running YAML tests with reforms or extensions
26.0.3
- Remove `__future__` statements - As Python 2 support has been dropped, they are not needed anymore.
26.0.2
- Collect and publish measurements of which lines of codes are exercised (or not) by our tests
26.0.1
- Greet visitors to our Github repo with badges providing contact and code information