Releases: Nelson-Gon/pyfdc
pyfdc 0.2.2 release notes
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_targets
-
get_food_details
now returns a low level result if nofdc_id
is provided. -
Code was refactored to allow assertion statements and provide user warnings.
Release 0.2.1
Major Changes
-
get_nutrients
was dropped. Useget_food_info
withtarget_field
"nutrients." -
get_multiple_details
was dropped. Useget_food_info
instead. -
Classes FoodSearch and FoodDetails have been dropped. Use
FoodDataCentral
instead. -
api_key
was renamed topyfdc_api_key
-
target_field
inget_food_info
now 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_nutrients
instead.
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
pyfdc 0.2.1
Major Changes
-
get_nutrients
was dropped. Useget_food_info
withtarget_field
"nutrients." -
get_multiple_details
was dropped. Useget_food_info
instead. -
Classes FoodSearch and FoodDetails have been dropped. Use
FoodDataCentral
instead. -
api_key
was renamed topyfdc_api_key
-
target_field
inget_food_info
now 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_nutrients
instead.
pyfdc 0.1.2
This fixes issues with pip.
pyfdc 0.1.1
Stable release of pyfdc. Initial release could not be reuploaded to PyPI
pyfdc 0.1.0
Initial stable release of pyfdc.