Releases: boromir674/software-patterns
Releases · boromir674/software-patterns
v2.0.0
What's Changed
- Software Patterns v2.0.0 Release by @boromir674 in #21
Full Changelog: v1.3.0...v2.0.0
Software Design Patterns v1.3.0
Singleton Design Pattern
Release support for the Singleton Design Pattern, implemented as a Python Metaclass.
Software Patterns v1.2.1
Fix integration of types
with setuptools
(through setup.cfg
).
Typed Software Patterns v1.2.0
Typed Software Patterns v1.2.0
Allows modules/packaged importing the software_patterns
module to automatically "detect" the types
as defined in the software_patterns
source code.
Software Patterns v1.1.2
Software patterns
Added Badge in README to show the number of monthly pypi downloads for the software-patterns
python package.
Software Patterns v1.1.0
feature
^^^^^^^
- add apidoc & docs cmds to facilitate automatic docs generation & docs local build
- add memoize, notification, proxy & subclass registry software design patterns
test
^^^^
- cover all code with tests
Software Patterns v1.0
Software Patterns v1.0.0
This release features the addition of the Documentation Pages.
Documentation Pages (docs) are hosted online at https://software-patterns.readthedocs.io .
In the docs one can:
- read about the Software Design Patterns in general as well as examine the ones implemented in the project.
- see code visualizations depicting the dependency graph and the uml class diagrams.
- find a Developer's Guide which should serve as the starting point for anyone who wishes to contribute to the software-patterns repository
- see the full (python) API documentation (ie classes, methods, functions, docstrings)
Software Patterns in Python
v0.9.0 Software Patterns in Python