Releases: OHDSI/Circepy
Releases · OHDSI/Circepy
v0.2.0: Release 0.2.0 for helper utils (#16)
Nightly Build 20260610
🌙 Nightly Development Build
Version: 0.2.0.dev20260610+7aac88c
Commit: 9c6e207c0d0328d2321580e23f28fe372c62bedd
Branch: develop
Date: 20260610
Caution
This is a development build from the develop branch. It may contain experimental features, bugs, or breaking changes. Use in production at your own risk.
Installation
Download the wheel from the assets below and install:
pip install ohdsi_circe-0.2.0.dev20260610+7aac88c-py3-none-any.whlOr install directly from the develop branch:
git clone https://github.com/azimov/circepy.git
cd circepy
git checkout develop
pip install -e ".[dev]"What's Included
- Latest features and fixes from the develop branch
- Full test suite results (check Actions tab)
- Coverage reports (available in artifacts)
Notes
- This release is automatically generated and may be overwritten daily
- Older nightly builds are deleted automatically after 30 days
- For stable releases, use tagged versions from the main branch
v0.1.0
Installation
Download the wheel or source distribution from the assets below, or install from source:
pip install ohdsi-circe
# Or install from source:
git clone https://github.com/OHDSI/Circepy.git
cd Circepy
git checkout v0.1.0
pip install -e .What's Changed
New Contributors
Full Changelog: nightly-20260123...v0.1.0