Skip to content

Releases: realshouzy/pynrw

v1.5.2

11 Jun 00:50
Compare
Choose a tag to compare

What's Changed

  • Utilize contextlib.closing for managing sqlite3 cursor resources
  • Update documention

Full Changelog: v1.5.1...v1.5.2

v1.5.1

07 Jun 20:53
Compare
Choose a tag to compare

What's Changed

  • Update setuptools config
  • Further internal adjustments

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 May 11:22
Compare
Choose a tag to compare

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

21 May 00:24
Compare
Choose a tag to compare
  • Improve the implementation of Server

Full Changelog: v1.4.1...v1.4.2

v1.4.1

18 May 14:53
Compare
Choose a tag to compare
  • Improve documentation
  • Link source to the project

Full Changelog: v1.4.0...v1.4.1

v1.4.0

17 May 23:32
Compare
Choose a tag to compare

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

14 May 21:36
Compare
Choose a tag to compare

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
  • Further internal adjustments

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 May 01:11
Compare
Choose a tag to compare
  • 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

08 May 14:18
Compare
Choose a tag to compare
  • Fixed AttributeError when calling str with empty List, Stack or Queue

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 May 20:55
Compare
Choose a tag to compare
  • implemented __str__ for List, Stack and Queue
  • further minor internal adjustments

Full Changelog: v1.0.0...v1.1.0