|
Revision 129, 486 bytes
(checked in by mk, 2 years ago)
|
Implemented --keep-log command line option.
|
| Line | |
|---|
| 1 |
Version 0.6 |
|---|
| 2 |
|
|---|
| 3 |
* Recognition of three docstring formatting syntaxes: ReST, epytext and |
|---|
| 4 |
javadoc. |
|---|
| 5 |
* Ability to score egg packages. |
|---|
| 6 |
* Implementation of --static and --lite command line switches for running |
|---|
| 7 |
different subsets of indices. |
|---|
| 8 |
* Speeded up pylint execution. |
|---|
| 9 |
* Cheesecake recognizes usage of unit test frameworks. |
|---|
| 10 |
* Added lots of missing unit and functional tests. |
|---|
| 11 |
* Major refactoring of Cheesecake class and indices classes. |
|---|
| 12 |
* Implemented --keep-log option. |
|---|