Skip to content

Commit e0174f4

Browse files
committed
update release info and bump version 1.1.12 -> 1.2.0
1 parent f63a604 commit e0174f4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ReleaseNotes.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2+
########################################################################################
3+
4+
VERSION 1.2.0
5+
6+
FIX:
7+
- Remove unnecessary files from git repo
8+
- replace outdated nosetests -> pytest as test running
9+
10+
IMPROVEMENTS:
11+
- Improve handling of HOG IDs in pyham. HOG objects use "hog_id" or "og" attribute
12+
from orthoxml to show objects, and also include the taxonomic range.
13+
- LOFT attribute will be loaded for gene elements if assigned in orthoxml.
14+
15+
16+
117
########################################################################################
218

319
VERSION 1.1.12

pyham/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .TreeProfile import *
1515
from .iham import *
1616

17-
__version__ = "1.1.12"
17+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)