/usr/share/python-ase/doc/development/releasenotes.rst is in python-ase-doc 3.9.1.4567-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | .. _releasenotes:
=============
Release notes
=============
Development version in trunk
============================
:trac:`trunk <>`.
* ...
Version 3.9.1
=============
21 Juli 2015: :trac:`tags/3.9.1 <../tags/3.9.1>`.
* Added function for finding maximally-reduced Niggli unit cell:
:func:`ase.utils.geometry.niggli_reduce`.
* Octopus interface added.
Version 3.9.0
=============
28 May 2015: :trac:`tags/3.9.0 <../tags/3.9.0>`.
* Genetic algorithm implemented; :mod:`ase.ga`. This can be used
for the optimization of: atomic cluster structure, materials
properties by use of template structures. Extension to other projects
related to atomic simulations should be straightforward.
* The :func:`ase.lattice.bulk` function can now build the Wurtzite structure.
* The :class:`ase.utils.timing.Timer` was moved from GPAW to ASE.
* New :mod:`ase.db` module.
* New functions: :func:`ase.lattice.surface.fcc211` and
:func:`ase.visualize.mlab.plot`.
* New :class:`~ase.atoms.Atoms` methods:
:meth:`ase.atoms.Atoms.get_distances()` and
:meth:`ase.atoms.Atoms.get_all_distances()`.
* :ref:`bash completion` can now be enabled.
* Preliminary support for Python 3.
* Wrapping: new :meth:`ase.atoms.Atoms.wrap` method and
:func:`ase.utils.geometry.wrap_positions` function. Also
added ``wrap=True`` keyword argument to
:meth:`ase.atoms.Atoms.get_scaled_positions` that can be used to turn
off wrapping.
* New improved method for initializing NEB calculations:
:meth:`ase.neb.NEB.interpolate`.
* New pickle-free future-proof trajectory file format added:
:ref:`new trajectory`.
* We can now do :ref:`phase diagrams`.
* New :func:`ase.lattice.surface.mx2` function for 1T and 2H metal
dichalcogenides and friends.
* New :func:`ase.dft.bandgap.get_band_gap` function
* :class:`~ase.calculators.cp2k.CP2K` interface.
Version 3.8.0
=============
22 October 2013: :trac:`tags/3.8.0 <../tags/3.8.0>`.
* ASE's :mod:`gui <gui>` renamed from ``ag`` to ``ase-gui``.
* New :ref:`STM <stm>` module.
* Python 2.6 is now a requirement.
* The old :func:`ase.structure.bulk` function is now deprecated.
Use the new one instead (:func:`ase.lattice.bulk`).
* We're now using BuildBot for continous integration:
https://ase-buildbot.fysik.dtu.dk/waterfall
* New interface to the JDFTx code.
Version 3.7.0
=============
13 May 2013: :trac:`tags/3.7.0 <../tags/3.7.0>`.
* ASE's GUI can now be configured to be more friendly to visually
impaired users: :ref:`high contrast`.
* The :class:`ase.neb.NEB` object now accepts a list of spring constants.
* *Important backwards incompatible change*: The
:func:`ase.lattice.surface.surface` function now returns a
right-handed unit cell.
* Mopac, NWChem and Gaussian interfaces and EAM potential added.
* New :meth:`~ase.atoms.Atoms.set_initial_charges` and
:meth:`~ase.atoms.Atoms.get_initial_charges` methods. The
:meth:`~ase.atoms.Atoms.get_charges` method will now ask the
calculator to calculate the atomic charges.
* The :ref:`aep1` has been implemented and 6 ASE calculators are now
based on the new base classes.
* ASE now runs on Windows and Mac.
* :ref:`mhtutorial` added to ASE.
Version 3.6.0
=============
24 Feb 2012: :trac:`tags/3.6.0 <../tags/3.6.0>`.
* ASE GUI translations added, available: da_DK, en_GB, es_ES.
* New function for making surfaces with arbitrary Miller indices with
the smallest possible surface unit cell:
ase.lattice.surface.surface()
* New ase.lattice.bulk() function. Will replace old
ase.structure.bulk() function. The new one will produce a more
natural hcp lattice and it will use experimental data for crystal
structure and lattice constants if not provided explicitely.
* New values for ase.data.covalent_radii from Cordeo *et al.*.
* New command line tool: :ref:`command line tool` and tests based on it:
abinit, elk, fleur, nwchem.
* New crystal builder for ase-gui
* Van der Waals radii in ase.data
* ASE's GUI (ase-gui) now supports velocities for both graphs and coloring
* Cleaned up some name-spaces:
* ``ase`` now contains only :class:`~ase.atoms.Atoms` and
:class:`~ase.atom.Atom`
* ``ase.calculators`` is now empty
Version 3.5.1
=============
24 May 2011: :trac:`tags/3.5.1 <../tags/3.5.1>`.
* Problem with parallel vibration calculations fixed:
`Ticket #80 <https://trac.fysik.dtu.dk/projects/ase/ticket/80>`_.
Version 3.5.0
=============
13 April 2011: :trac:`tags/3.5.0 <../tags/3.5.0>`.
* Improved EMT potential: uses a
:class:`~ase.calculators.neighborlist.NeighborList` object and is
now ASAP_ compatible.
* :mod:`BFGSLineSearch <optimize.bfgslinesearch>` is now the default
(``QuasiNewton==BFGSLineSearch``).
* There is a new interface to the LAMMPS molecular dynamics code.
* New :mod:`phonons` module.
* Van der Waals corrections for DFT, see GPAW_ usage.
* New :class:`~ase.io.bundletrajectory.BundleTrajectory` added.
* Updated GUI interface:
* Stability and usability improvements.
* Povray render facility.
* Updated expert user mode.
* Enabled customization of colours and atomic radii.
* Enabled user default settings via :file:`~/.ase/gui.py`.
* :mod:`Database library <data>` expanded to include:
* The s22, s26 and s22x5 sets of van der Waals bonded dimers and
complexes by the Hobza group.
* The DBH24 set of gas-phase reaction barrier heights by the Truhlar
group.
* Implementation of the Dimer method.
.. _ASAP: http://wiki.fysik.dtu.dk/asap
.. _GPAW: https://wiki.fysik.dtu.dk/gpaw/documentation/xc/vdwcorrection.html
Version 3.4.1
=============
11 August 2010: :trac:`tags/3.4.1 <../tags/3.4.1>`.
|