Skip to content

Releases: somnathrakshit/geograpy3

0.1.8

19 Sep 07:34
Compare
Choose a tag to compare

0.1.8

New Features

  • Add ISO country code (#10)

    • returned country information should include the two letter ISO
      code
      of the
      country
  • if country is given disambiguate country (#7)

Bugs Squashed

  • [BUG]AttributeError: 'NoneType' object has no attribute 'name' on "Pristina, Kosovo" (#9)
    • Describe the bug geograpy.get_geoPlace_context(text="Pristina, Kosovo") leads
      to python error. To Reproduce Steps to reproduce the
      behavior: ```python def testIssue(self): '''
      test Issue ''' locality="Pristina, Kosovo"
      gp=geograpy.get_geoPlace_context(text=locality) if
      self.debug: print(" %s" % gp.countries)
      print(" %s" % gp.regions) print(" %s" % gp.cities)
      "/Users/wf/Documents/pyworkspace/geograpy3/geograpy/places.py",
      line 189, in set_cities      country_name = country.name
      AttributeError: 'NoneType' object has no attribute 'name'
      **Expected behavior**  Python should not choke on this although
      the political result may be disputed.
      

0.1.7 release

18 Sep 06:01
Compare
Choose a tag to compare

0.1.6 release

11 Sep 15:06
Compare
Choose a tag to compare

more links

0.1.5 release

11 Sep 13:13
Compare
Choose a tag to compare

fixes pycountry None returns

0.1.4 Final release

10 Sep 05:35
Compare
Choose a tag to compare

Test the release process with automatic pypi upload

0.1.4 Release Candidate 1

10 Sep 05:15
Compare
Choose a tag to compare
Pre-release

Tests release procedure to pypi

make using on NLTK GPE labels available

10 Sep 04:56
Compare
Choose a tag to compare
Pre-release

Adds geograpy.get_geoPlace_context() and Extractor.find_geoEntities()