Skip to content

Latest commit

 

History

History
84 lines (68 loc) · 6.49 KB

CHANGELOG.md

File metadata and controls

84 lines (68 loc) · 6.49 KB

Changelog

v2.2.1 (2021-06-09)

Fix

v2.2.0 (2021-04-30)

Feature

  • Add c2dat lookup to Commit class: it may be better suited as a standalone function for bulk lookup of commit properties without instantiating any commits (4737f10)

v2.1.0 (2021-04-29)

Feature

  • Added first author property to Blob class (da1a0bc)

Fix

  • Trying to fix build by dropping py2 (103ad5b)
  • Manylinux is not on default docker registry (afef5dd)
  • Fixing docker image to manylinux2010 and using std=g11 flag instead of c99 (24f6dac)
  • Giving up on manylinux2010 until fix is found: use userland install (6f7ca49)
  • Moving back to unsupported manylinux2010 to try to fix build error (583dcc9)
  • Moving back to unsupported manylinux2010 to try to fix build error (aa2ded7)
  • Moving back to unsupported manylinux2010 to try to fix build error (0c9d6bb)
  • Dropping c99 to avoid posix incompatibilities (96d6f8e)
  • Dropping c99 to avoid posix incompatibilities (d7ed3fb)

Documentation

  • Disable production warnings in pages build environment (8cde418)
  • Make oscar importable by sphinx (307dcc4)
  • Fix classes autodoc (285b5b6)

v2.0.5 (2021-01-04)

Fix

  • Prevent semantic release from ruining manylinux builds (0cf11ec)

v2.0.4 (2021-01-04)

Fix

  • Apparently only Python2 needs *mu tag, Python3 should use *m one (3754db1)
  • Use wide unicode tags for wheels (cp27mu and cp36mu, as most Linux distributions use those) (afc609b)

v2.0.3 (2021-01-03)

Fix

  • Yet another ci debugging commit (4aa52f3)
  • Remove non-manylinux binaries to fix release uploads (79ed5ee)

Documentation

v2.0.2 (2021-01-03)

Fix

  • Prevent semantic-release from deleting built packages (ba7f468)

v2.0.1 (2021-01-03)

Fix

v2.0.0 (2021-01-03)

Feature

  • Include statically linked libtokyocabinet support (97db8b4)
  • Py2 compatibility (cdd5af3)
  • Python3 support (941f123)
  • Automatic version and key length detection (899a74f)
  • Issue warnings on hosts other than da4 (c0ba613)

Fix

  • Update Py version requirements in setup.py (2e3a912)
  • Issues revealed by integration test (d8a4713)
  • Numerous regressions because of Py3 compatibility (c01722f)
  • Make Commit attributes Py3 compatible (f16f80c)
  • Numerous Py2/3 compatibility issues (408cddc)
  • Lint checker warnings (9e04ed5)
  • Restore new table names for commits timeline table after merge conflict) (feb6e98)
  • Cleanup after undergrads (2056d38)

Breaking

  • make trees non-recursive by default (ab5400a)
  • Python3 support (941f123)

Documentation

  • Update contribution guide (cfd291c)
  • Minor improvements (7678165)
  • Write contribution guideline (204b22f)
  • Make docstring convention consistent (Google style) (c707f52)