Skip to content

Releases: SugiharaLab/pyEDM

Version 2.3.2

07 Dec 18:40

Choose a tag to compare

Issue #67 CCM vs. Simplex mismatch when exclusionRadius > 0
Issue #68 validLib and exclusionRadius are incompatible in Simplex()

Version 2.3.1

04 Nov 12:14

Choose a tag to compare

Issue #65 : FindNeighbors: neighbors inside exclusionRadius selected
CrossMap_Columns add Evec.
PDM build-backend.

Version 2.3.0

08 Oct 23:56

Choose a tag to compare

Add mpMethod and chunksize for multiprocessing start method.
Issue #63 : add knn=1 knn_neighbors reshape.
Issue #64 : add warning message suggestion.
CCM : add sequential parameter.

Version 2.2.3

21 Aug 17:31

Choose a tag to compare

Version 2.2.3
Add ComputeError() CAE
Update apps/ Add pandas .feather

Version 2.2.1

05 Feb 15:23

Choose a tag to compare

Fix datetime Tp > end of data.
Generative mode datetime exception to use noTime = True.

Version 2.2.0

26 Jan 19:04

Choose a tag to compare

Add generative mode for Simplex & SMap.

Version 2.1.0

03 Aug 14:52

Choose a tag to compare

Process disjoint pred correctly
Require pandas >= 2.0
Split FillTimes() into ConvertTime(), AddTime()
Add PredictionValid()

Version v2.0.3

18 Jun 14:43

Choose a tag to compare

Allow numpy 1.26 lstsq class name
Update Examples Multiview
Fix Validation for array input
CrossMap_Matrix app return ndarray

Version 2.0.2

01 Jun 11:29

Choose a tag to compare

Replace pkg_resources with importlib.

Add firstMax to apps/EmbedDim_Multiprocess_Columns.py

Version 2.0.1

14 May 14:32

Choose a tag to compare

Replace cppEDM computation engine with numpy/scipy.

Remove unused API parameters. All data I/O through pandas DataFrame.