Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 02:25
ddaa9ba

0.2.0 (2024-12-13)

Features

  • Add function to query all elements status returning a dictionary (a512344)
  • Added index limits to variable dimensions when a smaller dataset is written over a larger one (bd568e0)
  • empty commit for version bump (9169d86)

Bug Fixes

  • Add access to compound type mapping to projectFile (e47ec17)
  • add appropriate shape (2fde957)
  • Add EPSG field to extents (5637552)
  • Add LoopVersion function back and version bump (9fbd104)
  • Add multiple thicknesses to stratigraphic layers (f292fb0)
  • Add segNum to obs tables, removed rank and type. Change verbose mode for open and closing files (2a50a9c)
  • add thickness fields (2740730)
  • Added python 3.11 and macos. Version bump (c45f27c)
  • adding basic check to see if project file (b32c1cc)
  • adding new table to LPF for thickness calculators (2ba0e1b)
  • adding new table to LPF for thickness calculators (c3ffe25)
  • adding numpy and exposing projectfile in init (24e79fe)
  • adding set methods for the different elements of (a6e6395)
  • change segNum to featureId (4a0b662)
  • change the versions (53df818)
  • changing keys (321a6a5)
  • disable 401 for init file. (8b096ce)
  • ignore 401 in init (ee19080)
  • initial commit to add list of thickness calculators as a field in the LPF (6262403)
  • linting (7ed0a98)
  • linting in init (785b0cc)
  • not 5, but one list only. (cd8ac5a)
  • Off by one error for max valid indexes (ba578e1)
  • removing duplicate exception (76887f4)
  • removing unused/duplicate imports (69126c1)
  • small changes to comply with ruff linting (9ca31de)
  • stratLog index wasn't showing all data (4733010)
  • trigger release (7e1a830)
  • type of colour int was incorrect (a19fc26)
  • upd getter method for StratiLog (865703c)
  • update ls thickness flag (6c1fd21)
  • update the getter (a6596f9)
  • update thicknessCalculatorType (57edb07)
  • validate data frame columns, take dict not list (90c71d1)

Miscellaneous Chores