splotrs 0.1.3

Dependency-light sPlot fits backed by Rust and Ganesh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# yamloom: generated from .yamloom.py
---
name: Release Please
"on":
  push:
    branches:
      - main
jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - name: Run release-please
        uses: googleapis/release-please-action@v4
        with:
          token: ${{ secrets.RELEASE_PLEASE }}
        id: release