CHANGES
=======

3.0.0
-----

* Add Django 2.0 support
* Update flake8 from 3.4.1 to 3.5.0
* Update pep8 from 1.7.0 to 1.7.1
* Update pydocstyle from 2.1.0 to 2.1.1
* Update pydocstyle to 2.1.0 (#64)
* Update pytest from 3.2.2 to 3.2.3
* Update six from 1.10.0 to 1.11.0
* Update pytest from 3.2.1 to 3.2.2
* Update pytest from 3.2.0 to 3.2.1
* Update pyflakes from 1.5.0 to 1.6.0
* Update pytest from 3.1.3 to 3.2.0
* Update sympy from 1.1 to 1.1.1
* Update flake8 from 3.3.0 to 3.4.1
* Update pytest from 3.1.2 to 3.1.3
* Update sympy from 1.0 to 1.1
* Update pytest from 3.1.1 to 3.1.2
* Update py from 1.4.33 to 1.4.34
* Update isort from 4.2.13 to 4.2.15
* Update isort from 4.2.12 to 4.2.13
* Update isort from 4.2.9 to 4.2.12
* Update isort from 4.2.5 to 4.2.9
* Update pytest from 3.1.0 to 3.1.1
* Update pytest from 3.0.7 to 3.1.0
* Update pydocstyle from 1.1.1 to 2.0.0
* Update py from 1.4.32 to 1.4.33
* Update pytest from 3.0.6 to 3.0.7
* Update field initialization to match current behavior
* Update flake8 from 3.2.1 to 3.3.0
* Update mccabe from 0.6.0 to 0.6.1
* Update mccabe from 0.5.3 to 0.6.0
* Update pytest from 3.0.5 to 3.0.6
* Update pyflakes from 1.4.0 to 1.5.0
* Update requirements and test suite (#32)
* Tweak example code (#31)
* Removing unnecessary double-running of unit tests; they are being ran via coverage later.  (Sorry for jumping to conclusions; forgive me, @codingjoe)

2.4.0
-----

* Added bidimensional\_separator setting/kwarg  (#29)
* Re-enable running tests; tests were disabled as part of a2017b7171e36033aadb5c4d4df40a4dd248b9f7 for an unknown reason
* add missing import (#26)

2.3.0
-----

* unit\_choices via .get\_units(); unicode labels

2.2.3
-----

* Adds better logging message for lazy field assignment
* Fixes isort issues

2.2.2
-----

* Fixes unit guessing for float assignment
* Removing now-obsolute pypi.in badges
* Updating docs to reference the proper location for measures; fixes #23

2.2.1
-----

* Adds hotfix to allow float value assignment

2.2.0
-----

* Bump version number
* Remove SubFieldBase since its deprecated
* Update QA
* Remove south rules

2.1.1
-----

* Fixed min and max-value form field kwargs
