source: tags/svn.1.5.4/arb_CHANGES.txt

Last change on this file was 6774, checked in by westram, 14 years ago
  • merged changelog from stable (all changes are already in trunk)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 10.4 KB
Line 
1ARB change log
2
3Major changes for next release:
4
5 - Show brackets on open groups (dendrogram tree only)
6 - Detect clusters of species with similar sequences (OTUs) in ARB_DIST
7 - Rewrote chimera check. Allows filtering
8 - Rewrote alignment adaption during merge
9 - ORF display:
10   - arc does not cross characters
11   - Fixed colors of amino names
12 - load/save for window specific settings (e.g. allows to share parts of configuration
13   with other users)
14 - many internal refactorings
15
16
17Fixes for arb_5.2:
18
19 * bugfixes
20   - quicksave did silently do nothing (especially not save anything) if an error occurred
21   - ARB_EDIT4: crashed when using config with MANY unknown species
22   - ARB_SECEDIT: crashed when trying to paint strand w/o any base
23   - ARB_NTREE/ARB_PARS: crashed when clicking on inner tree node w/o groupinfo
24 * changes
25   - ARB uses xdg-open to display web-pages
26 * internal fixes
27   - karmic koala (gcc 4.4.1)
28   - installation script
29   - arb build process uses xsltproc instead of sablotron
30
31
32Fixes for arb_5.1:
33
34 * fixed a bug in 'Create species from consensus' (created sequence was corrupted)
35 * fixed 2 bugs in optimize DB (alignment w/o data, missing transaction)
36 * updated installation instructions, fixed install script, added OSX instruction (thx to Matt Cottrell)
37 * fixed broken demo.arb
38
39
40Major changes for arb_5.00:
41
42 - ARB 64bit version
43 - new genome importer
44 - search for next relatives improved (normal search and fast-aligner)
45   * new parameters to precise search
46   * improved speed
47   * partial sequence reach normal scores
48 - search&query
49   * supports regular expressions and ACI
50   * track hit information
51   * result sorting
52 - Nameservers with add.field have to be started with default value
53   You need to correct parameter -f in lib/arb_tcp.dat (according to lib/arb_tcp_org.dat)
54 - multiple PT-servers may be used in parallel
55 - fixed multiprobe
56 - type-conversion for DB fields
57 - SILVA compatible import filters
58 - Newick tree export:
59   * optionally save in human-readable format (big)
60   * closer to newick standard format (quoting style, comment, special chars in data)
61 - Upgraded RAxML to 7.0.3 (many features now usable from ARB interface)
62 - Fixed sequence quality calculation
63 - Secondary structures for proteins (DSSP)
64 - Distance matrix (arb_dist): mark by distance to selected
65 - ARB core
66   * many bugfixes and improvements to reliability
67   * faster sorting (general speedup)
68   * improved sequence compression (avoid worse trees, better ratio)
69   * improved handling of temporary files (permission/removal)
70   * prints backtraces in userland
71   * regular expression are POSIX standard now
72 - macro record/playback
73   * fixed several bugs
74   * you need to re-record your old macros!
75 - GUI:
76   * disabled auto-focus, you need to click now
77   * auto-raise windows on access
78 - Minor things:
79   * Ubuntu: packet installation for ARB
80   * Fixed novice/expert mode
81   * Mark deep/degenerated branches
82   * Increased NDS entries
83 - up-to-date Mac port (thx to Matt Cottrell)
84
85Major changes in ARB 07.12.07org:
86
87 - rewrote secondary structure editor
88 - Sequence quality check
89 - Nameserver may use one field additional to 'acc' (useful to keep multiple species with same acc)
90 - tweaked base frequency filter generation
91 - Normal export (not using readseq) improved:
92   * supports filters and gap removal
93   * optimized for big amount of data
94   * reworked export filters
95 - Display translation with different ORFs in EDIT4
96 - ARB exports in FIG 3.2 format (optionally in colors). Thanks to Elmar Pruesse.
97 - added PHYML 2.4.5 (thanks to Stephane Guidon for the permission to distribute that great tool)
98 - more compact display in EDIT4
99 - capable to use iso10646 fonts
100 - supports various gcc versions (2.95.3 - 4.1.1)
101 - fixed a bug in DB optimization (occurred when fields had bigger protection than current)
102 - Bootstrap circles may be displayed as ellipses; upper size limit configurable; uses
103   different color for size-limited circles; fixed xfig-export-bug
104 - Allows Branchlength <-> Bootstrap value transfer (lossy!)
105 - fixed several scaling bugs in "folded tree"-mode
106 - improved import-filter error-messages
107 - NDS-display of groups (e.g. in tree) is now handled by ACI-command 'taxonomy'. This gives
108   several new possibilities:
109   * export taxonomy via 'Export NDS list'
110   * display taxonomy in Editor etc.
111   * display of cascaded taxonomies
112   * display taxonomy of tree_1 in tree_2
113   * allows to write taxonomy into database field of species
114   * compare taxonomies of two trees
115   * ...
116 - ACI:
117   * many new ACI commands
118   * unified handling of binary ACI-operators
119   * tracing of ACI actions for debugging purpose
120 - ARB Neighbour joining:
121   * bootstrap limit configurable
122   * bugfix: when aborting bootstrap calculation, sometimes no tree was generated
123 - EDIT4:
124   * added unalign right (block-op)
125   * added 'Save loaded properties'
126 - GENE MAP:
127   * multiple views possible at the same time
128   * origin now at "12 o'clock"
129   * implemented 'jump to gene'
130 - tweaked file selection
131 - Enhanced Search Depth for Probe Match --> max 20 MM
132 - CLUSTALW:
133   * separated menus for fast and slow alignment
134   * most parameters accessible from inside ARB now
135 - upgraded to PHYLIP 3.6 (adds PROML)
136 - external programs may be called parallel (e.g. several treeing programs)
137 - fixed bugs in protml and integration of protml
138 - rewrote ASCII database import
139 - arb_repair for databases of any size (script for database repair)
140 - fixed bug in data compression
141 - increased internal cache size (alignments up to 400.000bp possible w/o performance collapse)
142 - ARBparsimony: increase hardcoded species limit (50.000 -> 250.000)
143 - GDE menus cleanup
144 - translation/re-alignment tweaked
145 - unalign right (EDIT4)
146 - visualization of SAIs in Probe Match Results
147 - changed formatting of probe match results; increase # of allowed matches to 100.000;
148   warn if results are truncated
149 - PT server for genes
150 - Probe design performance optimized
151 - fixed NEXUS export format
152 - exports group names into Newick format
153 - import XML tree files
154 - help for external tools now properly shown inside ARB
155
156Major changes in Beta 2003_08_22:
157
158 - automatic formatting of alignments
159 - SECEDIT may use EDIT4 colors
160 - fixed bootstrapping (DNAPARS, PROTPARS, PROTML(experimental!))
161 - updated clustalw to version 1.83
162 - Restore window sizes for ALL windows (too small sizes are ignored)
163 - new algorithm to add partial sequences to an existing tree
164 - PROT-parsimony was completely redesigned and works now most similar to DNA/RNA-parsimony
165 - Top area of ARB_NTREE may be reduced to maximize display area
166 - All arb menus may be detached (click dashed line at top of menu)
167 - visualization of SAIs (as background color behind Sequences)
168 - ARB_EDIT4 may save/use alignment-specific and alignment-type-specific properties
169 - PT-server occupies more memory => does less passes; more diagnostic output
170 - small changes to status window (unhide behavior/time estimation)
171 - menus and menu-hotkeys reorganized
172 - colored buttons in color config windows
173 - alignment concatenation (e.g. several different genes)
174 - merging data of similar species (according selected database field)
175 - keyboard commands for ARB_NTREE (mark/unmark/invert, collapse/expand)
176 - expanded sellists
177 - save/load fixed for multi probes
178 - Binary SAIs are editable in ARB_EDIT4
179 - Information windows are detachable (allows to have multiple windows showing different items)
180 - Scanning for hidden/unknown database fields improved and separated;
181   possibility to remove unused fields.
182 - new tabbed format in 'Export NDS' and 'Export matrix' (useful for star-calc/excel/etc.)
183 - updated fastDNAml to 1.2.2
184 - added AxML (accelerated fastDNAml 1.2.2)
185 - Field transfer definitions for exporting gene-species
186 - File Selection: - recursive search available
187 - The ARB_NTREE macro recording/execution has been fixed
188 - Colorize species (see demo.arb)
189 - Fixed missing-character-bug in Xfig, Print and Edit4-Info-Display
190 - 'IslandHopper' -- a new integrated aligner (beta)
191 - Many improvements and bugfixes to secondary structure editor:
192   * highlighting of search (i.e for probes) like in EDIT4
193   * interactive constraint editing (stretch/compress)
194   * probe info
195   * editing secondary structure in XFIG now possible
196   * visualization of SAIs
197 - import reads Unix, DOS, and MAC linefeeds
198 - NTREE/SAI/Etc/GnuPlot: calls gnuplot directly; more plotting features; basic help
199 - tree and sequence export to XML ( DTDs are provided in ./lib/dtd )
200   (reloading of these XML files is planned for the future)
201 - fixed problems with phylip-tree import/export (bootstrap values,comments,...)
202 - search in all database fields possible ('[all fields]')
203 - up to 10 quicksaves are kept
204 - new ACI functions: upper, lower, caps, eval
205 - variables for import filter programming
206 - extract gene-species: creates acc; extraction to existing alignments
207 - sequence of selected gene is mirrored in ARB_EDIT4/local_signature
208   (=> selected gene can be highlighted in primary editor)
209 - PCR primer-design for single genes
210 - when selecting a gene, the corresponding gene-species is selected (if found)
211 - save configuration for several windows (e.g. Search&Query, WWW, NDS, ...)
212 - file selection box in import window
213 - mark item with double click works in all search&query windows
214 - User masks: create new; 'edit enable' and 'marked' toggles (like in info window)
215 - Fixed command line help for all Arb-modules
216 - Fixed problem parsing fonts (should fix display problems with default fonts)
217 - Mark mode now works in list-view as well (ARB_NTREE)
218 - Fixed appearance of 'tiny little boxes' (everywhere)
219 - Redesign of ARB help:
220     - a HTML version is in $ARBHOME/lib/help_html
221     - a text version is in $ARBHOME/lib/help (like before, but now generated)
222
223Major changes in Beta 2001_11_07:
224
225 - design probes to maximum length of 60 nucleotides
226 - fastAligner1.03 bug fixed (chooses best match now in 'auto search' mode)
227 - import default changed to foreign data format, ali name '16s'
228 - printing of multi-page-trees works again
229 - implemented user defineable masks to access database fields
230 - fixed bugs in pt-server (lockup, unknown species just after building pt-server)
231 - improved performance during pt-server-build
232 - several programs coming along with ARB where updated (PHYLIP,...)
233 - reads EMBL genom files
234 - support for experiments (genom databases only)
235
236Major changes in Beta 2001_07_24:
237
238 - basic support for genoms (Gene Map, reads Genebank files)
239 - ported to libc6
Note: See TracBrowser for help on using the repository browser.