scikit-nano 0.4.0 Release Notes¶
Contents
Release date: (April 8, 2016)
scikit-nano 0.4.0 brings many new features, improvements, and bug fixes.
Highlights of this release include:
- New
analysis
package with Cython accelerated functions for performing rings statistics analysis of atomic netorks. - New
LayeredStructureGenerator
class for creating compound layered nanostructure devices. - New
DUMPReader
/DUMPWriter
classes. - New
PDBReader
class.
New Features¶
New modules for structure analysis.
API Changes¶
- The default length scale for all lengths is now Angstroms.
Other changes¶
- The
structures
package was moved from the toplevelsknano
package to thecore
subpackage.