v1.0.0
First stable release! π
Having spent the last couple of months testing, updating, polishing, and documenting we now feel epymorph is sufficiently stable to leave the beta phase. Changes include:
- The
inspectfunctionality added to some ADRIOs in v1.0.0b1 has now been extended to every built-in ADRIO. - More CDC datasets available as ADRIOs.
- The API reference documentation has been revamped and now covers nearly every module, class, and function.
- Numerous minor bug fixes and API improvements.
As always, we'd love to hear how you are integrating epymorph in your modeling pipelines!
What's Changed
- Remove ability to override a RUME's time frame. by @JavadocMD in #231
- Respiratory Hospitalizations CDC by @meaghan66 in #235
- LODES and PRISM estimate fix. by @meaghan66 in #236
- Improved how anomalous floating-point calculations are handled in the particle filter resamplers. by @JeffreyCovington in #238
- Fix DateRange interface problem. by @JavadocMD in #240
- Error message improvement for invalid selections. by @JavadocMD in #234
- Fix error message when there are parameter evaluation issues. by @JavadocMD in #243
- Add DataResolver.get_raw method. by @JavadocMD in #245
- ADRIO refactor by @JavadocMD in #246
- ADRIO minor improvements. by @JavadocMD in #248
- Switch to MkDocs for API documentation site generation. by @JavadocMD in #251
- Add abstract
geographyproperty toGeoScope. by @JavadocMD in #252 - ADRIO v2 conversions by @JavadocMD in #253
- API docs and small improvements by @JavadocMD in #254
Full Changelog: v0.10.0...v1.0.0