Skip to content

add(feature): bincode #1520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "add(feature): bincode"
This reverts commit 6f8f7c9.
  • Loading branch information
MiyakoMeow committed Jun 20, 2025
commit 07d38538be6ffe85fab1aa4da897500a763c04ac
33 changes: 0 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 12 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ name = "ndarray"
version = "0.16.1"
edition = "2021"
rust-version = "1.64"
authors = ["Ulrik Sverdrup \"bluss\"", "Jim Turner"]
authors = [
"Ulrik Sverdrup \"bluss\"",
"Jim Turner"
]
license = "MIT OR Apache-2.0"
readme = "README-crates.io.md"

Expand Down Expand Up @@ -36,20 +39,11 @@ rayon = { version = "1.10.0", optional = true }
cblas-sys = { workspace = true, optional = true }
libc = { version = "0.2.82", optional = true }

matrixmultiply = { version = "0.3.2", default-features = false, features = [
"cgemm",
] }
matrixmultiply = { version = "0.3.2", default-features = false, features=["cgemm"] }

serde = { version = "1.0", optional = true, default-features = false, features = [
"alloc",
] }
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
rawpointer = { version = "0.2" }

bincode = { version = "2.0", optional = true, default-features = false, features = [
"alloc",
"derive",
] }

[dev-dependencies]
defmac = "0.2"
quickcheck = { workspace = true }
Expand All @@ -66,8 +60,6 @@ blas = ["dep:cblas-sys", "dep:libc"]

serde = ["dep:serde"]

bincode = ["dep:bincode"]

std = ["num-traits/std", "matrixmultiply/std"]
rayon = ["dep:rayon", "std"]

Expand All @@ -78,10 +70,13 @@ portable-atomic-critical-section = ["portable-atomic/critical-section"]

[target.'cfg(not(target_has_atomic = "ptr"))'.dependencies]
portable-atomic = { version = "1.6.0" }
portable-atomic-util = { version = "0.2.0", features = ["alloc"] }
portable-atomic-util = { version = "0.2.0", features = [ "alloc" ] }

[workspace]
members = ["ndarray-rand", "crates/*"]
members = [
"ndarray-rand",
"crates/*",
]
default-members = [
".",
"ndarray-rand",
Expand All @@ -103,9 +98,7 @@ approx = { version = "0.5", default-features = false }
quickcheck = { version = "1.0", default-features = false }
rand = { version = "0.9.0", features = ["small_rng"] }
rand_distr = { version = "0.5.0" }
itertools = { version = "0.13.0", default-features = false, features = [
"use_std",
] }
itertools = { version = "0.13.0", default-features = false, features = ["use_std"] }
cblas-sys = { version = "0.1.4", default-features = false }

[profile.bench]
Expand Down
141 changes: 0 additions & 141 deletions src/array_bincode.rs

This file was deleted.

Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy