This this the changelog file for the Pothos Python toolkit.

Release 0.4.2 (pending)
==========================

- Fix call() template deduction for OSX

Release 0.4.1 (2020-07-19)
==========================

- Added python environment info
- Additional logging support
- Add support for full range of integers in python
- Support optional topology factory args (ex JSON factory)

Release 0.4.0 (2017-12-25)
==========================

- Replaced use of callVoid() and callProxy() with 0.6 call API
- Renamed the project repo from pothos-python to PothosPython
- Require Pothos version 0.6 for test plan JSON format change
- Alternative JSON C++ library to handle JSON parsing/emitting

Release 0.3.0 (2017-04-27)
==========================

- Support native use of Pothos::Label object in Python
- Support numpy numeric types to native type conversions
- Support Pothos::BufferChunk to/from numpy conversions
- Python log handler that integrates with Poco logger
- Added conf loader plugin for python-based projects

Release 0.2.3 (2017-04-23)
==========================

- Fix for cache overwrite of POTHOS_PYTHON_DIR variable
- Fix conversion for python integer to 64-bit number

Release 0.2.2 (2016-11-24)
==========================

- Fix OutputPort postLabel for Labels created in python
- Debian python3 build fixes needed under Ubuntu 14.04

Release 0.2.1 (2016-08-19)
==========================

- Dual python2 + python3 build for debian packaging
- Additional build helpers for python development config
- Added missing debian install files

Release 0.2.0 (2016-08-02)
==========================

- Support callable function operator syntax
- Pothos plugin deinit() using std::atexit()
- Switch to 0.4.0 API BlockRegistry factory

Release 0.1.4 (2016-06-24)
==========================

- Allow the use of native PyObjects with using C++ Object
- Added pythonic wrappers for Topology and BlockRegistry

Release 0.1.3 (2016-03-06)
==========================

- Ability to override POTHOS_PYTHON_DIR cmake variable
- Added missing libpoco-dev to debian Build-Depends

Release 0.1.2 (2015-12-16)
==========================

- Added debian packaging support for python toolkit
- fix python module export (specifically gcc + python3)
- added plugin event to unload plugins at unload time

Release 0.1.1 (2015-06-16)
==========================

- rename TestBlocks install path to avoid name collisions
- parse distutils to determine the python install path

Release 0.1.0 (2014-12-21)
==========================

This is the first public release of the Pothos Python toolkit.
