JWS-109 & JWS-116 Bumped the release date and fixed the text regarding the Elixir-UK.
[jabaws.git] / website / docs / _sources / changelog.rst.txt
1 Changelog
2 =========
3
4
5 .. _v2.2:
6
7 Version 2.2 (Released 18 August 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 * Usage Statistics are now cached and refreshed every hour for improved website loading times.
15 * Service Status are now similarly cached and monitored every 10 minutes.
16 * We now provide a `Docker`_ image which allows for JABAWS to be run in Docker containers.
17 * Downloading the JABAWS distributions no longer require 'sign in' or 'sign up' to a user account.
18 * 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.
19
20 The versions of several application programs provided by JABAWS were bumped to the latest available.
21
22 * Clustal Omega was updated to version 1.2.4
23 * ClustalW was updated to version 2.1
24 * Mafft was updated to version 7.3.10
25 * T-Coffee was updated to version 11.00.8cbe486
26 * `AACon`_ was updated to version 1.1
27 * 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.
28
29 .. 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.
30
31
32 .. _Sphinx: http://www.sphinx-doc.org/en/stable/
33 .. _AACon: http://www.compbio.dundee.ac.uk/aacon/
34 .. _Docker: https://www.docker.com/
35
36 ------------
37
38 .. _v2.1:
39
40 Version 2.1 (Released 1st Oct 2013)
41 -----------------------------------
42
43 Several new web services are available in this version of JABAWS:
44
45 * Two multiple sequence aligners (MSAprobs and GLprobs), both services return the standard Alignment object
46 * RNAalifoldWS returns RNAStructScoreManager, which is the standard ScoreManager objects with several additional methods
47 * 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
48
49 Some bugs have been fixed and several improvements have been done:
50
51 * WS status servlet returns version and some additional information on each web service
52 * a bug with path to help in the client
53 * Fix two bug with the Google Analytics library: no-stop due to running thread
54 * GoogleAnalytics gets proper JABAWS version
55
56 ------------
57
58 .. _v2.0.1:
59
60 Version 2.0.1 (Released 2nd Jul 2013)
61 -------------------------------------
62
63 JABAWS 2.0.1 includes several bug fixes and minor updates for JABAWS Version 2.0. These are listed below:
64
65 * Disembl returned swapped strings for HOTLOOPS and REM465
66 * Jronn failed to process jobs with more than 3 sequences
67 * JABAWS could not deal with FASTA records with '>' symbols in the record identificator
68 * 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
69 * JABAWS never cleaned up job directories. Now JABAWS deletes the job directory if it exist longer than a period defined in Engine.properties
70 * Default web security has been incompatible with Tomcat 7.0.31 and newer
71 * Documentation has been updated
72
73 ------------
74
75 .. _v2.0:
76
77 Version 2 (Released 16th Dec 2011)
78 ----------------------------------
79
80 Compared to JABAWS 1, JABAWS 2 offers a greater number and diversity of web services, Amazon EC2 integration and improved ease of use.
81
82 It now contains:
83
84 * Updates for all multiple sequence alignment services
85 * Four new protein disorder prediction services
86 * Clustal Omega multiple sequence alignment web service
87 * Amino acid conservation service
88 * Web services execution statistics visualization
89 * Web services status check from a web page
90 * VirtualBox support was dropped in favour of VMware
91 * New WAR package for Mac users
92 * Amazon Machine Image (AMI) distributive to enable users to use JABAWS on the EC2 cloud
93 * Improved web services client API
94 * Simplified WAR package installation
95
96 .. warning:: To access the analysis web services introduced in JABAWS 2.0, clients that were designed for JABAWS v1.0 must be updated.