From c1745e398045819d224f0a01294e9a1c60489f6a Mon Sep 17 00:00:00 2001 From: Vk24-hash <76879729+Vk24-hash@users.noreply.github.com> Date: Fri, 26 Aug 2022 23:10:08 +0530 Subject: [PATCH 1/2] Fix typo on README.md (#44) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3992f9..bea278a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ requirements, allowing OpenVisionCapsules to route data between capsules automatically. This project is split into two packages, `vcap` and `vcap-utils`. `vcap` -contains the necessary facilities to create and encapsulate and algorithm. +contains the necessary facilities to create and encapsulate an algorithm. `vcap-utils` contains a set of utilities that make encapsulating algorithms of certain types easier. @@ -56,4 +56,4 @@ example capsules. A repository of open source capsules can be found [here][capsule_zoo]. [docs]: https://openvisioncapsules.readthedocs.io/en/latest/ -[capsule_zoo]: https://github.com/aotuai/capsule_zoo \ No newline at end of file +[capsule_zoo]: https://github.com/aotuai/capsule_zoo From 72f4e94ae6855f3245b15a1fe9d338c352939acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:01:19 +0000 Subject: [PATCH 2/2] Bump tqdm in /tools/openvisioncapsule_tools/capsule_benchmark Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.48.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.48.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../openvisioncapsule_tools/capsule_benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt b/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt index 4b9ca3b..1c64e55 100644 --- a/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt +++ b/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt @@ -1,4 +1,4 @@ pandas==1.0.5 altair==4.1.0 -tqdm==4.48.0 +tqdm==4.66.3 mock==4.0.2 \ No newline at end of file