Skip to content

v0.6.0

Latest

Choose a tag to compare

@andrewbolster andrewbolster released this 23 May 14:16
· 42 commits to main since this release

What's New

New Data Sources

  • nisra.claimant_count — monthly UC+JSA claimant count statistics from DfC/ONS; NI headline back to April 1997, with LGD and SOA breakdowns (#1833)
  • psni.police_ombudsman — annual and quarterly Police Ombudsman complaint statistics; complaints by district, allegation type, and outcome back to 2000/01 (#1834)
  • nisra.public_confidence — Public Confidence in Official Statistics (PCOS) survey; awareness and trust indicators back to 2009 from annual ODS file (#1835)
  • nisra.disease_prevalence — NI disease prevalence registers from DoH/PHA; Table 1 registered patients and Table 2 prevalence per 1,000 patients across 17 disease categories (#1836)
  • psni.stop_and_search — PSNI stop & search records from OpenDataNI; 199,661 records covering 2017/18–2024/25 with PACE reason flags, legislation, and demographic breakdowns (#1837)
  • psni.pace — annual PSNI PACE statistics; monthly stop & search by reason and quarterly PACE arrests by gender/category back to 2013/14 (#1838)
  • nisra.disease_prevalence.get_latest_gp_prevalence — GP-practice-level disease prevalence from 17 Table 5 sheets with practice lookup from Table 4 (359 practices) (#1839)

Fixes

  • nisra/__init__.py now correctly exports elective_waiting_times
  • psni/__init__.py now exports PSNIDataStaleError and get_historical_crime_statistics
  • bolster nisra labour-market --dimension all no longer hardcodes year/quarter
  • bolster dva no longer requires --latest flag

New CLI Commands

  • bolster psni crime — historical crime statistics with stale-data messaging
  • bolster psni ombudsman — Police Ombudsman complaint statistics
  • bolster psni stop-search — PSNI stop & search records
  • bolster psni pace — PACE stop & search and arrest statistics
  • bolster nisra quarterly-employment-survey — QES employee jobs by sector
  • bolster nisra public-confidence — PCOS awareness and trust survey
  • bolster nisra disease-prevalence — NI disease register prevalence

Installation

```bash
pip install bolster==0.6.0
```

Documentation