JWS-116 Added the Sphinx generated documentation pages to website/docs.
[jabaws.git] / website / docs / _sources / man / changelog.rst.txt
1 Changelog
2 =========
3
4
5 .. _v2.2:
6
7 Version 2.2 (Released XX April 2017)
8 ------------------------------------
9
10 The website and documentation were improved:
11
12 * `Sphinx`_ is now used to generate our documentation pages.
13 * Documentation was updated to reflect the latest changes introduced in the project.
14 * Downloading the JABAWS distributions no longer require 'sign in' or 'sign up' to a user account.
15 * The pre-configured JABAWS Amazon Machine Image (AMI), which allowed for JABAWS to be run in the Amazon EC2 cloud, is no longer provided due to very limited use by the scientific community peers.
16
17 The versions of several application programs provided by JABAWS were bumped to the latest available.
18
19 * Clustal Omega was updated to version 1.2.4
20 * ClustalW was updated to version 2.1
21 * Mafft was updated to version 7.3.10
22 * T-Coffee was updated to version 11.00.8cbe486
23 * Protein secondary structure prediction with Jpred (version 3.0.3) was dropped from the list of provided services, as the use of the dedicated Jpred REST API (Jpred 4) is encouraged and recommended. This is the version that is currently provided within Jalview 2.9 or later.
24
25 .. note:: JABAWS version 2.2 is fully backward compatible with JABAWS v1.0 and v2.0. This means all JABAWS 1.0, 2.0, 2.0.1 and 2.1 clients should also be able to use JABAWS 2.2 services.
26
27
28 .. _Sphinx: http://www.sphinx-doc.org/en/stable/
29
30 ------------
31
32 .. _v2.1:
33
34 Version 2.1 (Released 1st Oct 2013)
35 -----------------------------------
36
37 Several new web services are available in this version of JABAWS:
38
39 * Two multiple sequence aligners (MSAprobs and GLprobs), both services return the standard Alignment object
40 * RNAalifoldWS returns RNAStructScoreManager, which is the standard ScoreManager objects with several additional methods
41 * JpredWS returns the JpredAligment object, which is the standard alignment with additional methods for extracting Jpred predictions. These predictions are supplied as additional sequences in the aligment
42
43 Some bugs have been fixed and several improvements have been done:
44
45 * WS status servlet returns version and some additional information on each web service
46 * a bug with path to help in the client
47 * Fix two bug with the Google Analytics library: no-stop due to running thread
48 * GoogleAnalytics gets proper JABAWS version
49
50 ------------
51
52 .. _v2.0.1:
53
54 Version 2.0.1 (Released 2nd Jul 2013)
55 -------------------------------------
56
57 JABAWS 2.0.1 includes several bug fixes and minor updates for JABAWS Version 2.0. These are listed below:
58
59 * Disembl returned swapped strings for HOTLOOPS and REM465
60 * Jronn failed to process jobs with more than 3 sequences
61 * JABAWS could not deal with FASTA records with '>' symbols in the record identificator
62 * Change of parameter description for AAcon: parameters have been replaced with options for calculation methods. This allows a user to get several AAcon's conservation scores in one call
63 * JABAWS never cleaned up job directories. Now JABAWS deletes the job directory if it exist longer than a period defined in Engine.properties
64 * Default web security has been incompatible with Tomcat 7.0.31 and newer
65 * Documentation has been updated
66
67 ------------
68
69 .. _v2.0:
70
71 Version 2 (Released 16th Dec 2011)
72 ----------------------------------
73
74 Compared to JABAWS 1, JABAWS 2 offers a greater number and diversity of web services, Amazon EC2 integration and improved ease of use.
75
76 It now contains:
77
78 * Updates for all multiple sequence alignment services
79 * Four new protein disorder prediction services
80 * Clustal Omega multiple sequence alignment web service
81 * Amino acid conservation service
82 * Web services execution statistics visualization
83 * Web services status check from a web page
84 * VirtualBox support was dropped in favour of VMware
85 * New WAR package for Mac users
86 * Amazon Machine Image (AMI) distributive to enable users to use JABAWS on the EC2 cloud
87 * Improved web services client API
88 * Simplified WAR package installation
89
90 .. warning:: To access the analysis web services introduced in JABAWS 2.0, clients that were designed for JABAWS v1.0 must be updated.