Skip to content

Tags: OCHA-DAP/hdx-python-api

Tags

6.6.8

Toggle 6.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 HDXDSYS-2904 Add create_datastore and update_datastore methods to Re…

…source in HDX Python API (#111)

* Fix tests broken by new ckanapi

6.6.7

Toggle 6.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use paging for all_fields True (#109)

6.6.6

Toggle 6.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove any usages of HXL and deprecated functions (#108)

6.6.5

Toggle 6.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove remove_dates_from_title (#107)

6.6.4

Toggle 6.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

6.6.3

Toggle 6.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
HDXDSYS-2660 Add facility to allow writing resources with headers and…

… no data (#105)

* Add no_empty parameter to generate_resource

6.6.2

Toggle 6.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

6.6.1

Toggle 6.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
HDXDSYS-2612 Make HDX Python API Path aware (#102)

* Make path aware

6.6.0

Toggle 6.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
HDXDSYS-2619 Modernise HDX Python libraries to Python 3.10 (#101)

* Modernise to Py310

* Use latest HDX Python Country and Utilities

6.5.7

Toggle 6.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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