Owimetadatabase-preprocessor

Latest version: v0.8.1

Safety actively analyzes 622894 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8.1

Commits
- f986d1b: Fix according to the issue 18: changed 'Depth to/from' to 'Elevation to/from'. (arsmlnkv)
- fddb3b1: Bumpversion v0.8.0 -> v0.8.1 (arsmlnkv)

0.8.0

Commits
- f7ab988: Initial fatigue commit: first adapted version (from the legacy code). (arsmlnkv)
- 8bbdef4: Linting and formatting, fixing typos. (arsmlnkv)
- cbf967f: Added a test to check on FatigueAPI initialisation. (arsmlnkv)
- e64af21: Added dependency (tqdm) and updated other dependencies. (arsmlnkv)
- 13ec035: Fixed tests and circular import of FatigueAPI (for type hinting). (arsmlnkv)
- 96835a0: Rearranged methods to get geo and loc data for fatigue: moved get_subassembly_obj to GeometryAPI, added APIs as attributes of FatigueAPI. Fixed colors bug for plots. (arsmlnkv)
- a7ea764: Fixed/extended docstrings. (arsmlnkv)
- 4b8b147: Fixed height for fatigue details and plots showing figures immediately for data_objects. (arsmlnkv)
- c92c6ce: Updated example notebook. (arsmlnkv)
- 272f401: Fixed docstring issues. (arsmlnkv)
- 919386f: Updated docs to include FatigueAPI. (arsmlnkv)
- 25a2f9d: Merge branch 'Dev_AM': (arsmlnkv)
- 56ff4ab: Bumpversion v0.7.0 -> v0.8.0 (arsmlnkv)

0.7.0

