Skip to content

Latest commit

 

History

History
147 lines (73 loc) · 7.09 KB

CHANGELOG.md

File metadata and controls

147 lines (73 loc) · 7.09 KB

Changelog

1.3.8 (2023-11-28)

Bug Fixes

1.3.7 (2023-08-14)

Bug Fixes

  • Forgot to access series and typecast to int result (864857b)
  • Type casting of object_ids so that mixture of str, numeric and nans can be evaluated. Please type fix (633d62d)
  • Version bump (d844980)

1.3.6 (2023-05-29)

Bug Fixes

  • Fill nan in id column of geology shapefile causing missing layers (55ebd9c)
  • Rework contact calculations to use geopandas functions rather than multi-layered for loop. Potential fix to Bug #101 (ffb263e)
  • Version bump (a92fa41)

1.3.5 (2023-02-22)

Bug Fixes

  • Removed bug where southern dipdir were being inverted (92eef44)
  • Set interpolated contact observations default to false (948d817)

1.3.4 (2023-02-09)

Bug Fixes

  • m2l_map_checker.py added type conversion for string comparisons, *.py coding standard compliance changes (57ed24c)
  • Version bump (22b4912)

1.3.3 (2022-12-04)

Bug Fixes

1.3.2 (2022-11-30)

Bug Fixes

  • Add clipping of local file dtm (3359927)
  • Fix strike conversion logic, Replace drift_prefix with ignore_codes option, remove opentopography dtm (97d26ed)
  • Move sjoin out of loop for efficiency (fe59514)
  • version bump (e9200d1)

1.3.1 (2022-11-08)

Bug Fixes

  • version bump for mambaforge build (31eabb3)

1.3.0 (2022-11-01)

Features

  • Merged classes into master, with version bump (4cc796e)

Bug Fixes

  • add crs to temporary geodataframe to solve crs mismatch (4d7023a)
  • Add supergroup to stratigraphic column, fix thickness values in projectfile output (8387655)
  • Move crs assignment to after geology has been specified (e74e9e9)
  • rework of topology file structure and graph usage (a5419e8)
  • Without explicit string type replacement silently fails (451a876)

1.2.10 (2022-08-20)

Bug Fixes

  • Remove pypi dependencies while gdal and rasterio can't install easily (17c9076)

1.2.9 (2022-08-18)

Bug Fixes

  • Reset tags to not include v and attempt to get pip install working (2d0924b)

1.2.8 (2022-08-03)

Bug Fixes

  • change rasterio dependency to enable python 3.7 to work (2fb5b80)

1.2.7 (2022-08-02)

Bug Fixes

1.2.6 (2022-08-02)

Bug Fixes

1.2.5 (2022-08-02)

Bug Fixes

  • Add python version to continuous integration (6835882)

1.2.4 (2022-08-02)

Bug Fixes

  • Temporary fix to avoid rasterio/gdal conflicts (23e5f6a)

1.2.3 (2022-07-27)

Bug Fixes

  • added function to check if the filenames exist (f7b6475)
  • black format (314ee87)
  • casting numeric columns as float (2755546)
  • normalising fault trace vector before comparing to dip direction (bda0ddd)
  • removing type hint for python 3.8 (587441f)

Documentation

  • adding templates for issues (2874b97)