mdio-python icon indicating copy to clipboard operation
mdio-python copied to clipboard

Cloud native, scalable storage engine for various types of energy data.

Results 50 mdio-python issues
Sort by recently updated
recently updated
newest added

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 to 20.26.6. Release notes Sourced from virtualenv's releases. 20.26.5 What's Changed release 20.26.4 by @​gaborbernat in pypa/virtualenv#2761 Use uv over pip by @​gaborbernat in pypa/virtualenv#2765 Full...

dependencies
python

Bumps [myst-nb](https://github.com/executablebooks/myst-nb) from 1.1.1 to 1.1.2. Release notes Sourced from myst-nb's releases. v1.1.2 - 2024-09-24 (full changelog) Bugs fixed Fix incorrect output from prints originating from different processes #604 (@​basnijholt)...

dependencies
python

Dependency safety checks fail because of this. However, not critical. Currently ignoring but will update as needed. https://nvd.nist.gov/vuln/detail/CVE-2024-0812 Currently added to exclude this from checks since its only related to...

dependencies

**Issue:** `ProcessPoolExecutor` spawns the processes based on max_workers argument. Total number of logical cpus are currently used as default value for max_workers https://github.com/TGSAI/mdio-python/blob/14757936e914589283233dedd9f55f87b1a95a6f/src/mdio/segy/blocked_io.py#L124 This spawns too many processes. Based of...

### Issue The value in environment variable `MDIO__IMPORT__CPU_COUNT` should be used to limit number of processed spawned by `ProcessPoolExecutor`. However, this value does not get used in a particular situation....

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.4.2. Release notes Sourced from codecov/codecov-action's releases. v5.4.2 What's Changed fix: hotfix oidc by @​thomasrockhu-codecov in codecov/codecov-action#1813 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2 v5.4.1 What's Changed build(deps): bump...

dependencies
github_actions

### Issue When converting MDIO to SEG-Y using `mdio_to_segy()`, the process fails with a `UnicodeEncodeError` if the EBCDIC header contains non-ASCII characters. ### Traceback ``` Traceback (most recent call last):...

@olgabrusova reports that ChannelWrap does not get picked up if it is the first key in the grid-overrides dictionary but did when it was the last. This should be investigated...

During some internal benchmarking we noticed some interesting behavior with memory usage. @tasansal thinks it could be related to [vindex](https://github.com/TGSAI/mdio-python/blob/927cd3fcd1a1b544278a8d983fe2050878d6bd11/src/mdio/core/grid.py#L80C1-L96C52).