iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
14 stars 10 forks source link

Docs not sync'ed with current release #116

Closed MathewBiddle closed 1 year ago

MathewBiddle commented 1 year ago

Docs state version 1.2.7: image

Looks like most recent release is 1.2.6: image

Looks like 1.2.7 is a decent change from 1.2.6:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In [9], line 2
      1 from pyobis import dataset
----> 2 query = dataset.get(dataset_ids[0])
      3 query.execute() # execute the query
      4 # query.data # returns the data of the query
      5 # query.api_url # returns the OBIS API URL

AttributeError: module 'pyobis.dataset.dataset' has no attribute 'get'

Consider a larger version increment for these changes? 1.3.0??

MathewBiddle commented 1 year ago

Looks like that is the plan, things just got a little mixed up: https://iobis.github.io/pyobis/changelog_link.html#id1

ocefpaf commented 1 year ago

@ayushanand18 this problem is not solved by #117. The issue here is b/c we are publishing every dev version when we merge PRs. I'll send a fix in a moment.