All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
- Source code from PyGran repo
- CHANGELOG for version logging
- CircleCI config for continuous integration
- Added License file
- Submodule 'generator' from PyGran.simulation
- Support for VTK file formats: vtp + vtu
- Method computeRDF() in core.py*: added optional 'npts' arg
- Function hcp() in generator.py: added optional 'units' arg
- Method computeGCOM() in core.py*
- Attribute 'length' for Particles.molecule
- Versioneer for automated version control
- Test cases for pytest
- Method len for System class
- Refactored pakcage structure
- Fixed bug with computeIntensitySegregation: 'self.types' typo
- Method Particles.computeRDF no longer uses deprecated 'normed' in numpy.histogram
- Arg 'Npts' renamed to 'npts' in Method Particles.computeScaleSegregation
- Old versioning system
- Optimized core.pyx
- System.keys (undefined)