Releases: TheTreasureMap/gwtm_api
Releases · TheTreasureMap/gwtm_api
Release list
v0.2.0 FastAPI backend support & API overhaul
What's new
Breaking / significant changes
configure()is now the single entry point for API credentials and base URL so
no need to passapi_tokento every method. Passing it directly still works
for backwards compatibility.- GET requests now send filter parameters as query params rather than a JSON
body, matching the FastAPI-based server's expected format. Filters were
silently ignored in previous versions.
New features
Candidate.put(),Candidate.delete(),Candidate.batch_delete()Pointing.request_doi()
Other
- Unit tests and CI workflow (GitHub Actions) added
- README expanded with full API coverage including Alerts and Event Tools
- Requires Python < 3.12 (ligo.skymap/healpy constraint)
v0.1.5
Hotwiring Release
I'm not touching this again until after my tutorial
First Release
First Release
First release to see if upload to pypi is working