Skip to content

v0.2.1 - docstring citation fix and PhysioNet DUA notice

Choose a tag to compare

@dataeducator dataeducator released this 08 May 16:36
· 57 commits to main since this release

@
Patch release. No API or behavior changes.

What changed

  • Docstring citations updated — package, FairSwarm class, and FairSwarmConfig docstrings now reference the IEEE TCE 2026 (Submitted) paper instead of the prior thesis citation.
  • README: Data Access and Compliance section added — explicit PhysioNet DUA, CITI, and HIPAA notice for users running MIMIC-III / eICU-CRD experiments. The library itself ships zero patient data.
  • .gitignore hardened — added results/eicu*/, experiments/results/mimic*/, and experiments/results/eicu*/ as defense-in-depth against accidental commit of clinical-data-derived experiment outputs.

Install

pip install fairswarm==0.2.1

Reference

T. Norwood, D. Das, P. Chatterjee, E. Bentley, and U. Ghosh, "FairSwarm: Trustworthy Coalition Selection for Fair and Secure Federated Intelligence," IEEE Trans. Consum. Electron., 2026 (Submitted).
@