1.3.8 (2023-11-28)
- Change to force CICD (f05ee0f)
1.3.7 (2023-08-14)
- 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)
- 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)
- Removed bug where southern dipdir were being inverted (92eef44)
- Set interpolated contact observations default to false (948d817)
1.3.4 (2023-02-09)
- 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)
- version bump (d9bdd34)
1.3.2 (2022-11-30)
- 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)
- version bump for mambaforge build (31eabb3)
1.3.0 (2022-11-01)
- Merged classes into master, with version bump (4cc796e)
- 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)
- Remove pypi dependencies while gdal and rasterio can't install easily (17c9076)
1.2.9 (2022-08-18)
- Reset tags to not include v and attempt to get pip install working (2d0924b)
1.2.8 (2022-08-03)
- change rasterio dependency to enable python 3.7 to work (2fb5b80)
1.2.7 (2022-08-02)
- ordering (8901d03)
1.2.6 (2022-08-02)
- remove osx conda build (7209704)
1.2.5 (2022-08-02)
- Add python version to continuous integration (6835882)
1.2.4 (2022-08-02)
- Temporary fix to avoid rasterio/gdal conflicts (23e5f6a)
1.2.3 (2022-07-27)
- 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)
- adding templates for issues (2874b97)