Skip to content

Commit

Permalink
Split PySparseObservable off SparseObservable (#13595)
Browse files Browse the repository at this point in the history
* Split ``PySparseObservable`` or ``SparseObservable``

* reno and docs

* rm Arc<RwLock> for SparseTerm

* add Into(Py) for SparseObservable

* rm Rust-side PySparseObservable.clone

* smaller fixes

- avoid using &Vec
- add unsafe to mutable indices/boundaries
- rm upgrade reno

* move back into 1 file

* Bring trait impls closer to structs

* review comments

- use Arc<> instead of Py<> in ArrayView
- py_sparse.. -> sparse_

* Tidy up whitespace

---------

Co-authored-by: Jake Lishman <[email protected]>
  • Loading branch information
Cryoris and jakelishman authored Jan 27, 2025
1 parent b718f06 commit c085ec5
Show file tree
Hide file tree
Showing 2 changed files with 2,278 additions and 1,953 deletions.
Loading

0 comments on commit c085ec5

Please sign in to comment.