Skip to content
Snippets Groups Projects
CHANGELOG.md 1.41 KiB
Newer Older
Pietro Incardona's avatar
Pietro Incardona committed
# Change Log
All notable changes to this project will be documented in this file.

## [0.3.0] -

### Added
Pietro Incardona's avatar
Pietro Incardona committed
- Molacular Dynamic example
Pietro Incardona's avatar
Pietro Incardona committed
- addUpdateCell list for more optimal update of the cell list instead of recreate the CellList

### Fixed
- Nothing to report

### Changed
- Eliminated global_v_cluster, init_global_v_cluster, delete_global_v_cluster, 
  substituted by 
Pietro Incardona's avatar
Pietro Incardona committed
  create_vcluster, openfpm_init, openfpm_finalize
Pietro Incardona's avatar
Pietro Incardona committed
- CartDecomposition parameter for the distributed structures is now optional
- template getPos<0>(), substituted by getPos()
## [0.2.1] - 

### Changed
- GoogleChart name function changed: AddPointGraph to AddLinesGraph and AddColumsGraph to AddHistGraph

Pietro Incardona's avatar
Pietro Incardona committed
## [0.2.0] - 2016-03-25
Pietro Incardona's avatar
Pietro Incardona committed
- Added Load Balancing and Dynamic Load Balancing on Beta
- PSE 1D example with multiple precision
- Plot example for GoogleChart plotting
- Distributed data structure now support 128bit floating point precision (on Beta)

### Fixed
- Detection 32 bit system and report as an error
Pietro Incardona's avatar
Pietro Incardona committed
- Bug in rounding off for periodic boundary condition

### Changed
- Nothing to report

Pietro Incardona's avatar
Pietro Incardona committed
## [0.1.0] - 2016-02-05
Pietro Incardona's avatar
Pietro Incardona committed
### Added
- PSE 1D example
- Cell list example
- Verlet list example
- Kickstart for OpenFPM_numeric
- Automated dependency installation for SUITESPRASE EIGEN OPENBLAS(LAPACK)


### Fixed
- CRITICAL BUG in periodic bondary condition
- BOOST auto updated to 1.60
- Compilation with multiple .cpp files

### Changed
- Nothing to report