{"id":20388927,"url":"https://github.com/iterable-iterator/convolution","last_synced_at":"2026-01-05T20:49:46.002Z","repository":{"id":37182894,"uuid":"364582710","full_name":"iterable-iterator/convolution","owner":"iterable-iterator","description":":bar_chart: Iterable convolution for JavaScript","archived":false,"fork":false,"pushed_at":"2024-09-12T04:35:02.000Z","size":2577,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-13T13:51:55.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://iterable-iterator.github.io/convolution","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iterable-iterator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-05T13:17:43.000Z","updated_at":"2024-09-12T04:35:04.000Z","dependencies_parsed_at":"2023-12-30T01:27:28.535Z","dependency_job_id":"ed8261cc-922a-475d-85b4-b3d80e0f7ec1","html_url":"https://github.com/iterable-iterator/convolution","commit_stats":{"total_commits":240,"total_committers":4,"mean_commits":60.0,"dds":"0.31666666666666665","last_synced_commit":"8f7ed0ea8a182a8803895c47158d1d59ef33775c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fconvolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fconvolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fconvolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterable-iterator%2Fconvolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iterable-iterator","download_url":"https://codeload.github.com/iterable-iterator/convolution/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224722149,"owners_count":17358670,"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":"2024-11-15T03:14:04.461Z","updated_at":"2026-01-05T20:49:45.943Z","avatar_url":"https://github.com/iterable-iterator.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":bar_chart: [@iterable-iterator/convolution](https://iterable-iterator.github.io/convolution)\n==\n\nIterable convolution for JavaScript.\nSee [docs](https://iterable-iterator.github.io/convolution/index.html).\n\n\u003e :warning: Depending on your environment, the code may require\n\u003e `regeneratorRuntime` to be defined, for instance by importing\n\u003e [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).\n\n```js\nimport {convolution} from '@iterable-iterator/convolution';\n\nconst moving_average = [1/4, 1/4, 1/4, 1/4];\nconvolution(moving_average, signal); // ...\n\nconst first_derivative = [1, -1];\nconvolution(first_derivative, signal); // ...\n\nconst second_derivative = [1, -2, 1];\nconvolution(second_derivative, signal); // ...\n```\n\n[![License](https://img.shields.io/github/license/iterable-iterator/convolution.svg)](https://raw.githubusercontent.com/iterable-iterator/convolution/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@iterable-iterator/convolution.svg)](https://www.npmjs.org/package/@iterable-iterator/convolution)\n[![Tests](https://img.shields.io/github/actions/workflow/status/iterable-iterator/convolution/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/iterable-iterator/convolution/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/iterable-iterator/convolution.svg)](https://github.com/iterable-iterator/convolution/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/iterable-iterator/convolution.svg)](https://github.com/iterable-iterator/convolution/issues)\n[![Downloads](https://img.shields.io/npm/dm/@iterable-iterator/convolution.svg)](https://www.npmjs.org/package/@iterable-iterator/convolution)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/iterable-iterator/convolution.svg)](https://codeclimate.com/github/iterable-iterator/convolution/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/iterable-iterator/convolution.svg)](https://codeclimate.com/github/iterable-iterator/convolution/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/iterable-iterator/convolution/main.svg)](https://codecov.io/gh/iterable-iterator/convolution)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/iterable-iterator/convolution.svg)](https://codeclimate.com/github/iterable-iterator/convolution/trends/technical_debt)\n[![Documentation](https://iterable-iterator.github.io/convolution/badge.svg)](https://iterable-iterator.github.io/convolution/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@iterable-iterator/convolution)](https://bundlephobia.com/result?p=@iterable-iterator/convolution)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterable-iterator%2Fconvolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiterable-iterator%2Fconvolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterable-iterator%2Fconvolution/lists"}