* grscheller.datastructures moved to its own GitHub repo * https://github.com/grscheller/datastructures * GitHub and PyPI user names just a happy coincidence
0.1.0.0
* Package implementing data structures which do not throw exceptions * Did not push to PyPI until version 0.2.1.0 * Initial Python grscheller.datastructures for 0.1.0.0 commit: * dqueue - implements a double sided queue class Dqueue * stack - implements a LIFO stack class Stack