Skip to content

Commit 0a42e06

Browse files
Merge pull request #1 from amiyamandal-dev/bug/progress_bar
updated code fixes
2 parents dec0873 + 246119c commit 0a42e06

31 files changed

+6954
-201
lines changed

CHANGELOG.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "makeparallel"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Amiya Mandal <amiya19mandal@gmail.com>"]
66
description = "True parallelism for Python - Bypass the GIL with Rust-powered decorators"
@@ -24,3 +24,6 @@ parking_lot = "0.12"
2424
thiserror = "2.0"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
27+
log = "0.4"
28+
env_logger = "0.11"
29+
sysinfo = "0.31"

0 commit comments

Comments
 (0)