Skip to content

Commit

Permalink
chore(master): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent 6a16cf5 commit b81848c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog

## [0.2.0](https://github.com/Loop3D/LoopProjectFile/compare/v0.1.5...v0.2.0) (2024-09-18)


### Features

* Add function to query all elements status returning a dictionary ([a512344](https://github.com/Loop3D/LoopProjectFile/commit/a512344b15b543f9f0bd8ace4a7713175ce96646))
* Added index limits to variable dimensions when a smaller dataset is written over a larger one ([bd568e0](https://github.com/Loop3D/LoopProjectFile/commit/bd568e00ca0a604173b319870d3fc0f24bcce508))


### Bug Fixes

* Add access to compound type mapping to projectFile ([e47ec17](https://github.com/Loop3D/LoopProjectFile/commit/e47ec176ded58eb581edc3d0c511e153e245f2c4))
* add appropriate shape ([2fde957](https://github.com/Loop3D/LoopProjectFile/commit/2fde957a4c759cdbee3ccefb6cb9d7ee065344a2))
* Add EPSG field to extents ([5637552](https://github.com/Loop3D/LoopProjectFile/commit/5637552601b4ff4e5d3576a7aab97d0db253bedb))
* Add LoopVersion function back and version bump ([9fbd104](https://github.com/Loop3D/LoopProjectFile/commit/9fbd1043299186cf826a49526e7ca25c3c7c2630))
* Add multiple thicknesses to stratigraphic layers ([f292fb0](https://github.com/Loop3D/LoopProjectFile/commit/f292fb06b04f702882afd3cbee7ec2f24b4c20c9))
* Add segNum to obs tables, removed rank and type. Change verbose mode for open and closing files ([2a50a9c](https://github.com/Loop3D/LoopProjectFile/commit/2a50a9ccf02e03eca0aedb076323254f61a2116c))
* add thickness fields ([2740730](https://github.com/Loop3D/LoopProjectFile/commit/2740730f256eb034db6277ce1d227df29b8c0a08))
* added pytest ([595a6c3](https://github.com/Loop3D/LoopProjectFile/commit/595a6c31f31e12743b3129b4251164bab968558c))
* Added python 3.11 and macos. Version bump ([c45f27c](https://github.com/Loop3D/LoopProjectFile/commit/c45f27c28394c99789c17d7c5c3a034854e62f75))
* adding basic check to see if project file ([b32c1cc](https://github.com/Loop3D/LoopProjectFile/commit/b32c1cc1a68a5f04fd6f7a6451e7c15e4d60319b))
* adding numpy and exposing projectfile in init ([24e79fe](https://github.com/Loop3D/LoopProjectFile/commit/24e79fecf2f9d7234178f6cd5e3577cdfa98c331))
* adding set methods for the different elements of ([a6e6395](https://github.com/Loop3D/LoopProjectFile/commit/a6e6395fdb015e0c3d2344fac8aa8dfe59fdd15f))
* change segNum to featureId ([4a0b662](https://github.com/Loop3D/LoopProjectFile/commit/4a0b6625efd4a84a6b44b95e276c7ae867502a98))
* change the versions ([53df818](https://github.com/Loop3D/LoopProjectFile/commit/53df818c7bd05e672f41a81a19b8da8e244e3c22))
* changing keys ([321a6a5](https://github.com/Loop3D/LoopProjectFile/commit/321a6a5885e3bc4a2ba5cd12b32026b6904daede))
* fixed ile directory and lint.external warning ([8927b9c](https://github.com/Loop3D/LoopProjectFile/commit/8927b9cb5fdc229ac5d090f727c91d3d641cccd0))
* migrating from setup.py to pyproject.toml ([#5](https://github.com/Loop3D/LoopProjectFile/issues/5)) ([c344ebb](https://github.com/Loop3D/LoopProjectFile/commit/c344ebbe904a25c3eb3473e09db741b273400974))
* Off by one error for max valid indexes ([ba578e1](https://github.com/Loop3D/LoopProjectFile/commit/ba578e1529e856bc9b4949fe1eeaf4672a816fed))
* removing duplicate exception ([76887f4](https://github.com/Loop3D/LoopProjectFile/commit/76887f4d9b83933e01f0273ca0bc7bfaf3c4f60d))
* removing unused/duplicate imports ([69126c1](https://github.com/Loop3D/LoopProjectFile/commit/69126c100abe8889b0294bd2bb80b929830d501d))
* reverse lint config ([f31e7e4](https://github.com/Loop3D/LoopProjectFile/commit/f31e7e44fc7eaef142257dbf3af81503fcd41413))
* type of colour int was incorrect ([a19fc26](https://github.com/Loop3D/LoopProjectFile/commit/a19fc26f72a71e9b2229203348a516f9cd3bd708))
* Update CI action versions ([eb436c3](https://github.com/Loop3D/LoopProjectFile/commit/eb436c35fe4090c4bc8f520d57d5a3cdd41994df))
* use correct dependency file name ([b5f9c44](https://github.com/Loop3D/LoopProjectFile/commit/b5f9c44cbfd17c95f2f6f0ae0398be076ab0d9ce))
* validate data frame columns, take dict not list ([90c71d1](https://github.com/Loop3D/LoopProjectFile/commit/90c71d12ec4235d48ab087ad3b1344226ce34034))

0 comments on commit b81848c

Please sign in to comment.