-
Notifications
You must be signed in to change notification settings - Fork 272
/
NEWS
63 lines (43 loc) · 1.3 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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.