Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
mutalyzer
Commits
c972a172
Commit
c972a172
authored
9 years ago
by
Vermaat
Browse files
Options
Downloads
Plain Diff
Merge pull request #55 from mutalyzer/release-2.0.9
Release 2.0.9
parents
312b7029
be82f191
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+20
-8
20 additions, 8 deletions
CHANGES.rst
mutalyzer/__init__.py
+2
-2
2 additions, 2 deletions
mutalyzer/__init__.py
with
22 additions
and
10 deletions
CHANGES.rst
+
20
−
8
View file @
c972a172
...
...
@@ -4,10 +4,22 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.10
--------------
Release date to be decided.
Version 2.0.9
-------------
Release date to be decided.
Released on July 9th 2015.
- Improvements in encoding detection of uploaded batch files (`#52
<https://github.com/LUMC/mutalyzer/pull/52>`_, `#53
<https://github.com/LUMC/mutalyzer/pull/53>`_).
- Usability improvements in reading DNA for description extractor (`#54
<https://github.com/mutalyzer/mutalyzer/pull/54>`_).
Version 2.0.8
...
...
@@ -17,7 +29,7 @@ Released on May 27th 2015.
- The `HGVS variant description extractor
<https://github.com/mutalyzer/description-extractor>`_ package is available
through the Description Extractor interface (`
GitHub
#1
through the Description Extractor interface (`#1
<https://github.com/LUMC/mutalyzer/pull/1>`_).
- GitHub project moved from `LUMC/mutalyzer
<https://github.com/LUMC/mutalyzer>`_ to `mutalyzer/mutalyzer
...
...
@@ -29,9 +41,9 @@ Version 2.0.7
Released on March 27th 2015.
- Return fault code and description on RPC service errors (`
GitHub
#31
- Return fault code and description on RPC service errors (`#31
<https://github.com/LUMC/mutalyzer/pull/31>`_).
- Use esummary 2.0 response format (`
GitHub
#31
- Use esummary 2.0 response format (`#31
<https://github.com/LUMC/mutalyzer/pull/32>`_).
...
...
@@ -41,9 +53,9 @@ Version 2.0.6
Released on February 10th 2015.
- Added `getGeneLocation` webservice method. Given a gene symbol and optional
genome build, it returns the location of the gene (`
GitHub
#28
genome build, it returns the location of the gene (`#28
<https://github.com/LUMC/mutalyzer/pull/28>`_).
- Discard incomplete genes in genbank reference files (`
GitHub
#26
- Discard incomplete genes in genbank reference files (`#26
<https://github.com/LUMC/mutalyzer/pull/26>`_).
...
...
@@ -57,9 +69,9 @@ Released on December 16th 2014.
- Source code moved from `GitLab <https://git.lumc.nl/mutalyzer/mutalyzer>`_
to `GitHub <https://github.com/LUMC/mutalyzer>`_.
- Automated unit tests `on Travis CI <https://travis-ci.org/LUMC/mutalyzer>`_
(`
GitHub
#16 <https://github.com/LUMC/mutalyzer/pull/16>`_).
(`#16 <https://github.com/LUMC/mutalyzer/pull/16>`_).
- Developer documentation `hosted on Read the Docs
<http://mutalyzer.readthedocs.org/en/latest/>`_ (`
GitHub
#17
<http://mutalyzer.readthedocs.org/en/latest/>`_ (`#17
<https://github.com/LUMC/mutalyzer/pull/18>`_).
...
...
This diff is collapsed.
Click to expand it.
mutalyzer/__init__.py
+
2
−
2
View file @
c972a172
...
...
@@ -21,8 +21,8 @@ from __future__ import unicode_literals
# [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
# [2] http://semver.org/
__version_info__
=
(
'
2
'
,
'
0
'
,
'
9
'
,
'
dev
'
)
__date__
=
'
27 May
2015
'
__version_info__
=
(
'
2
'
,
'
0
'
,
'
10
'
,
'
dev
'
)
__date__
=
'
9 Jul
2015
'
__version__
=
'
.
'
.
join
(
__version_info__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment