BTrees Changelog

4.6.1 (2019-11-07)

4.6.0 (2019-07-30)

4.5.1 (2018-08-09)

4.5.0 (2018-04-23)

4.4.1 (2017-01-24)

Fixed a packaging bug that caused extra files to be included (some of which caused problems in some platforms).

4.4.0 (2017-01-11)

4.3.2 (2017-01-05)

4.3.1 (2016-05-16)

4.3.0 (2016-05-10)

4.2.0 (2015-11-13)

4.1.4 (2015-06-02)

4.1.3 (2015-05-19)

4.1.2 (2015-04-07)

4.1.1 (2014-12-27)

4.1.0 (2014-12-26)

4.0.8 (2013-05-25)

4.0.7 (2013-05-22)

4.0.6 (2013-05-14)

4.0.5 (2013-01-15)

4.0.4 (2013-01-12)

4.0.3 (2013-01-04)

4.0.2 (2013-01-03)

4.0.1 (2012-10-21)

4.0.0 (2012-10-20)

Platform Changes

  • Dropped support for Python < 2.6.
  • Factored BTrees as a separate distribution.

Testing Changes

  • All covered platforms tested under tox.
  • Added support for continuous integration using tox and jenkins.
  • Added setup.py dev alias (installs nose and coverage).
  • Dropped dependency on zope.testing / zope.testrunner: tests now run with setup.py test.

Documentation Changes

  • Added API reference, generated via Spinx' autodoc.
  • Added Sphinx documentation based on ZODB Guide (snippets are exercised via 'tox').
  • Added setup.py docs alias (installs Sphinx and repoze.sphinx.autointerface).