Closed esloch closed 2 years ago
Latest CI Build is failing because of the issue of PyMC3 dependncy that is already fixed in PR #180
@esloch can you rebase the PR on top of the main branch pls? the poetry lock can be removed and you can generate it again in order to have a consistent configuration there.
LGTM! thanks @esloch for working on that!
Thanks everyone for the review!
:tada: This PR is included in version 1.2.1 :tada:
The release is available on:
1.2.1
Your semantic-release bot :package::rocket:
Description
following PR134.
Related Issue
Issue 123 from EpiGraphHub.
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.chore(docs):
for Examples / docs / tutorials / dependencies updatefix:
for a bug fix (non-breaking change which fixes an issue).chore(improvement):
for an improvement (non-breaking change which improves an existing feature).feat:
for a new feature (non-breaking change which adds functionality).breaking change:
for a breaking change (fix or feature that would cause existing functionality to change).chore(security):
for a security fix.Note: The title prefix can be also expanded with more information inside the parenthesis. Some examples for a full title (prefix + message):
fix(login): Fix the login page
.feat(forecast): Add a weather forecast page
.chore(security-login): Add a weather forecast page
.