econ-ark / HARK

Heterogenous Agents Resources & toolKit
Apache License 2.0
315 stars 195 forks source link

Preparation for v0.14.0 release #1377

Closed mnwhite closed 3 months ago

mnwhite commented 3 months ago

Update CHANGELOG, init, pyproject.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (497de72) 71.59% compared to head (1549c6b) 71.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1377 +/- ## ======================================= Coverage 71.59% 71.59% ======================================= Files 84 84 Lines 13933 13933 ======================================= Hits 9975 9975 Misses 3958 3958 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mnwhite commented 3 months ago

Bumping version numbers caused a lot of tests to fail. Really not sure what this means.

alanlujan91 commented 3 months ago

@mnwhite not your fault, something with numba was failing as of last night

https://github.com/econ-ark/HARK/actions/runs/7734162741

which seems to flow from dependency issues in interpolation.py

mnwhite commented 3 months ago

Whoops @alanlujan91 , I didn't notice your comment before pushing a test rollback. Because things were working on Tuesday and not working today, I assumed it was the version number change. I guess I'll let things stew for a day or two and see if it resolves itself.

llorracc commented 3 months ago

Just checking in on the progress of this …

From: Matthew N. White @.> Date: Thursday, February 1, 2024 at 15:13 To: econ-ark/HARK @.> Cc: Subscribed @.***> Subject: Re: [econ-ark/HARK] Preparation for v0.14.0 release (PR #1377)

Whoops @alanlujan91https://github.com/alanlujan91 , I didn't notice your comment before pushing a test rollback. Because things were working on Tuesday and not working today, I assumed it was the version number change. I guess I'll let things stew for a day or two and see if it resolves itself.

— Reply to this email directly, view it on GitHubhttps://github.com/econ-ark/HARK/pull/1377#issuecomment-1922153758, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKCK76LJI75XRUZTY457M3YRPZN7AVCNFSM6AAAAABCVPZLMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRSGE2TGNZVHA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

mnwhite commented 3 months ago

@llorracc Something external to HARK has been changed and it's breaking our tests. Alan thinks it's interpolation.py and that we need to remove our usage / dependency on it because it's not being maintained.

alanlujan91 commented 3 months ago

tests are starting to pass!

mnwhite commented 3 months ago

Incredible!

On Wed, Feb 7, 2024, 9:35 AM Alan Lujan @.***> wrote:

tests are starting to pass!

— Reply to this email directly, view it on GitHub https://github.com/econ-ark/HARK/pull/1377#issuecomment-1932179398, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKRAFIYW4NUJACHVCPRZL3YSOGLNAVCNFSM6AAAAABCVPZLMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZSGE3TSMZZHA . You are receiving this because you were mentioned.Message ID: @.***>

alanlujan91 commented 3 months ago

Outstanding check failing has to do with Documentation: @MridulS @AA-Turner help?

alanlujan91 commented 3 months ago

@mnwhite this now passes Documentation checks, and will (hopefully) pass all other tests soon