An open API service indexing awesome lists of open source software.

https://github.com/zwicker-group/utilitiez

Collection of useful python tools
https://github.com/zwicker-group/utilitiez

Last synced: 7 months ago
JSON representation

Collection of useful python tools

Awesome Lists containing this project

README

          

# utilitiez

[![PyPI version](https://badge.fury.io/py/utilitiez.svg)](https://badge.fury.io/py/utilitiez)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://github.com/zwicker-group/utilitiez/actions/workflows/run_tests.yml/badge.svg)](https://github.com/zwicker-group/utilitiez/actions/workflows/run_tests.yml)

Collection of useful python tools used in the [Zwicker group](https://zwickergroup.org).

## Plotting functions:
- `densityplot` produced density plots from simulated data, optionally involving logarithmically scaled
axes.

## Mathematical functions:
- `xlogx` calculates $x \log(x)$ with correct limit for $x=0$ and optional linearization
- `random_uniform_fixed_sum` samples uniformly distributed, positive numbers adding to 1
- `geomspace_int` provides an (approximately) geometric sequence of integers