You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Refresh README for 0.2.0; strengthen CONTRIBUTING conventions (#22)
README:
- Fix broken find_census_vectors example still using the pre-0.2.0
argument order (verified the corrected call against the live API)
- Replace hardcoded tests/R-equivalence badges with the live CI badge
and a PyPI version badge; Python floor corrected to 3.8
- Replace stale "Recent Updates" with a 0.2.0 summary linking the
CHANGELOG; refresh testing-section claims to match reality
- Link the LLM usage guide and llms.txt from the documentation list
CONTRIBUTING:
- State the R-compatibility north star and core conventions
(ResilientSession for all HTTP, string identifiers, public-function
checklist); point to AGENTS.md for the architecture map
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Access, retrieve, and work with Canadian Census data and geography.
10
10
11
11
**pycancensus** is a Python package that provides integrated, convenient, and uniform access to Canadian Census data and geography retrieved using the CensusMapper API. This package produces analysis-ready tidy DataFrames and spatial data in multiple formats, with full equivalence to the R cancensus library.
12
12
13
-
## Recent Updates
13
+
## What's New in 0.2.0
14
14
15
-
-**Full R Library Equivalence**: Verified 100% data compatibility with R cancensus
16
-
-**Enhanced API Reliability**: Production-grade error handling and retry logic
17
-
-**Vector Hierarchy Functions**: Navigate census variable relationships like R
18
-
-**Improved Data Quality**: Fixed column naming and data processing issues
-**[API Reference](https://pycancensus.readthedocs.io/en/latest/api/index.html)** - Complete function documentation
106
111
-**[R to Python Migration Guide](https://pycancensus.readthedocs.io/en/latest/migration.html)** - For R cancensus users
112
+
-**[LLM Usage Guide](https://pycancensus.readthedocs.io/en/latest/llm_usage.html)** - For AI agents using the library ([llms.txt](https://pycancensus.readthedocs.io/en/latest/llms.txt))
0 commit comments