This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
102 lines (69 loc) · 2.44 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Changelog
=========
Here you can see the full list of changes between each Manwë release.
Version 1.3.2
-------------
Release date to be decided.
Version 1.3.1
-------------
Released on October 7th 2015.
- Fix bug in command line interface `samples show`.
- Wait for import task to complete in command line interface.
Version 1.3.0
-------------
Released on October 6th 2015.
- Bump API compatibility to `>=3.0.0,<4.0.0`.
- Wait for annotation task to complete in command line interface.
- Resource tasks (get state, wait for completion, resubmit).
- Ability to save ad-hoc specified field values
(:meth:`.Resource.save_fields`).
- Refresh fields on save.
- Optionally skip dirty fields in refresh.
Version 1.2.1
-------------
Released on October 2nd 2015.
- Add VERIFY_CERTIFICATE config setting.
- Allow API mounted on a subpath.
Version 1.2.0
-------------
Released on September 23rd 2015.
- Configurable collection cache and buffer size.
- Add :meth:`.Resource.refresh` method .
- Add :meth:`.ResourceCollection.reset` method.
- More complete Sphinx API documentation.
- Better Python API discoverability (through tab completion on the session and
resource instances, and better docstrings).
- Stream file uploads, effectively supporting large files without loading them
in memory.
Version 1.0.0
-------------
Released on September 13th 2015.
- Bump API compatibility to `>=2.1.0,<3.0.0`.
- Many new functions in a more complete command line interface.
- Restructure command line interface.
- Support more collection filters.
- Improve handling fields of type set.
- Support for annotation queries.
- Support for sample groups.
- Implement equality check on resources.
- Better discoverability of API (tab completion of the session object).
- New and simplified configuration file format (it is a Python module).
- Refactored and more complete unit tests.
Version 0.2.0
-------------
Released on August 31st 2015.
- Bump API compatibility to `>=1.0.0,<2.0.0`.
- Moved `git repository <https://github.com/varda/manwe>`_ to
`GitHub Varda organisation <https://github.com/varda>`_.
- Do not send uninitialized collection arguments.
- Annotate regions.
- Annotate a VCF file from the commandline.
- Import VCF/BED for existing samples.
- Get task status.
- Use API token instead of login and password.
- Fix sample activation.
- Support unset optional fields in resource creation.
Version 0.1.0
-------------
Released on May 11th 2013.
First public release.