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

https://github.com/bat/batbase.jl

Core API of BAT.jl
https://github.com/bat/batbase.jl

Last synced: 3 months ago
JSON representation

Core API of BAT.jl

Awesome Lists containing this project

README

          

# BATBase.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://bat.github.io/BATBase.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://bat.github.io/BATBase.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/bat/BATBase.jl/workflows/CI/badge.svg?branch=main)](https://github.com/bat/BATBase.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/bat/BATBase.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/bat/BATBase.jl)

## Documentation

* [Documentation for stable version](https://bat.github.io/BATBase.jl/stable)
* [Documentation for development version](https://bat.github.io/BATBase.jl/dev)

**Note: Integration of BATBase.jl with BAT.jl is not complete yet.**

BATBase.jl contains the core interface definition of [BAT.jl](https://github.com/bat/BAT.jl).

BATBase.jl will serve as a lightweight and low-dependency package that packages
implementing BAT-compatible densities and algorithms can depend on instead
of the full BAT.jl.