Skip to content

Releases: somnathrakshit/geograpy3

0.1.29 release

12 Jul 12:14
Compare
Choose a tag to compare

0.1.28

05 Jul 18:55
Compare
Choose a tag to compare
0.1.28 Pre-release
Pre-release
  • Added city update function to CityList
  • Updated LocationList fromJSONBackup() to load from Compressed files

v0.1.27

23 Jun 16:40
Compare
Choose a tag to compare

New Features

  • add python 3.9 checks to CI (#46)

    • Currently 3.6 to 3.8 is checked. 3.9 is available and stable and would IMHO be a good addition to the CI
  • create BallTree of List of Locations (#45)

    • this is a base functionality for efficient distance calculation and matching algorithm since geocoordinates can not be naturally sorted by lat/lon to achieve closest neighbour comparisons
  • Get closest location (#43)

    • Given a location find the closes other location from a list of locations.
      E.g. find the closest country for a city. (e.g. to check that the city is actually located in the country)
  • Calculating the distance between 2 locations (#42)

    • The idea is to calculate the distance between the given location to the specified location.
  • Country list from Erdem (#41)

  • Add env var for loc.db path (#28), thanks to @jamesnunn

    • Adds customisable location for the loc.db download
      to allow apps to function if the module is not
      writeable by the user e.g. with AWS lambdas.

The entire path and filename is required:

GEOGRAPY_DB=/path/to/loc.db

  • Make docs available via release process (#6)
    • scripts/doc already does some basic work but might need some love e.g. fixing the error

Bugs Squashed

v0.1.26

23 Jun 16:34
Compare
Choose a tag to compare

New Features

  • add python 3.9 checks to CI (#46)

    • Currently 3.6 to 3.8 is checked. 3.9 is available and stable and would IMHO be a good addition to the CI
  • create BallTree of List of Locations (#45)

    • this is a base functionality for efficient distance calculation and matching algorithm since geocoordinates can not be naturally sorted by lat/lon to achieve closest neighbour comparisons
  • Get closest location (#43)

    • Given a location find the closes other location from a list of locations.
      E.g. find the closest country for a city. (e.g. to check that the city is actually located in the country)
  • Calculating the distance between 2 locations (#42)

    • The idea is to calculate the distance between the given location to the specified location.
  • Country list from Erdem (#41)

  • Add env var for loc.db path (#28), thanks to @jamesnunn

    • Adds customisable location for the loc.db download
      to allow apps to function if the module is not
      writeable by the user e.g. with AWS lambdas.

The entire path and filename is required:

GEOGRAPY_DB=/path/to/loc.db

  • Make docs available via release process (#6)
    • scripts/doc already does some basic work but might need some love e.g. fixing the error

Bugs Squashed

0.1.25 release

21 Jun 16:10
Compare
Choose a tag to compare
0.1.25 release Pre-release
Pre-release

Introduces the location hierachy

0.1.24 release

10 Oct 13:09
Compare
Choose a tag to compare

another accidential version increment

0.1.23 release

10 Oct 13:05
Compare
Choose a tag to compare

releases modified Readme to PyPi

0.1.22 Release

10 Oct 12:41
Compare
Choose a tag to compare

forgot to update id again. Maybe we should automate the increment ...

0.1.12 release

10 Oct 12:38
Compare
Choose a tag to compare

fixes followup issues of #22 and fixes #23

0.1.20 release

10 Oct 11:31
Compare
Choose a tag to compare

fixes release version