<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi everyone,<div><br></div><div>Two pull requests were merged today that make some important changes.</div><div><br></div><div>1) The boost imports were moved to boost_adaptbx.boost. This avoids claiming the main &quot;boost&quot; namespace. A common piece of code that will need to be changed is</div><div><br></div><div><font face="monospace">import boost.python</font></div><div><font face="monospace">ext = boost.python.import_ext(&quot;your_boost_python_ext&quot;)</font></div><div><br></div><div>That can be changed to</div><div><br></div><div><font face="monospace">import boost_adaptbx.boost.python as bp</font></div><div><font face="monospace">ext = bp.import_ext(&quot;your_boost_python_ext&quot;)</font></div><div><br></div><div>Otherwise, a <font face="monospace">FutureWarning</font> will be raised.</div><div><br></div><div>More information can be found at</div><div><a href="https://github.com/cctbx/cctbx_project/issues/458">https://github.com/cctbx/cctbx_project/issues/458</a><br></div><div><a href="https://github.com/cctbx/cctbx_project/pull/470">https://github.com/cctbx/cctbx_project/pull/470</a><br></div><div><a href="https://github.com/cctbx/cctbx_project/pull/516">https://github.com/cctbx/cctbx_project/pull/516</a></div><div><br></div><div>2) More dependency repositories were moved from <a href="http://cci.lbl.gov">cci.lbl.gov</a> to GitHub. If you use bootstrap.py to build cctbx, you will want to delete annlib, ccp4io_adaptbx, clipper, eigen, gui_resources, tntbx. Using a newly updated bootstrap.py, the copies from GitHub will be used instead.</div><div><br></div><div>More information can be found at</div><div><a href="https://github.com/cctbx/cctbx_project/pull/408">https://github.com/cctbx/cctbx_project/pull/408</a><br></div><div><br></div><div>Let us know if you have any questions. Thanks!</div><div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div>--</div><div><span style="font-size:12.8000001907349px">Billy K. Poon</span><br></div></div><div>Research Scientist, Molecular Biophysics and Integrated Bioimaging</div><div>Lawrence Berkeley National Laboratory</div><div>1 Cyclotron Road, M/S 33R0345</div><div>Berkeley, CA 94720</div><div>Tel: (510) 486-5709</div><div>Fax: (510) 486-5909</div><div>Web: <a href="https://phenix-online.org" target="_blank">https://phenix-online.org</a></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>