Scrapely release notes
======================

0.13.5 (2019-06-18)
-------------------

- Update C extensions generated from Cython for python 3.7
- Fix PEP8 violations

0.13.4 (2017-05-26)
-------------------

- Improved price extraction
- Replaced deprecated functions

0.13.3 (2017-01-27)
-------------------

- Use 64 bit integers when matching pages

0.13.2 (2016-12-21)
-------------------

- Add python3 support for `url_to_page` function

0.13.1 (2016-12-21)
-------------------

- Remove numpy as a mandatory import in setup.py

0.13.0 (2016-12-21)
-------------------

- Python 3 support;
- fixed incorrect webpage encoding detection;
- usability improvements for scrapely.tool;
- internal cleanups;
- number extractor now supports numbers with a sign.
- add C extension to speed up parsing and extraction

0.12.0 (2015-01-26)
-------------------

- TemplatePageExtractor can now use multiple top-level extractors;
- internal cleanups;

0.11.0 (2014-08-01)
-------------------

- HtmlPageParsedRegion can be copied/deepcopied.

0.10 (2014-01-14)
-----------------

- Several bug fixes and improvements to the IBL extraction logic;
- allow training the Scraper class with an HtmlPage;
- Python 2.5 support is dropped;
- Unicode improvements for scrapely.tool.

0.9 (2011-04-19)
----------------

First release of Scrapely.
