Recent Releases of fdgi

fdgi - Backward compatibility

In v1.0.0 a type hint was added, which made the package incompatible with python<3.10 . The type hint is now removed. KB tested and confirmed compatibility with the h5 environment in psana.

- Jupyter Notebook
Published by congzlwag 12 months ago

fdgi - Added Features for Validation

Added features that support validation procedures, thru PR https://github.com/congzlwag/spook/pull/5 .

- Jupyter Notebook
Published by congzlwag 12 months ago

fdgi - v1.0.0

Fixed issues #1 #2, including interface improvements.

- Jupyter Notebook
Published by congzlwag 12 months ago

fdgi - Changes in Normalization and Polishing

According to a few user feedbacks, starting in this version:

Polish is flipped on by default. Normalization is not in-place but on a copy.

- Jupyter Notebook
Published by congzlwag over 2 years ago

fdgi - Package Organizational Optimization

Now the import should be as easy as from fdgi import spook or from fdgi import SpookL1 or from fdgi.spook import SpookL1

The dependencies are also specified such that pip will automatically install them

- Jupyter Notebook
Published by congzlwag about 3 years ago

fdgi - Contraction Routine Upgraded & Time-resolved Mode Supported

An adaptive contraction subroutine is implemented in this release. It adaptively chunks up over shots and accumulate the arrays for downstream optimization. It is the default for the raw-input mode now. Additionally, time-dependent spectroscopy is supported, through the "ADraw" input mode. This new functionality is a beta version in this release, as the contraction is not implemented in an efficient way.

- Jupyter Notebook
Published by congzlwag over 3 years ago

fdgi - v0.5: Solvers for pre contracted problems are released

Full Changelog: https://github.com/congzlwag/spook/commits/v0.5

- Jupyter Notebook
Published by congzlwag almost 4 years ago