v0.8.1
bjrichardwebster
released this
03 Jun 21:30
·
52 commits
to master
since this release
v0.8.1
Addressed a few dependency vulnerabilities and updated the CI/CD to current versions.
Updates / New Features
CI/CD
- Updated to use
checkout@v4
andcache@v4
instead of*@v2
.
Fixes
Dependencies
-
Fixed
numpy
dependency versions for downstream resolution. -
Jupyter notebooks now installed with
notebook
instead ofjupyter
. -
Increased the lower bound of
tqdm
to4.66.3
to addressCVE-2024-34062
. -
Ran
poetry update
to updatepoetry.lock
for vulnerability scanning.