Welcome to pyfdc’s changelog¶
Version 0.2.2
Fixed a bug that caused wrong output in
get_food_info.Now supporting a script mode.
Added coverage reports and auto download links.
Initial tests.
Support for manual api key entry. This is useful for tests only.
Users can now view available targets by calling
FoodDataCentral.available_targetsget_food_detailsnow returns a low level result if nofdc_idis provided.Code was refactored to allow assertion statements and provide user warnings.
Release 0.2.1 Major Changes
get_nutrientswas dropped. Useget_food_infowithtarget_field“nutrients.”get_multiple_detailswas dropped. Useget_food_infoinstead.Classes FoodSearch and FoodDetails have been dropped. Use
FoodDataCentralinstead.api_keywas renamed topyfdc_api_keytarget_fieldinget_food_infonow uses snake_case instead of CamelCase.
Major additions
Added an option to signup for an api key
Major deletions
merge_nutrient_results was removed. Use
get_nutrientsinstead.
pyfdc 0.1.2¶
Initial stable release on PyPI.
Available features
FoodSearch class that allows access to the food search end point
FoodDetails class that allows access to the food details end point
Fixed issues with PyPI installs