Release history¶
Using semantic versioning and based on PEP 440 (version identification and dependency specification). All the release history (binary / numbers only) can be found in PyPi changelog
Changelog¶
Pure-datastructures 0.2.0 (2021-29--05)¶
Highlights :
- Remove
BalancedParentheses
method - Better adjustment for typing annotations and parameter declaration
- Simplification several methods in
List
method
Issues :
- Inserting new object in
DoubleLinkedList
raise an exception even though already filled the value - Index out of range issue in
Stack
assignment - All built-in APIs for
PriorityQueue
not working at all
Pure-datastructures 0.1.4 (2020-25-05)¶
Highlights :
- Adding
benchmark
decorators for measure code performance - Adding
DoubleLinkedList
- Adding custom exception for
List
- Fixed inserting new object in
Stack
,Queue
,CircularQueue
andList
Issues :
- Inserting new object in
PriorityQueue
not working - Inserting new object in
OrderedStack
will return empty list, this shouldn't be have an object or list
Pure-datastructures 0.1.3 (2020-14-05)¶
Highlights :
- Adding custom exception for Queue and Stack
Pure-datastructures 0.1.2 (2020-10-05)¶
Highlights :
- Dropped support for python 2.7 or below
- Adding
is_balanced()
inStack
andQueue
- Providing delete node on
List
usingprocedure_delete_node()
Pure-datastructures 0.1.1 (2020-07-05)¶
Highlights :
- Fixed
is_empty()
only returnFalse
- Fixed
unittest
not discover of all test - Adding
is_full()
inStack
andQueue
- Adding
CircularQueue()
- Adding
IndexError
inQueue
- Depth coverage about throwing exceptions in
Queue
andStack
Pure-datastructures 0.1.0 (2020-05-05)¶
Highlights :
- Fixed iteration in
LinkedList
- Reorganize all data structures
- Adding
UnorderedList
size()
functions are changing intoexpand_size()
Pure-datastructures 0.0.8 (2020-04-05)¶
Highlights :
- Adding
search_obj()
forList
. - Adding basic queueing (perform
enqueue
,dequeue
andis_empty
)
Pure-datastructures 0.0.5 (2020-04-05)¶
Highlights :
- Remove mock test in every references
Pure-datastructures 0.0.1 (2020-04-05)¶
- Pre-release for pure-datastructures