forked from 2mh/PyBioC
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
43 lines (35 loc) · 1.22 KB
/
CHANGES.txt
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
2.0
---
New reader and writer for BioC JSON, based on the converter by Don Comeau (https://github.com/ncbi-nlp/BioC-JSON).
Renamed the existing, XML-based BioCReader and BioCWriter to BioCXMLReader and BioCXMLWriter, respectively.
1.02.4
------
New method `BioCWriter.iterfragments()`: Iterate over serialised XML fragments,
thus avoiding in-memory construction of the complete tree.
1.02.3
------
Make `BioCWriter.tostring()` a public method.
Avoid rebuilding the whole structure for every call to `__str__()`.
1.02.2
------
Various minor bugfixes
1.02.1
------
Approach PEP8, especially by making implicit relative import explicit.
Changes by Tilia Ellendorff <[email protected]>,
Max Nanis <[email protected]>, Lenz Furrer <[email protected]>.
1.02
----
Don't assume text element in passage must be avilable.
(Thanks to Adrian van der Lek <[email protected]>.)
1.01
----
Fix invalid handling of id attributes for annotation and relation tags.
(Thanks to Tilia Ellendorff <[email protected]> for pointing it out.)
1.00
----
PyBioC library reaches usable state. The classes BioCReader and BioCWriter can
be used to read in and write out PyBioC XML data, respectively.
0.1
---
Initial (incomplete) version created in analogy to BioC_Java_1.0.1.