{"id":28452708,"url":"https://github.com/juliasmoothoptimizers/partitionedvectors.jl","last_synced_at":"2026-01-25T20:17:08.839Z","repository":{"id":63045198,"uuid":"539566151","full_name":"JuliaSmoothOptimizers/PartitionedVectors.jl","owner":"JuliaSmoothOptimizers","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-29T21:43:39.000Z","size":640,"stargazers_count":8,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-06T18:12:25.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaSmoothOptimizers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-21T15:47:51.000Z","updated_at":"2025-02-01T18:59:22.000Z","dependencies_parsed_at":"2024-11-06T15:19:43.887Z","dependency_job_id":"5ae72760-1fa9-478b-af15-58710e135e30","html_url":"https://github.com/JuliaSmoothOptimizers/PartitionedVectors.jl","commit_stats":null,"previous_names":["paraynaud/partitionedvectors.jl"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaSmoothOptimizers/PartitionedVectors.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSmoothOptimizers%2FPartitionedVectors.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSmoothOptimizers%2FPartitionedVectors.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSmoothOptimizers%2FPartitionedVectors.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSmoothOptimizers%2FPartitionedVectors.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaSmoothOptimizers","download_url":"https://codeload.github.com/JuliaSmoothOptimizers/PartitionedVectors.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSmoothOptimizers%2FPartitionedVectors.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262351547,"owners_count":23297633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-06T18:12:25.598Z","updated_at":"2026-01-25T20:17:08.798Z","avatar_url":"https://github.com/JuliaSmoothOptimizers.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PartitionedVectors: A wrapper around an elemental partitioned vector to act as a vector\n\n| **Documentation** | **Linux/macOS/Windows/FreeBSD** | **Coverage** | **DOI** |\n|:-----------------:|:-------------------------------:|:------------:|:-------:|\n| [![docs-stable][docs-stable-img]][docs-stable-url] [![docs-dev][docs-dev-img]][docs-dev-url] | [![build-gh][build-gh-img]][build-gh-url] [![build-cirrus][build-cirrus-img]][build-cirrus-url] | [![codecov][codecov-img]][codecov-url] | [![doi][doi-img]][doi-url] |\n\n[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg\n[docs-stable-url]: https://JuliaSmoothOptimizers.github.io/PartitionedVectors.jl/stable\n[docs-dev-img]: https://img.shields.io/badge/docs-dev-purple.svg\n[docs-dev-url]: https://JuliaSmoothOptimizers.github.io/PartitionedVectors.jl/dev\n[build-gh-img]: https://github.com/JuliaSmoothOptimizers/PartitionedVectors.jl/workflows/CI/badge.svg?branch=main\n[build-gh-url]: https://github.com/JuliaSmoothOptimizers/PartitionedVectors.jl/actions\n[build-cirrus-img]: https://img.shields.io/cirrus/github/JuliaSmoothOptimizers/PartitionedVectors.jl?logo=Cirrus%20CI\n[build-cirrus-url]: https://cirrus-ci.com/github/JuliaSmoothOptimizers/PartitionedVectors.jl\n[codecov-img]: https://codecov.io/gh/JuliaSmoothOptimizers/PartitionedVectors.jl/branch/main/graph/badge.svg\n[codecov-url]: https://app.codecov.io/gh/JuliaSmoothOptimizers/PartitionedVectors.jl\n[doi-img]: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.822073-blue.svg\n[doi-url]: https://doi.org/10.5281/zenodo.822073\n\n## Compatibility\nJulia ≥ 1.6.\n\n## How to install\nThis module can be installed with the following command:\n```julia\npkg\u003e add PartitionedVectors\npkg\u003e test PartitionedVectors\n```\n\n## Synopsis\nA `PartitionedVector \u003c: DenseVector \u003c: AbstractVector` wraps a [PartitionedStructures](https://github.com/JuliaSmoothOptimizers/PartitionedStructures.jl)`.Elemental_pv`, to make [JuliaSmoothOptimizers](https://github.com/JuliaSmoothOptimizers) modules able to exploit the partially separable structure.\n\n## How to use\nCheck the [tutorial](https://JuliaSmoothOptimizers.github.io/PartitionedVectors.jl/dev/tutorial/).\n\n## How to Cite\n\nIf you use PartitionedVectors.jl in your work, please cite using the format given in [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/PartitionedVectors.jl/blob/main/CITATION.bib).\n\n# Bug reports and discussions\n\nIf you think you found a bug, feel free to open an [issue](https://github.com/JuliaSmoothOptimizers/PartitionedVectors.jl/issues).\nFocused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.\n\nIf you want to ask a question not suited for a bug report, feel free to start a discussion [here](https://github.com/JuliaSmoothOptimizers/Organization/discussions). This forum is for general discussion about this repository and the [JuliaSmoothOptimizers](https://github.com/JuliaSmoothOptimizers), so questions about any of our packages are welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliasmoothoptimizers%2Fpartitionedvectors.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliasmoothoptimizers%2Fpartitionedvectors.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliasmoothoptimizers%2Fpartitionedvectors.jl/lists"}