* The main classes Xlsform and Workbook are available after importing the package, such as `from pmix import Xlsform` * Formatting changes.
0.6.0
* Added "renumber" module for bulk find/replace * Added "CellContext" class to carry information about cells
0.5.0
* Update for borrow-web
0.4.1
* Small patch to remove print statement
0.4.0
* Added direct python API for borrow, e.g. from pmix.borrow import borrow.
0.3.0
* Updated handling of error cells. * Added feature to list error cells. * Removed test files from setup.py * Updated requirements files - requirements-dev.txt list base dependencies and pinned linters - requirements.txt lists the results of pip freeze. * Set up for PyPI