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
BalancedParenthesesmethod - Better adjustment for typing annotations and parameter declaration
- Simplification several methods in
Listmethod
Issues :
- Inserting new object in
DoubleLinkedListraise an exception even though already filled the value - Index out of range issue in
Stackassignment - All built-in APIs for
PriorityQueuenot working at all
Pure-datastructures 0.1.4 (2020-25-05)¶
Highlights :
- Adding
benchmarkdecorators for measure code performance - Adding
DoubleLinkedList - Adding custom exception for
List - Fixed inserting new object in
Stack,Queue,CircularQueueandList
Issues :
- Inserting new object in
PriorityQueuenot working - Inserting new object in
OrderedStackwill 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()inStackandQueue - Providing delete node on
Listusingprocedure_delete_node()
Pure-datastructures 0.1.1 (2020-07-05)¶
Highlights :
- Fixed
is_empty()only returnFalse - Fixed
unittestnot discover of all test - Adding
is_full()inStackandQueue - Adding
CircularQueue() - Adding
IndexErrorinQueue - Depth coverage about throwing exceptions in
QueueandStack
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,dequeueandis_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