File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1111 Fixed for any bug fixes.
1212-->
1313
14+ ## [ Testing]
15+ ### Changed
16+ - subclass celes classes from ` matlab.System `
17+ - implement ` setProperties ` methods for name-value style initialization
18+ - implement ` validatePropertiesImpl ` methods for validation
19+ - limit use of ` Dependent ` properties to avoid redundant calculations
20+ - implement ` setupImpl ` where appropriate for one-time calculations to improve performance
21+ - compute and set maximal particle distance inside particles class
1422
1523## [ Unreleased]
24+ -
25+
26+ ## [ 2.1] - 2017-10-25
1627### Changed
1728- define only trigonometric versions of legendre and spherical functions
1829- precalculate coefficients in spherical functions @tkfryett
1930- case-insensitive flags and types
2031
2132### Removed
22- - disperse flag (radii must be specified)
33+ - ` disperse ` flag (radii must be specified)
2334
2435### Fixed
2536- performance issue with polydisperse samples @fragkrag
4354
4455## 1.0 - 2017-02-24
4556
46- [ Unreleased ] : https://github.com/disordered-photonics/celes/compare/v2.0...HEAD
57+ [ Testing ] : https://github.com/disordered-photonics/celes/compare/HEAD...develop
58+ [ Unreleased ] : https://github.com/disordered-photonics/celes/compare/v2.1...HEAD
59+ [ 2.1 ] : https://github.com/disordered-photonics/celes/compare/v2.0...v2.1
4760[ 2.0 ] : https://github.com/disordered-photonics/celes/compare/v1.0...v2.0
Original file line number Diff line number Diff line change 3333fprintf(1 ,' \n\t\t | / / / / ( _| | _| \\ __ \\ |' );
3434fprintf(1 ,' \n\t\t | \\ _\\ _\\ _\\ <\\ \\ ___|___|____|___|____/ |' );
3535fprintf(1 ,' \n\t\t | (\\ ____!_____)) |' );
36- fprintf(1 ,' \n\t\t | \\\\\\\\\\\\\\\\\\\\\\ / vers. 2.0 |' );
36+ fprintf(1 ,' \n\t\t | \\\\\\\\\\\\\\\\\\\\\\ / vers. 2.1 |' );
3737fprintf(1 ,' \n\t\t\\ ----^~^~^~^~^~^~^~~-~--(c)2017, KIT-LENS-------/' );
3838fprintf(1 ,' \n ' );
3939fprintf(1 ,' \n ' );
You can’t perform that action at this time.
0 commit comments