Skip to content

Releases: datadotworld/data.world-py

1.0.0

14 Apr 04:22
Compare
Choose a tag to compare
  • Add warning for outdated local datasets
  • Fix config migration in case of malformed ~/.data.world
  • Relax validation of file names in dataset API responses to allow slashes
  • Improve content in help(datadotworld)
  • Return newly created dataset URL
  • Version and README updates in preparation for PyPI release

1.0.0 Pre-release (Beta 5)

30 Mar 16:06
Compare
Choose a tag to compare
Pre-release
  • Pull query results in application/sparql-results+json format
  • Map metadata to Table Schema
  • Apply schema to query results (table and dataframe)
  • Expose query result schema
  • Extra: Keep legacy ~/.data.world post-migration in case it's used by R SDK
  • Extra: fix #18

1.0.0 Pre-release (Beta 4)

24 Mar 22:34
Compare
Choose a tag to compare
Pre-release
  • Map date fields to datetime dtype (pandas.DataFrame)
  • Convert defunct gyear and gyearmonth types to current year and yearmonth
  • Degrade gracefully in case of lack of support for year, yearmonth and duration types
  • Improve messaging around schema errors

1.0.0 Pre-release (Beta 3)

21 Mar 15:14
Compare
Choose a tag to compare
Pre-release
  • Add wrapper methods for REST API (try: datadotworld.api_client())
  • Introduce support for datapackages (try: datadotworld.load_dataset())
  • Refactor query functions (try: datadotworld.query())
  • Consolidate package interface (simply import datadotworld, no need to instantiate DataDotWorld)
  • Introduce unit tests
  • Introduce configuration tool (try: $ dw configure)