forked from stefraynaud/spanlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
32 lines (28 loc) · 1.12 KB
/
ChangeLog
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
Version 2.3.0
- Added: [F90] added EC optimization for gappy data with pca_optec.
- Added: [F90] added normalize option to pca_getec.
- Added: negative win.
- Fixed: nmssa for floats.
- Fixes: minvalid.
- Fixed: cross-validation mask generation of Filler.
- Fixed: pca_eof cached unmaping.
- Fixed: unmaping of Data when no time.
Version 2.X.X
- Added Filler.
- Better missing value handling.
Version 1.2
- Python module: now uses f2py instead of pyfort
- F90 library: Singular value decomposition added + SVD model subroutine
- Python module: added support for multivariables
- Python module: added SVD
- Python module: added EV sum
- Python module: added support any number of space dimensions
- Python module: cleaned meta information of variables
- Python module: now use local spanlib module for examples
- Python module: added getPairs
- Python module: added SVDModel class
Version 1.1
- F90 library: now compliant with standards
- Python module: reconstructions are clever and integrate phase composites
- Python examples: switched example1.py to example2.py, added new example1.py
- Autoconf: fixes, improvements for documentation