Skip to content

Releases: genthalili/searoute-py

1.4.3

22 Feb 14:05
Compare
Choose a tag to compare

Notable Changes

  • Added CITATION.cff as per suggestion #44
  • Added clarification on README as per suggestion #47
  • Added BERING passage #46
  • Added examples as notebook files #43 #41

Full Changelog: 1.4.2...1.4.3

1.4.2

18 Aug 19:56
Compare
Choose a tag to compare

Notable Changes

  • Improved Marnet around Baltic sea #37
  • Fixed issue with returned passage when crossing the ocean #35
  • Adding unit tests
  • Added test for mandatory passages example

1.4.1

22 Jun 11:01
Compare
Choose a tag to compare

Notable Changes

  • Fixed support python 3.7 3.8 (issue #36)
  • Fixed bug in return_passages (issue #35)
  • Added tests for return_passages

1.4.0

09 Jun 15:04
Compare
Choose a tag to compare

Notable Changes

  • Enriched network with additional passages : chili and south_africa (#27)
  • Adjusted logic of port selection (#28)
  • Add feature to suggest preferred port of load and port of discharge (#29)
  • Fixed del property to_cty in main function (#30)
  • Created unit tests
  • Return passages traversed by the path (#34)

1.3.1

27 Jan 09:49
Compare
Choose a tag to compare

Notable Changes

  • Enriched network with additional passages

1.3.0

11 Jan 00:53
Compare
Choose a tag to compare

Notable Changes

  • Added in port_params additional parameter country_restricted
  • Updated license to Apache 2.0

1.2.3

05 Jan 20:59
Compare
Choose a tag to compare

Notable Changes

  • Patch fixed and improved coords validation

1.2.2

08 Sep 19:36
Compare
Choose a tag to compare

Notable Changes

  • Patch fixed and simplified coords line normalisation

1.2.1

07 Sep 19:20
Compare
Choose a tag to compare

Notable Changes

  • Patch fixed issue when querying country with no port result

1.2.0

25 Aug 21:19
Compare
Choose a tag to compare

Notable Changes

  • 35x Faster: Significantly improved compared to v1.1 by rethinking and re-organizing the code.
  • Implemented Class Design
  • Easy API Access
  • Improved Network Connectivity: Enhanced network reliability.
  • Updated README.md: Revised for the latest information.