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
HDXDSYS-2684 Reimplement munge_url from libhxl in HDX Python API (#106)
* Add munge_url from libhxl as follow_url and remove libhxl dependency
* Upgrade to uv
HDXDSYS-2641 Ensure package_hxl_update and QuickCharts arguments are …
…noops in HDX Python API (#103)
* Remove all usages of package_hxl_update
* QuickCharts noop
* Fix name
* Fix infer arguments
* Add missing import
* Probably should handle Optional[bool]
* Actually don't need to handle Optional[bool] here as not one of Configuration's parameters
HDXDSYS-2546 Fix hash checking for zipped files in HDX Python API (#99)
* Use get_size_and_hash from HDX Python Utilities
* Update tests
* Don't check size when updating resources - just check hash