grid1d 0.3.0

A mathematically rigorous, type-safe Rust library for 1D grid operations and interval partitions, supporting both native and arbitrary-precision numerics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# File: Release.toml

# === Global behavior ===
sign-commit = true         # Signs the commit
sign-tag = true            # Signs the tag
push = true                # Push the commit and tag to the remote
publish = false            # Publish the package to crates.io
consolidate-commits = true # Allows to consolidate the commit and tag into a single commit
#dev-version = false        # Add -dev after the release (e.g. 1.2.3 -> 1.2.4-dev)
allow-branch = ["master"]    # Allow to release from the main branch only

# === Crates specific ===
# You can define overrides for individual packages if necessary