Skip to content

Releases: OHDSI/Circepy

v0.2.0: Release 0.2.0 for helper utils (#16)

25 Feb 18:43
9c6e207

Choose a tag to compare

Nightly Build 20260610

10 Jun 03:22
9c6e207

Choose a tag to compare

Pre-release

🌙 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.whl

Or 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

23 Jan 22:07

Choose a tag to compare

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

  • @azimov made their first contribution in #3

Full Changelog: nightly-20260123...v0.1.0