Metadata-Version: 2.4
Name: gondola
Version: 0.11.19
Requires-Dist: tqdm>=4.0
Requires-Dist: numpy>=2.3
Requires-Dist: matplotlib>=3.10
Requires-Dist: charmingbeauty>=0.1
Requires-Dist: pydashi>=2
Requires-Dist: cmocean>=4
Requires-Dist: loguru>=0.7
Requires-Dist: vtk>=9
Requires-Dist: iminuit>=2
Requires-Dist: polars>=1.33
Requires-Dist: pyzmq>=27
Summary: GAPS Online and Offline Analysis software
Author-email: "J.A.Stoessl, G.Tytus" <stoessl@hawaii.edu>
License: GPLV3
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/GAPS-Collab/gaps-online-software
Project-URL: Repository, https://github.com/GAPS-Collab/gaps-online-software
Project-URL: Documentation, https://gaps-collab.github.io/gaps-online-software/

# GONDOLA - python wrapper for gaps-online-software 

This allows to easily access various dataclasses used throughout 
the [GAPS experiment](https://gaps1.astro.ucla.edu/gaps/)

# CHANGELOG 

* v0.11 is the first version to be published through pypi
* Database system: switch from django to pure-rust implementation with diesel + pyo3
    This gives a performance boost by 3x for `get_tofpaddles()`:
    Rust : 500mic sec, django 1.5 milli sec
* The caraspace reader is now optimized to not copy paddle information every time 
  it is emiiting a CRFrame, thus increasing performance by a huge amount  




