Dtools-datastructures

Latest version: v0.25.0

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 11

0.5.2.1

* data structures now support a much more FP style for Python
* implemented Maybe monad
* introduces the use of type annotations for this effort
* much better test coverage

0.5.0.0

* begin work on a more functional approach
* create a monadic Option class
* drop the subclassing of NONE
* put this effort on a new branch: feature_maybe
* some flaws with previous approach
* the OO redirection not best
* for a class used in computationally intense contexts
* adds way too much complexity to the design
* some Python library probably already implemented this
* without looking, these probably throw tons of exceptions
* more fun implementing it myself
* then being dissatisfied with someone else's design

0.4.0.0

* subtle paradigm shift for Stack class
* empty Stacks no longer returned for nonexistent stacks
* like the tail of an empty stack
* singleton Stack.stackNONE class object returned instead
* Stack & _StackNONE classes inherit from _StackBase
* still working out the API

0.3.0.2

* updated class Dqueue
* added __eq__ method
* added equality tests to tests/test_dqueue.py
* improved docstrings

0.2.3.0

* added __eq__ method to Stack class
* added some preliminary tests
* more tests are needed
* worst case O(n)
* will short circuit fast if possible

0.2.2.2

* decided base package should have no dependencies other than
* Python version (>=2.10 due to use of Python match statement)
* Python standard libraries
* made pytest an optional \[test\] dependency
* added src/ as a top level directory as per
* https://packaging.python.org/en/latest/tutorials/packaging-projects/
* could not do the same for tests/ if end users are to have access

Page 10 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.