diff --git a/.buildinfo b/.buildinfo index 6caa8d5f..f66cef8c 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 5b253b3ca6a98b784a6d5349a28a3682 +config: 6f8cbb18c0a7bde42b5cc4036ce0fdd5 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/API.html b/API.html index 4f336e46..8c053517 100644 --- a/API.html +++ b/API.html @@ -8,7 +8,7 @@ - API — map2loop 3.1.5 documentation + API — map2loop 3.1.6 documentation @@ -39,10 +39,9 @@ - + - @@ -119,7 +118,7 @@ -

map2loop 3.1.5 documentation

+

map2loop 3.1.6 documentation

diff --git a/CHANGELOG.html b/CHANGELOG.html index 345e57d2..9f06e423 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -8,7 +8,7 @@ - Changelog — map2loop 3.1.5 documentation + Changelog — map2loop 3.1.6 documentation @@ -39,7 +39,7 @@ - + @@ -118,7 +118,7 @@ -

map2loop 3.1.5 documentation

+

map2loop 3.1.6 documentation

@@ -406,10 +406,25 @@

Changelog#

-

3.1.5 (2024-06-06)#

+

3.1.6 (2024-06-13)#

Bug Fixes#

    +
  • add invalid hex input handling (40028a8)

  • +
  • add the suggestions (dc85b2e)

  • +
  • comment the code (6e064b1)

  • +
  • fix for duplicate units (4052eca)

  • +
  • make sure all colours are unique (f90159a)

  • +
  • small fixes - double check for integer & add test information at the beginning of the test scripts (a916343)

  • +
  • update the tests for new function names (hex_to_rgb) (e1778b7)

  • +
+
+
+
+

3.1.5 (2024-06-06)#

+
+

Bug Fixes#

+
  • add 2 more links to try from GA WCS if timing out & prints out where the DEM was downloaded from (92f73a5)

  • add catchall exception to mapdata_parse_structure & comment code (59c677c)

  • add test for all structures less than 360 (f08c42a)

  • @@ -437,10 +452,10 @@

    Documentation -

    3.1.4 (2024-05-29)#

    -
    -

    Bug Fixes#

    +
    +

    3.1.4 (2024-05-29)#

    +
    +

    Bug Fixes#

    • actions updated to prevent linting issues (9a3e86a)

    • add pull request template (f8ccac7)

    • @@ -457,48 +472,48 @@

      Bug Fixes#

      update wording in templates for clarity (ecb1092)

    -
    -

    Documentation#

    +
    +

    Documentation#

    • remove lavavu; no need for 3D vis for the examples (6b42cdc)

    -
    -

    3.1.3 (2024-05-14)#

    -
    -

    Bug Fixes#

    +
    +

    3.1.3 (2024-05-14)#

    +
    +

    Bug Fixes#

    • remove tini from docker (89fd60f)

    -
    -

    Documentation#

    +
    +

    Documentation#

    • remove lavavu; no need for 3D vis for the examples (e8b1ada)

    -
    -

    3.1.2 (2024-05-09)#

    -
    -

    Bug Fixes#

    +
    +

    3.1.2 (2024-05-09)#

    +
    +

    Bug Fixes#

    -
    -

    3.1.1 (2024-05-09)#

    -
    -

    Bug Fixes#

    +
    +

    3.1.1 (2024-05-09)#

    +
    +

    Bug Fixes#

    -
    -

    3.1.0 (2024-05-09)#

    +
    +

    3.1.0 (2024-05-09)#

    Features#

    -
    -

    Bug Fixes#

    +
    +

    Bug Fixes#

    -
    -

    Documentation#

    +
    +

    Documentation#

    • add 3.11 back on so docs build (LPF needs 3.12 as well) (9f817be)

    • add back the .sh to build docs locally (a5ccb0f)

    • @@ -718,47 +733,47 @@

      Documentation

    -
    -

    3.0.6 (2024-01-25)#

    -
    -

    Bug Fixes#

    -
      -
    • Remove deprecation ignore warnings and then deprecations (79cd333)

    • -
    -
    -
    -

    3.0.5 (2024-01-25)#

    +

    3.0.6 (2024-01-25)#

    Bug Fixes#

      -
    • Typo in intrusion flag, ignoring intrusions for contact calculations, remove errant sorter from take_best option (527de6c)

    • +
    • Remove deprecation ignore warnings and then deprecations (79cd333)

    -

    3.0.4 (2024-01-11)#

    +

    3.0.5 (2024-01-25)#

    Bug Fixes#

      -
    • Issue with conda build test env not working, skipping (2fffb69)

    • +
    • Typo in intrusion flag, ignoring intrusions for contact calculations, remove errant sorter from take_best option (527de6c)

    -

    3.0.3 (2024-01-11)#

    +

    3.0.4 (2024-01-11)#

    Bug Fixes#

      -
    • Add owslib as dependency for testing (0439da8)

    • +
    • Issue with conda build test env not working, skipping (2fffb69)

    -

    3.0.2 (2024-01-11)#

    +

    3.0.3 (2024-01-11)#

    Bug Fixes#

      +
    • Add owslib as dependency for testing (0439da8)

    • +
    +
    +
    +
    +

    3.0.2 (2024-01-11)#

    +
    +

    Bug Fixes#

    +
    • Still forcing versioning for release-please (08e647b)

    @@ -793,55 +808,59 @@

    Bug Fixes# diff --git a/_auto_examples/index.html b/_auto_examples/index.html index 467d9f6e..0e455553 100644 --- a/_auto_examples/index.html +++ b/_auto_examples/index.html @@ -8,7 +8,7 @@ - Examples — map2loop 3.1.5 documentation + Examples — map2loop 3.1.6 documentation @@ -39,7 +39,7 @@ - + @@ -120,7 +120,7 @@ -

    map2loop 3.1.5 documentation

    +

    map2loop 3.1.6 documentation

    diff --git a/_auto_examples/plot_hamersley.html b/_auto_examples/plot_hamersley.html index f369f456..93aafb12 100644 --- a/_auto_examples/plot_hamersley.html +++ b/_auto_examples/plot_hamersley.html @@ -8,7 +8,7 @@ - Hamersley, Western Australia — map2loop 3.1.5 documentation + Hamersley, Western Australia — map2loop 3.1.6 documentation @@ -39,7 +39,7 @@ - + @@ -120,7 +120,7 @@ -

    map2loop 3.1.5 documentation

    +

    map2loop 3.1.6 documentation

    @@ -490,7 +490,7 @@

    Visualise the map2loop results
    <Axes: >
     
    -

    Total running time of the script: (0 minutes 11.092 seconds)

    +

    Total running time of the script: (0 minutes 14.679 seconds)