Philipp Burckhardt
Philipp Burckhardt
## Checklist > Please ensure the following tasks are completed before filing an issue. - [x] Read and understood the [Code of Conduct][code-of-conduct]. - [x] Searched for existing issues and...
## Checklist > Please ensure the following tasks are completed before filing a bug report. - [x] Read and understood the [Code of Conduct][code-of-conduct]. - [x] Searched for existing issues...
This PR adds an `.editorconfig` file to the project root to make sure that code follows the same formatting, which will help to ensure consistency across files and among contributors....
## Description > What is the purpose of this pull request? This pull request: - adds tooling for generating changelog files for project packages. ## Questions > Any questions for...
## Description > What is the purpose of this pull request? This pull request: - proposes changing the TypeScript definitions for packages accepting a `dtype` parameter and returning an array...
## Description > What is the purpose of this pull request? This pull request: - simplifies the types of `array/slice` and `array/base/slice` through the use of generic type parameters. ##...
### Description This RFC proposes adding a function to calculate the Hamming distance between two strings. The function should have the following signature `(a: string, b: string): number`. The function...
## Description > What is the purpose of this pull request? This pull request: - adds a utility to invoke a function after a delay. In contrast to using `setTimeout`,...
### Description This RFC proposes adding a function to calculate the Bray-Curtis distance between two strided arrays. Package: `@stdlib/math/strided/distances/braycurtis` The function should have the following signature `braycurtis( N, x, strideX,...
This RFC proposes adding a function to calculate the City Block (Manhattan) distance between two strided arrays. Package: `@stdlib/math/strided/distances/cityblock` The function should have the following signature `cityblock( N, x, strideX,...