Philipp Burckhardt

Results 59 issues of 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...

rfc
feature
math

## 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...

Bug
Accepted

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...

tools

## 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...

TypeScript

## 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. ##...

TypeScript

### 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...

RFC
Feature
difficulty: 3
priority: Low
Utilities
Accepted
Good First Issue
JavaScript

## 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`,...

feature
utils

### 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,...

rfc
feature
native
good first issue

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,...

rfc
feature
native
good first issue