Skip to content

Releases: elmar-hinz/Python.Challenges

Adding graph module

13 Mar 20:27
Compare
Choose a tag to compare

The graph module contains the classes: Graph, Node, Edge.

Changing naming conventions

10 Mar 17:14
Compare
Choose a tag to compare
  • Another round of change in the naming convention to prevent conflicts in the library resolution.
  • First unit tests of the library itself created.

Documenting base class challenge

09 Mar 21:08
Compare
Choose a tag to compare

Starting with version 0.3.0 the classes will be documented step by step.

Changing naming conventions

09 Mar 17:14
Compare
Choose a tag to compare

Changing the naming conventions of the challenge class and the test case class. See message of previous commit.

Finetune the Readme

08 Mar 22:11
Compare
Choose a tag to compare

Version 0.1.5

* Finetune the Readme.
* Bring links into rst style.
* Add status badge from readthedocs.
* Status informations within the head.

Readthedocs

08 Mar 21:00
Compare
Choose a tag to compare

This version will by synchronised with the documentation build process at readthedocs.

Update README

08 Mar 16:53
Compare
Choose a tag to compare

A minor update of the README.

First release

08 Mar 16:55
Compare
Choose a tag to compare

This version is the fist working public release. The previous releases have been withdrawn due to not working version file.