Skip to content

Conversation

@sciome-bot
Copy link
Collaborator

PrestoGP 0.2.0.9049 (2025-5-13)

BUG FIXES

  • Fixed another bug in prestogp_predict caused by numerically singular matrices

…gp_predict

PrestoGP 0.2.0.9049 (2025-5-13)
BUG FIXES

    Fixed another bug in prestogp_predict caused by numerically singular
    matrices

Squashed commit of the following:

commit 40f83ef79b83989809d9e5e1f30da3c8960de038
Merge: 17fd6b8 4a9ebfe
Author: Eric Bair <[email protected]>
Date:   Wed May 14 14:45:00 2025 -0400

    Pull request #81: Fixed another bug caused by numerically singular U matrices

    Merge in STAT/prestogp from eb-dev to master

    * commit '4a9ebfe163300747a1e17e731c097368116e0b5d':
      Fixed another bug caused by numerically singular U matrices

commit 4a9ebfe163300747a1e17e731c097368116e0b5d
Merge: 2438326 17fd6b8
Author: Eric Bair <[email protected]>
Date:   Tue May 13 17:04:33 2025 -0400

    Merge branch 'master' of http://192.168.167.103:7990/bitbucket/scm/stat/prestogp into eb-dev

    Conflicts:
    	NEWS.md

commit 24383268f13210400b1e1e34e9e288c4e6ce8bca
Author: Eric Bair <[email protected]>
Date:   Tue May 13 16:57:55 2025 -0400

    Fixed another bug caused by numerically singular U matrices

commit 17fd6b8315296a85571982b6bcca84de57f76699
Merge: f494045 cece02d
Author: sciome-bot <[email protected]>
Date:   Tue May 6 15:22:43 2025 -0400

    Merge branch 'main-sciome' of sciome-bot-git:NIEHS/PrestoGP

commit cece02d
Merge: 8e3cc07 900621a
Author: sciome-bot <[email protected]>
Date:   Tue May 6 15:20:52 2025 -0400

    Merge branch 'main' of sciome-bot-git:NIEHS/PrestoGP into main-sciome

commit 8e3cc07
Author: sciome-bot <[email protected]>
Date:   Tue May 6 15:19:40 2025 -0400

    Fixed a bug for lod.upper/lod.lower

commit bdc1e33
Merge: b3e544a 6d2f50d
Author: sciome-bot <[email protected]>
Date:   Tue May 6 15:19:40 2025 -0400

    Merge branch 'main-sciome' of github-sciome:NIEHS/PrestoGP into to-git

commit f494045f921eda038ffe8070dcb980b20003c5e5
Merge: 83fd5ee 900621a
Author: sciome-bot <[email protected]>
Date:   Tue May 6 15:18:05 2025 -0400

    Merge branch 'main' of sciome-bot-git:NIEHS/PrestoGP

commit 83fd5eec66b1ceb50a1e6fd0eeb51feaa330486a
Merge: c83f160 245d08f
Author: Eric Bair <[email protected]>
Date:   Tue May 6 13:48:25 2025 -0400

    Pull request #78: Fixed a bug for lod.upper/lod.lower

    Merge in STAT/prestogp from eb-dev to master

    * commit '245d08f7ff6317169def890285df5ff762e73f24':
      Fixed a bug for lod.upper/lod.lower

commit 245d08f7ff6317169def890285df5ff762e73f24
Author: Eric Bair <[email protected]>
Date:   Fri May 2 22:18:02 2025 -0400

    Fixed a bug for lod.upper/lod.lower

commit 900621a
Merge: 21a6c6e 6d2f50d
Author: {SET}group <[email protected]>
Date:   Tue Apr 29 18:05:32 2025 -0400

    Merge pull request #96 from NIEHS/main-sciome

    PrestoGP 0.2.0.9046 - Lower LOD, imputation parameters

commit 6d2f50d
Author: sciome-bot <[email protected]>
Date:   Tue Apr 29 13:55:11 2025 -0400

    Pull request #77: Lower LOD, imputation parameters

commit c704cf5
Merge: 37aa4d8 0bab44a
Author: sciome-bot <[email protected]>
Date:   Tue Apr 29 13:55:11 2025 -0400

    Merge branch 'main-sciome' of github-sciome:NIEHS/PrestoGP into to-git

commit c83f160d4437d077204d7bbd205788852c2162ca
Merge: 9491a4b 36deb68
Author: Eric Bair <[email protected]>
Date:   Mon Apr 28 15:34:21 2025 -0400

    Pull request #76: Lower LOD, imputation parameters

    PrestoGP 0.2.0.9046 (2025-4-24)
    BREAKING CHANGES

        The parameter lod has been renamed to be lod.upper
        The parameter max_iters has been renamed as max.iters for a consistent
        naming convention

    NEW FEATURES

        The prestogp_fit method now supports lower limits of detection via the
        lod.lower parameter
        Additional tuning parameters can be specified for the LOD imputation
        procedure, namely n.impute, eps.impute, and maxit.impute

    BUG FIXES

        Added another set of fixes to avoid crashes when the estimated U matrix is
        numerically singular
        Subsampling is once again used for initial scale parameter estimates for
        large (>10,000 observation) data sets for computational reasons

    * commit '36deb68e1b4d6b5bf8ecae28a8ad639848779c81':
      Fixed a bug in prestogp_predict
      Lower LOD, imputation parameters

commit 36deb68e1b4d6b5bf8ecae28a8ad639848779c81
Author: Eric Bair <[email protected]>
Date:   Sun Apr 27 21:33:07 2025 -0400

    Fixed a bug in prestogp_predict

commit d836bc8a342677027b6f38e722258f76ac3559af
Author: Eric Bair <[email protected]>
Date:   Thu Apr 24 15:26:24 2025 -0400

    Lower LOD, imputation parameters

commit 21a6c6e
Merge: a47f9e8 0bab44a
Author: {SET}group <[email protected]>
Date:   Wed Mar 12 20:00:58 2025 -0400

    Merge pull request #93 from NIEHS/main-sciome

    Added the parameters penalty and alpha to prestogp_fit

commit 9491a4bd1a22995710f4cb4f67d794337094ab28
Merge: 70d678a 0bab44a
Author: sciome-bot <[email protected]>
Date:   Wed Mar 12 16:43:40 2025 -0400

    Merge branch 'main-sciome'

commit 0bab44a
Author: sciome-bot <[email protected]>
Date:   Wed Mar 12 16:41:49 2025 -0400

    Update github cache to v3

commit 70d678a24761f8caab95db5f53fadae88a0793eb
Merge: af4c269 eddd969
Author: sciome-bot <[email protected]>
Date:   Wed Mar 12 16:28:51 2025 -0400

    Merge branch 'main-sciome'

... and 29 more commits
@kyle-messier kyle-messier merged commit e9f47bf into main May 14, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants