1.4.0
What's Changed
- Add CONTRIBUTING.md by @kpfleming in #1
- Document the rationale for using
pyformat
by @godlygeek in #4 - Fix DB-API 2.0 description inconsistency by @godlygeek in #5
- Update version in preparation for new release by @godlygeek in #6
- Remove use of cython at setup.py by @mariocj89 in #9
- Proposal: Rename package to 'comdb2' from 'python-comdb2' by @mariocj89 in #8
- Bump version to 1.2.0 by @godlygeek in #10
- Use pkg-config to build the C extension by @mariocj89 in #11
- Use
pyproject.toml
for build dependencies by @mariocj89 in #12 - Bump version to 1.2.1 by @mariocj89 in #13
- Add
MANIFEST.in
to includepyproject.toml
by @mariocj89 in #14 - Bump version to 1.2.2 by @mariocj89 in #15
- Don't import
comdb2
in PyPI by @mariocj89 in #16 - fixed sphinx config to get version from its new location, _about.py by @oboratav in #17
- Replace Cython's deprecated
property
syntax by @grigoriosgiann in #19 - Bump version to 1.2.3 by @godlygeek in #20
- Handle statements beginning with a comment by @godlygeek in #21
- setup.py: Drop explicit dependency on protobuf-c by @godlygeek in #22
- Add a note to tips about bytearray length by @rhoban13 in #23
- Bump version to 1.3.0 by @godlygeek in #24
- Sphinx configuration updates by @godlygeek in #25
- docs: Add tips on how to bind dynamic list by @nchepanov in #26
- Improve error message for bind failures by @godlygeek in #27
- Release version 1.3.2 by @godlygeek in #28
- Fix
DatetimeUs.astimezone
Python 3 compatibility by @godlygeek in #29 - Add type stubs for the public interface by @godlygeek in #30
- Fix params type hints by @godlygeek in #33
New Contributors
- @kpfleming made their first contribution in #1
- @mariocj89 made their first contribution in #9
- @oboratav made their first contribution in #17
- @grigoriosgiann made their first contribution in #19
- @rhoban13 made their first contribution in #23
- @nchepanov made their first contribution in #26
Full Changelog: https://github.com/bloomberg/python-comdb2/commits/1.4.0