Navigation
index
modules
|
next
|
previous
|
Foundations 2.0.4 documentation
»
5. Changes
¶
5.1. 2.0.4 - Stable
¶
Foundations
2.0.4 - Stable - Milestone:
https://github.com/KelSolaar/Foundations/issues?milestone=2&state=closed
Refactored exceptions handling code in
foundations.exceptions
module.
Refactored execution tracing code through new
foundations.trace
module.
Refactored verbose logging code through new
foundations.verbose
module.
Generic purpose decorators have been moved to dedicated
foundations.decorators
module.
foundations.io.File
class now supports online resources.
Added
foundations.common.dependencyResolver
definition.
5.2. 2.0.3 - Stable
¶
Added support for
Python 2.6
.
5.3. 2.0.2 - Stable
¶
Updated package directory structure to be compliant with
Python Package Index
.
Added documentation / Api files.
Added TCP server implementation through
foundations.tcpServer
module.
foundations.walkers.FilesWalker
class has been refactored to
foundations.walkers.filesWalker
generator definition.
5.4. 2.0.1 - Stable
¶
Prevented memory leak in
foundations.dataStuctures.Structure
class.
5.5. 2.0.0 - Stable
¶
Major package refactor.
Added
cache
,
dag
,
dataStructures
modules and associated units tests module.
5.6. 1.0.4 - Stable
¶
Reorganize package directories structure.
Added
rotatingBackup
module and associated
testsRotatingBackup
units tests module.
5.7. 1.0.3 - Stable
¶
Ensured that the parser will split attributes only one time.
Added
toPosixPath
method to
strings
module and associated units tests.
5.8. 1.0.2 - Stable
¶
Added
getWords
and
filterWords
methods to
strings
module and associated units tests.
Implemented
filterWords
in
walkers
module.
Added
getSplitextBasename
definition to
strings
module and associated units tests to
testsStrings
module.
Replaced list comprehension expressions by generators.
5.9. 1.0.1 - Stable
¶
Added
namespace
module and associated
testsGlobals
units tests module.
5.10. 1.0.0 - Stable
¶
Initial release of Foundations.
Table Of Contents
5. Changes
5.1. 2.0.4 - Stable
5.2. 2.0.3 - Stable
5.3. 2.0.2 - Stable
5.4. 2.0.1 - Stable
5.5. 2.0.0 - Stable
5.6. 1.0.4 - Stable
5.7. 1.0.3 - Stable
5.8. 1.0.2 - Stable
5.9. 1.0.1 - Stable
5.10. 1.0.0 - Stable
Previous topic
4.21. foundations.walkers
Next topic
6. About
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
Foundations 2.0.4 documentation
»