• 0.4.6 35dcbaba20

    0.4.6 Stable

    Lucidiot released this 2019-10-23 18:25:15 +00:00 | 0 commits to master since this release

    • Add a UserWarning when trying to fetch Full or Statistics reports on food items from the Branded Food Products data source (#31)
    • Allow filtering by data sources when searching food items (#32)
    • Pad NDB numbers with zeros when they have less than five digits (#33)

    ⚠️ Unless there are any huge issues, this is the last release in the 0.x branch of python-usda; the next release will be a full rewrite using the new Food Data Central APIs. Users should expect python-usda 0.x to cease functioning at any time, since the APIs it relies on have been deprecated by the USDA.

    Downloads
  • 0.4.5 4f8ea80877

    0.4.5 Stable

    Lucidiot released this 2019-10-23 06:54:01 +00:00 | 7 commits to master since this release

    Downloads
  • 0.4.4 a439ae27ab

    0.4.4 Stable

    Lucidiot released this 2019-04-26 06:54:18 +00:00 | 14 commits to master since this release

    • Fixed pagination with an offset #28
    • Added badges to Sphinx docs #25
    • FoodReport.report_type and FoodReportV2.report_type are now parsed into instances of usda.enums.UsdaNdbReportType #24
    Downloads
  • 0.4.3 d78fc11194

    0.4.3 Stable

    Lucidiot released this 2019-04-26 06:51:39 +00:00 | 21 commits to master since this release

    • Updated the API root URL (previous versions are no longer working on the current API)
    • Removed the usda.enums.UsdaApis enum
    Downloads
  • 0.4.2 324ecf5692

    0.4.2 Stable

    lucidiot released this 2018-10-26 20:50:18 +00:00 | 25 commits to master since this release

    Full documentation using Sphinx

    Downloads
  • v0.4.1 f2ee88e356

    v0.4.1 Stable

    lucidiot released this 2018-07-17 18:16:55 +00:00 | 44 commits to master since this release

    Bugfix for KeyError on searches with no results #20 (also fixes a more general problem with error handling)

    Downloads
  • v0.4 4a96b47ebe

    v0.4 Stable

    lucidiot released this 2018-07-14 10:14:19 +00:00 | 48 commits to master since this release

    Declared as the first stable version of python-usda.

    • Support for Food Report version 2
    • Support for multiple food IDs in food report version 2
    Downloads
  • v0.3 d13f3a1110

    v0.3 Stable

    lucidiot released this 2018-07-13 13:15:21 +00:00 | 55 commits to master since this release

    • More refactoring
    • Dropped Python 2.x, 3.2 and 3.3 support
    • Support paginated endpoints (lists, search and nutrient reports)
    • Support food groups and derivation codes lists
    Downloads
  • v0.2 ea52ded049

    v0.2 Stable

    lucidiot released this 2018-07-11 14:14:26 +00:00 | 76 commits to master since this release

    • Refactoring on some parts of the code
    • Add support for NDB's food search API
    • Add raw JSON methods to circumvent python-usda's custom classes
    Downloads
  • v0.1 cbf2ee4087

    v0.1 Stable

    lucidiot released this 2018-07-10 20:01:51 +00:00 | 86 commits to master since this release

    First release of python-usda : includes basic support for list and report APIs.

    Downloads