Skip to content

Releases: boromir674/software-patterns

v2.0.0

19 Nov 21:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

Software Design Patterns v1.3.0

10 Jun 10:13
Compare
Choose a tag to compare

Singleton Design Pattern

Release support for the Singleton Design Pattern, implemented as a Python Metaclass.

Software Patterns v1.2.1

04 May 14:34
Compare
Choose a tag to compare

Fix integration of types with setuptools (through setup.cfg).

Typed Software Patterns v1.2.0

04 May 14:14
Compare
Choose a tag to compare

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

30 Apr 19:06
Compare
Choose a tag to compare

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

30 Apr 18:38
Compare
Choose a tag to compare

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

10 Jan 18:24
Compare
Choose a tag to compare

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:

  1. read about the Software Design Patterns in general as well as examine the ones implemented in the project.
  2. see code visualizations depicting the dependency graph and the uml class diagrams.
  3. find a Developer's Guide which should serve as the starting point for anyone who wishes to contribute to the software-patterns repository
  4. see the full (python) API documentation (ie classes, methods, functions, docstrings)

Software Patterns in Python

09 Dec 20:30
Compare
Choose a tag to compare
v0.9.0

Software Patterns in Python