|
Revision 179, 0.9 kB
(checked in by mk, 2 years ago)
|
Changing version to 0.6.1.
|
| Line | |
|---|
| 1 |
Version 0.6.1 |
|---|
| 2 |
* Implemented optional PEP8 index that checks code style conformance to PEP8. |
|---|
| 3 |
It can be enabled by --with-pep8 command-line option. |
|---|
| 4 |
* If pylint runs longer than two minutes, it will be automatically terminated. |
|---|
| 5 |
This time can be configured with --pylint-max-execution-time option. |
|---|
| 6 |
* Fixed bug in PyPI download index that may cause installability to be > 100%. |
|---|
| 7 |
|
|---|
| 8 |
Version 0.6 |
|---|
| 9 |
|
|---|
| 10 |
* Recognition of three docstring formatting syntaxes: ReST, epytext and |
|---|
| 11 |
javadoc. |
|---|
| 12 |
* Ability to score egg packages. |
|---|
| 13 |
* Implementation of --static and --lite command line switches for running |
|---|
| 14 |
different subsets of indices. |
|---|
| 15 |
* Speeded up pylint execution. |
|---|
| 16 |
* Cheesecake recognizes usage of unit test frameworks. |
|---|
| 17 |
* Added lots of missing unit and functional tests. |
|---|
| 18 |
* Major refactoring of Cheesecake class and indices classes. |
|---|
| 19 |
* Implemented --keep-log option. |
|---|