Releases: realshouzy/pynrw
Releases · realshouzy/pynrw
v1.5.2
What's Changed
- Utilize
contextlib.closing
for managingsqlite3
cursor
resources - Update documention
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Update
setuptools
config - Further internal adjustments
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Remove
reverse_inorder
- Replace
_display_binary_node_impl
with a permissively-licensed alternative - Further internal adjustments
Full Changelog: v1.4.2...v1.5.0
v1.4.2
- Improve the implementation of
Server
Full Changelog: v1.4.1...v1.4.2
v1.4.1
- Improve documentation
- Link source to the project
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Implement network classes by @realshouzy in #4
- Fix critical mistakes in the implementation of the traversal algorithms
- Further internal adjustments
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Implemented database classes by @realshouzy in #3
- Add reverse tree traversal by introducing the
reverse
boolean keyword argument in 0887f3e- Marked
reverse_inorder
as deprecated in 792c0a4
- Marked
- Further internal adjustments
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Implement
__str__
and__repr__
for all datastructures - Simplify project structure by consolidating stubs into their respective
__init__.pyi
Full Changelog: v1.1.1...v1.2.0
v1.1.1
- Fixed
AttributeError
when callingstr
with emptyList
,Stack
orQueue
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- implemented
__str__
forList
,Stack
andQueue
- further minor internal adjustments
Full Changelog: v1.0.0...v1.1.0