-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.php
341 lines (266 loc) · 12.7 KB
/
news.php
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<?php
include("IMP.inc");
print_page_header("News");
?>
<div id="news">
<dl class="newslist">
<dt>Dec 12, 2024</dt>
<dd>The <a href="download.html">IMP 2.22.0 release</a> is a
<a href="https://github.com/salilab/imp/releases/tag/2.22.0">minor update and bugfix release</a>,
adding the Bayesian Fluorescence Framework and improved mmCIF support.
As of this release, IMP only supports Python 3; please port any Python 2
workflows to Python 3.
</dd>
<dt>Jun 13, 2024</dt>
<dd>The <a href="download.html">IMP 2.21.0 release</a> is a
<a href="https://github.com/salilab/imp/releases/tag/2.21.0">minor update and bugfix release</a>,
adding support for spatiotemporal modeling and nested sampling-based
optimization of representation. This is also the last version of IMP to
support Python 2; please port your workflows to Python 3.
</dd>
<dt>Apr 4, 2024</dt>
<dd>The <a href="download.html">IMP 2.20.2 release</a> is a
<a href="https://github.com/salilab/imp/releases/tag/2.20.2">minor bugfix release</a>,
correcting build issues with Boost 1.84 and latest SWIG, and adding support
for ARM64 .deb packages.
</dd>
<dt>Jan 16, 2024</dt>
<dd>The <a href="download.html">IMP 2.20.1 release</a> is a
<a href="https://github.com/salilab/imp/releases/tag/2.20.1">minor bugfix release</a>,
introducing compatibility with Python 3.12 and SWIG 4.2, and fixing a crash in
the <tt>soap_score</tt> tool when scoring multiple models with an
orientation-dependent SOAP score.
</dd>
<dt>Dec 21, 2023</dt>
<dd>The <a href="download.html">IMP 2.20.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.20.0">minor updates</a>,
including improved support for mmCIF files, reduced memory utilization, and
preliminary support for converting RMF format directly to mmCIF.
</dd>
<dt>Jun 22, 2023</dt>
<dd>The <a href="download.html">IMP 2.19.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.19.0">minor updates</a>,
including serialization support for many commonly-used IMP classes, and
support for capturing information on most IMP restraints in output RMF files.
</dd>
<dt>Dec 15, 2022</dt>
<dd>The <a href="download.html">IMP 2.18.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.18.0">minor updates</a>,
including preliminary support for serialization, improvements in constructing
topology from primary sequence, and support for the PrISM method for annotation
of ensemble precision.
</dd>
<dt>Jun 23, 2022</dt>
<dd>The <a href="download.html">IMP 2.17.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.17.0">minor updates</a>,
with a number of performance improvements and support for newer C++ standards.
</dd>
<dt>Dec 16, 2021</dt>
<dd>The <a href="download.html">IMP 2.16.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.16.0">major updates</a>,
most notably improved NumPy integration, support for Python 3.10, and a faster
scoring function for Monte Carlo sampling.
</dd>
<dt>Jun 02, 2021</dt>
<dd>The <a href="download.html">IMP 2.15.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.15.0">minor updates</a>,
most notably improved handling of MRC files, a new scoring function for
cryo-EM data, and support for Apple Silicon.
</dd>
<dt>Dec 02, 2020</dt>
<dd>The <a href="download.html">IMP 2.14.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.14.0">minor updates</a>,
most notably an overhaul of the IMP::kinematics and IMP::parallel modules,
and support for Python 3.9.
</dd>
<dt>May 14, 2020</dt>
<dd>The <a href="download.html">IMP 2.13.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.13.0">major updates</a>,
most notably support for Ubuntu 20.04, Focal Fossa, and a new IMP::sampcon
module to estimate the highest precision at which the sampling is exhaustive.
</dd>
<dt>Dec 06, 2019</dt>
<dd>The <a href="download.html">IMP 2.12.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.12.0">major updates</a>,
most notably support for Python 3.8 and RHEL/CentOS 8, and a new IMP::bayesianem
module for Bayesian handling of cryo-electron microscopy density map data.
</dd>
<dt>Jul 18, 2019</dt>
<dd>The <a href="download.html">IMP 2.11.1 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.11.1">bug
fixes</a>, most notably fixing some issues with the build system, failures
to read RMF files, and cloning of molecular hierarchies.
</dd>
<dt>Jun 25, 2019</dt>
<dd>The <a href="download.html">IMP 2.11.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.11.0">bug
fixes and major updates</a>, most notably updates to the build system and
a new set of tutorials.
</dd>
<dt>Feb 26, 2019</dt>
<dd>The <a href="download.html">IMP 2.10.1 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.10.1">minor bug
fixes</a>.
</dd>
<dt>Jan 08, 2019</dt>
<dd>The <a href="download.html">IMP 2.10.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.10.0">bug fixes and
major updates</a>, most notably an overhaul of the IMP::pmi module.
</dd>
<dt>Jul 02, 2018</dt>
<dd>The <a href="download.html">IMP 2.9.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.9.0">bug fixes and
major updates</a>, including elucidation of the structure of the entire yeast
nuclear pore complex.
</dd>
<dt>Aug 16, 2017</dt>
<dd>The <a href="download.html">IMP 2.8.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.8.0">bug fixes and
minor updates</a>, including two new applications of IMP, and the Anaconda and
Windows pre-built binary packages are now MPI-enabled. This release also
includes a number of bug fixes and performance improvements. Note that this
will be the last release that includes packages for Ubuntu 12.04
(Precise Pangolin) since it has reached end of life.
</dd>
<dt>Apr 13, 2017</dt>
<dd>The <a href="download.html">IMP 2.7.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.7.0">bug fixes and
major updates</a>, including a preview of mmCIF support for deposition of
integrative models in <a href="https://pdb-dev.wwpdb.org/">PDB-Dev</a>.
See the <a href="https://integrativemodeling.org/2.7.0/doc/ref/namespaceIMP_1_1pmi_1_1mmcif.html">IMP::pmi::mmcif</a>
module for more details. This release also includes a number of bug fixes
and performance improvements. Note that this will be the last release that
includes packages for RedHat Enterprise Linux 5 (and variants, such as
CentOS 5), since RHEL 5 has reached end of life.
</dd>
<dt>May 25, 2016</dt>
<dd>The <a href="download.html">IMP 2.6.2 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.6.2">minor bug and
documentation fixes</a>, including support for Ubuntu 16.04 (Xenial Xerus).
</dd>
<dt>Apr 14, 2016</dt>
<dd>The <a href="download.html">IMP 2.6.1 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.6.1">minor bug and
documentation fixes</a>.
</dd>
<dt>Mar 28, 2016</dt>
<dd>The <a href="download.html">IMP 2.6.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.6.0">bug fixes and
minor updates</a>. Most notably we include most of the functionality of PMI2.
This is an improved version of PMI that is faster than PMI1, more modular,
and easier to use. See
<a href="https://integrativemodeling.org/2.6.0/doc/ref/namespaceIMP_1_1pmi.html">IMP::pmi</a>
for more information. This release also includes a number of bug fixes,
most notably in the creation of sampled electron microscopy density maps.
</dd>
<dt>Jun 30, 2015</dt>
<dd>The <a href="download.html">IMP 2.5.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.5.0">bug fixes and
minor updates</a>. Most notably the documentation has been revised and updated;
we now provide binary packages for Ubuntu 12.04 (Precise Pangolin) in addition
to 14.04 (Trusty Tahr); a lot of obsolete and deprecated functionality has
been removed; support for OpenMP and MPI is improved; and the IMP::base and
IMP::kernel namespaces are now deprecated in favor of the top-level "IMP"
namespace.
</dd>
<dt>Feb 27, 2015</dt>
<dd>The <a href="download.html">IMP 2.4.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.4.0">bug fixes and
updates</a>. Most notably Python 3 is now supported, and a
<a href="2.4.0/doc/tutorial/rnapolii_stalk.html">new tutorial example</a>
that determines the structure of part of RNA Polymerase II, using the
<a href="2.4.0/doc/html/namespaceIMP_1_1pmi.html">IMP::pmi module</a>, is
now available.
</dd>
<dt>Dec 01, 2014</dt>
<dd>The <a href="download.html">IMP 2.3.1 release</a> is
<a href="https://github.com/salilab/imp/releases/tag/2.3.1">a bug fix
and minor update release</a>. Most notably two complete modeling examples
that use the
<a href="2.3.1/doc/html/namespaceIMP_1_1pmi.html">IMP::pmi module</a>
are now fully functional: modeling of the
<a href="//salilab.org/nup84/">Nup84 subcomplex of the nuclear pore
complex</a>
and of
<a href="https://github.com/salilab/imp_tutorial/">RNA Polymerase II</a>.
</dd>
<dt>Oct 24, 2014</dt>
<dd>The <a href="download.html">IMP 2.3.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.3.0">bug fixes and
updates</a>. Most notably the experimental
<a href="2.3.0/doc/html/namespaceIMP_1_1pmi.html">IMP::pmi module</a> is
now available. This provides a variety of high-level Python classes to
simplify the construction of a modeling protocol in IMP. One recent use
of PMI is the modeling of the <a href="//salilab.org/nup84/">Nup84
subcomplex of the nuclear pore complex</a>. We also now provide binary packages
for Ubuntu LTS and 64-bit Windows.
</dd>
<dt>Aug 11, 2014</dt>
<dd>The <a href="download.html">IMP 2.2.1 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.2.1">minor updates
to 2.2.0</a>, including build and documentation fixes and a fix for the
ligand_score application.</dd>
<dt>Apr 9, 2014</dt>
<dd>The <a href="download.html">IMP 2.2.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.2.0">a number of new
features</a>, notably support for <a href="//salilab.org/SOAP/">SOAP
scoring</a> and a more reliable RMF file format.
</dd>
<dt>Nov 4, 2013</dt>
<dd>The <a href="download.html">IMP 2.1.1 release</a> contains
minor updates to 2.1.0, most notably support for the new Mac OS X release
(Mavericks).
</dd>
<dt>Oct 24, 2013</dt>
<dd>The <a href="download.html">IMP 2.1.0 release</a> contains
<a href="https://github.com/salilab/imp/releases/tag/2.1.0">bug fixes and
updates</a>. We now provide several <a href="systems/">fully worked examples</a>
of biological systems that were investigated with IMP, from our own
publications.
</dd>
<dt>May 02, 2013</dt>
<dd>The <a href="download.html">IMP 2.0.1 release</a> contains several new
applications to tackle certain modeling problems, including
<ul>
<li><a href="2.0.1/doc/html/IMP_EMageFit_overview.html">EMageFit</a> to build
assembly models using electron microscopy images (class averages)</li>
<li><a href="2.0.1/doc/html/IMP_multifit_tools_overview.html">multifit</a>
and
<a href="2.0.1/doc/html/IMP_cnmultifit_tools_overview.html">cnmultifit</a>
to build assembly models using electron microscopy density maps</li>
<li><a href="2.0.1/doc/html/IMP_integrative_docking_overview.html">Integrative
docking</a> to improve pairwise docking using a variety of additional
experimental information sources</li>
<li><a href="2.0.1/doc/html/IMP_saxs_merge_overview.html">saxs_merge</a>,
a fully automated statistical method for merging small-angle X-ray (SAXS)
profiles using Gaussian processes</li>
</ul>
</dd>
<dt>Dec 2011</dt>
<dd>IMP has been employed to translate tethered conformation capture (TCC) data
into physical chromatin contacts in a population of three-dimensional
genome structures. Statistical analysis of the resulting population
demonstrates that the indiscriminate properties of interchromosomal
interactions are consistent with the well-known architectural features of
the human genome.
<a href="https://www.ncbi.nlm.nih.gov/pubmed/22198700">more...</a>
</dd>
<dt>Jan 2011</dt>
<dd>IMP has been used by researchers at the Centro de Investigación Príncipe
Felipe in Spain, in combination with chromosome conformation capture carbon
copy (5C) technology, to generate high-resolution three-dimensional models
of chromatin at the megabase scale.
<a href="https://www.ncbi.nlm.nih.gov/pubmed/21131981">[publication 1]</a>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/23657480">[publication 2]</a>
</dd>
<dt>2007</dt>
<dd>
Researchers from UCSF and the Rockefeller University have used IMP for modeling the Nuclear Pore Complex.
<a href="//salilab.org/npc.html">more...</a>
</dd>
</dl>
</div>
<?php
print_page_footer();
?>