Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit bcd4a3b

Browse files
committed
Updated release notes.
1 parent 01b3671 commit bcd4a3b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/release_notes.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,36 @@ Current Development Version
99

1010
Major Updates
1111

12+
* Support for ``numpy`` conventions verification has been added (#129, #226).
1213
* Support for Python 2.6 has been dropped (#206, #217).
1314
* Support for PyPy3 has been temporarily dropped, until it will be
1415
equivalent to CPython 3.3+ and supported by ``pip`` (#223).
1516
* Support for the ``pep257`` console script has been dropped. Only the
1617
``pydocstyle`` console script should be used (#216, #218).
18+
* Errors are now printed to ``stdout`` instead of ``stderr`` (#201, #210).
1719

1820
New Features
1921

2022
* Decorator-based skipping via ``--ignore-decorators`` has been added (#204).
2123
* Support for using pycodestyle style wildcards has been added (#72, #209).
2224
* Superfluous opening quotes are now reported as part of D300 (#166, #225).
23-
* Support for ``numpy`` conventions verification has been added (#129, #226).
2425
* Fixed a false-positive recognition of `D410` and added `D412` (#230, #233).
2526
* Added ``--config=<path>`` flag to override the normal config file discovery
2627
and choose a specific config file (#117, #247).
28+
* Support for specifying error codes with partial prefix has been added, e.g.,
29+
``--select=D101,D2`` (#72, #209).
30+
* All configuration file can now have the ``.ini`` extension (#237).
31+
* Added better imperative mood checks using third party stemmer (#235, #68).
2732

2833
Bug Fixes
2934

3035
* Made parser more robust to bad source files (#168, #214)
3136
* Modules are now considered private if their name starts with a single
3237
underscore. This is a bugfix where "public module" (D100) was reported
3338
regardless of module name (#199, #222).
39+
* Removed error when ``__all__`` is a list (#62, #227).
40+
* Fixed a bug where the ``@`` sign was used as a matrix multiplication operator
41+
in Python 3.5, but was considered a decorator by the parser (#246, #191).
3442

3543

3644
1.1.1 - October 4th, 2016

0 commit comments

Comments
 (0)