Closed menon-karthik closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.25%. Comparing base (
688cece
) to head (db7deda
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The macos-11
GitHub runner is not available anymore as of July, so I removed it.
I added a macos-latest
runner (and ubuntu-latest
) so we always stay up to date. However, there seems to be a problem with conda
. Up to you, @menon-karthik, if you want to do this upgrade now or leave it for a later PR.
The
macos-11
GitHub runner is not available anymore as of July, so I removed it.I added a
macos-latest
runner (andubuntu-latest
) so we always stay up to date. However, there seems to be a problem withconda
. Up to you, @menon-karthik, if you want to do this upgrade now or leave it for a later PR.
I think it's a good idea to stay ahead of the curve, so let's upgrade that right away. I fixed the conda
problem by using conda-incubator to find conda
and add it to the path. Also, it looks like macos-12
is also going to be removed soon. I will create a new issue and PR to upgrade that just so it is recorded.
Current situation
Closes #66 We recently had a few new features implemented (or in soon-to-be-merged PRs). So I made some updates to the documentation to reflect those changes.
Release Notes
Documentation
This is the documentation.
Testing
Documentation builds. Did not change anything else.
Code of Conduct & Contributing Guidelines