Commits
- 95c0eea: Removed unnecessary dependencies: scipy, groundhog, pyproj. (arsmlnkv)
- 5b65947: Bumpversion v0.7.0-beta.1 -> v0.6.2 (arsmlnkv)
- 8fb94da: Fixed get_closest_location: radius name, warnings. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- 9943638: Fixed testlocations: default values, removed redundant existance method. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- e095b44: Fixed insitutests: default values, added condition for df_raw if (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- ed4e4bd: Fixed default values, docstrings and radius for the rest of methods in soil. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- 978c0a2: Updated the example notebook and documentation for soil. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- 3746dc6: Removed redundant parts of github actions workflows. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- 085b55e: Adjusted versioning configs. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- a293169: Updated License to GNU GPLv3. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- 2622db1: Merge branch 'main' into Dev_AM (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- 3968d8b: Fixed merging errors: missing packages, linting. (arsmlnkv) [17](https://github.com/OWI-Lab/owimetadatabase-preprocessor/pull/17)
- 3d17c18: Bumpversion v0.6.2 -> v0.7.0 (arsmlnkv)

0.7.0beta.5

Commits
- 8168f8d: Added __eq__ method for SoilAPI class. (arsmlnkv)
- a88b290: New tests. (arsmlnkv)
- 5450218: Fixed _search_any_entity error string maximal radius not being a variable. (arsmlnkv)
- a66aeb0: Fixed a type (no self) for an internal method for get_closest_entity. (arsmlnkv)
- c02d04d: Fixed irregular coordinate transform by pyproj. (arsmlnkv)
- 09e4b28: Added more tests plus linting, format. (arsmlnkv)
- bccd536: Merge branch 'Dev_AM' into release/0.7.0-beta: fixes for the (arsmlnkv)
- 525e3a0: Adopted versioning and release script for beta versions. (arsmlnkv)
- c3e3298: Bumpversion v0.7.0-beta.4 -> v0.7.0-beta.5 (arsmlnkv)

0.7.0beta.4

Commits
- 9195db5: Fixed to explicit checking if object is not None to avoid errors. (arsmlnkv)
- 29caace: Merge branch 'Dev_AM' into release/0.7.0-beta (arsmlnkv)
- daab9a4: Bumpversion v0.7.0-beta.3 -> v0.7.0-beta.4 (arsmlnkv)

0.7.0beta.2

Commits
- 71f2486: Initial soil copy. (arsmlnkv)
- cf972c4: Migrated a few methods (until get_surveycampaign_details). (arsmlnkv)
- f2c4cce: Migrated a few methods (until get_surveycampaign_details). (arsmlnkv)
- 6839947: Added constructor for more flexibility and generalisation for api urls. (arsmlnkv)
- f190580: Extended class docstring. (arsmlnkv)
- ea5090f: Added more soil methods and fixed type anotations. (arsmlnkv)
- c0f5183: Started get_initutest_detail method. (arsmlnkv)
- e1fe3e3: Started get_initutest_detail method. (arsmlnkv)
- 69b366e: Merged back from main. (arsmlnkv)
- 82c9a00: Fix pre-commit hook. (arsmlnkv)
- 3ec6958: Fixed precommit hook. (arsmlnkv)
- a8441b7: Added insitu and cpt tests detail methods and modified parent process_data method to facilitate new needs. (arsmlnkv)
- 036bcdf: Added existance_insitutest and get_soilprofile. CHanged variable test_type name back to testtype. (arsmlnkv)
- b6a62ad: Added closest/proximity methods for soilprofile. Fixed type hints before. (arsmlnkv)
- 6dc64f0: Added get_soilprofile_details. (arsmlnkv)
- dcab55d: Fixed err variable being explicitly casted into str in f-strings. Not needed for f-strings. (arsmlnkv)
- 53f97bd: Adjusted combine data handling in get_insitutest_detail. (arsmlnkv)
- 469c8e1: Adjusted get_cpttest_detal and corresponding helper method. (arsmlnkv)
- 72142b5: Fixed get_soilprofile_detail with correct handling of exceptions (and in helper function). (arsmlnkv)
- cae9b8e: Updated files. (arsmlnkv)
- bb41a98: Merge branch 'main' into Dev_AM (arsmlnkv)
- ea3aa24: Merge branch 'main' into Dev_AM (Arsen Melnikov)
- cf4c2ea: Added bunch of methods for retrieving batch lab tests. (arsmlnkv)
- b14c6db: Added get_batchlabtest_detail. (arsmlnkv)
- a766535: Added geotechncal sample methods. (arsmlnkv)
- 37572d8: Fixed returning correct id if data exists in some existance methods. (arsmlnkv)
- 3f4a58d: Dereferenced main dataframe df for existance methods. (arsmlnkv)
- 2156a15: Added return type hints or/and correct response type where needed. (arsmlnkv)
- c2a84ea: Added sampletest methods. (arsmlnkv)
- e83c025: Fixed _process_insitutest_dfs to correctly iterate to change dictionary values. (arsmlnkv)
- 7a69118: Method to retrieve depth ranges. (arsmlnkv)
- d1a73fe: Methods to get data within soil units. (arsmlnkv)
- 3fa6c8d: Added plot methods for soil. (arsmlnkv)
- fbc494f: Added helper method for profile and cpt fence plots. (arsmlnkv)
- 5770e29: Initial soil tests. (arsmlnkv)
- caed7cf: Merge branch 'main' into Dev_AM (arsmlnkv)
- 80dd7bd: Added SoilAPI functionality: merge branch 'Dev_AM' into release/0.7.0-beta (arsmlnkv)
- 6a203fe: Fixed the release script for the correct versioning. (arsmlnkv)
- 8630392: Format, linting. (arsmlnkv)
- 489e0ec: Merge branch 'Dev_AM' into release/0.7.0-beta (arsmlnkv)
- d2dbb03: Bumpversion v0.7.0-beta.1 -> v0.7.0-beta.42 (arsmlnkv)
- 3bd6b4a: Bumpversion v0.7.0-beta.42 -> v0.7.0-beta.42 (arsmlnkv)
- b643b0c: Bumpversion v0.7.0-beta.1 -> v0.7.0-beta.2 (arsmlnkv)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.