-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
76 lines (53 loc) · 1.61 KB
/
Changes
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
64
65
66
67
68
69
70
71
72
73
74
75
76
#### obogaf::parser 1.373
###### New Features
- add the new subroutine obo_filter with test
- improve subroutine get_parents_or_children_list and gene2biofun
###### Changes
- add case insensitive regex to read obo and gaf file
- improve tutorial
#### obogaf::parser 1.272
###### Changes
- fix CPAN Testers issues
#### obogaf::parser 1.271
###### Changes
-fix CPANTS issues
#### obogaf::parser 1.270
###### New Features
- add the new subroutine get_parents_or_children_list
- add source/destination name of obo terms ID in build_edges and build_subonto subroutines
- fix bug in die condition in build_subonto subroutine
###### Changes
- adjusted test according to the New Features of build_edges and build_subonto subroutines
- made test for get_parents_or_children_list
- updated reference manual and read the docs documentation
#### obogaf::parser 1.016
###### Changes
- add some degenerate test
- add homepage in Makefile.PL
#### obogaf::parser 1.015
###### Changes
- fix CPAN Testers issues
- improve Makefile.PL
#### obogaf::parser 1.014
###### Changes
- improve obogaf::parser module
- add much more test cases
- add Test::Files dependencies (to fix CPAN issues)
- add regex in MANIFEST.SKIP
- improve Makefile.PL
#### obogaf::parser 1.003
###### Changes
- improve Makefile.PL:
- add clean attribute
- add CONFIGURE_REQUIRES
- add regex in MANIFEST.SKIP
#### obogaf::parser 1.002
###### Changes
- fix CPANTS issues
#### obogaf::parser 1.001
###### Changes
- add test
- fix minor bugs
- create documentations on Read the Docs (https://obogaf-parser.readthedocs.io)
#### obogaf::parser 0.001
###### Module Genesis