Skip to content

Releases: tfpf/pysorteddict

v0.6.0

18 May 06:32
7653815
Compare
Choose a tag to compare

What's Changed

  • Change homepage theme by @tfpf in #115
  • Raise the same exceptions in __contains__ as in done in __getitem__ by @tfpf in #118

Full Changelog: v0.5.3...v0.6.0

v0.5.3

17 May 10:10
Compare
Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

v0.5.2

17 May 09:18
8cd1112
Compare
Choose a tag to compare

What's Changed

  • Don't increase the reference count of the key type by @tfpf in #109
  • Better indicate errors caused by key types which are not built-in by @tfpf in #111
  • Separate PyObjectWrapper into sorted_dict_utils.hh by @tfpf in #113
  • Update documentation and bump version by @tfpf in #114

Full Changelog: v0.5.1...v0.5.2

v0.5.1

16 May 20:05
abcbf7d
Compare
Choose a tag to compare

What's Changed

  • Try to publish to PyPI automatically by @tfpf in #106

Full Changelog: v0.5.0...v0.5.1

v0.5.0

16 May 15:46
86cd82b
Compare
Choose a tag to compare

What's Changed

  • Support decimal.Decimal keys by @tfpf in #102
  • Update documentation and prepare for v0.5.0 by @tfpf in #104

Full Changelog: v0.4.6...v0.5.0

v0.4.6

14 May 19:01
e70b8e3
Compare
Choose a tag to compare

What's Changed

  • Use Sphinx for documentation by @tfpf in #96

Full Changelog: v0.4.5...v0.4.6

v0.4.5

14 May 15:30
85804fb
Compare
Choose a tag to compare

What's Changed

  • RuntimeError instead of ValueError when key type is not set by @tfpf in #95

Full Changelog: v0.4.4...v0.4.5

v0.4.4

11 May 18:20
531b023
Compare
Choose a tag to compare

What's Changed

  • Code coverage job by @tfpf in #90
  • Provide actionable exception messages by @tfpf in #91
  • Documentation on GitHub Pages by @tfpf in #93

Full Changelog: v0.4.3...v0.4.4

v0.4.3

10 May 19:32
Compare
Choose a tag to compare

What's Changed

  • Randomised testing by @tfpf in #87
  • Disable 32-bit builds and combine workflows by @tfpf in #89

Full Changelog: v0.4.2...v0.4.3

v0.4.2

07 May 16:46
Compare
Choose a tag to compare

What's Changed

  • cibuildwheel bump and C++ source rename by @tfpf in #80
  • Use newer Setuptools on Windows to allow developing on MSYS2 by @tfpf in #85
  • Check for bad keys in separate method by @tfpf in #86

Full Changelog: v0.4.1...v0.4.2