Anshuman Panda
Anshuman Panda
The heading underline(~) must exactly match the length of the title line as per Sphinx docs. See this in `netCDF4tools.py`, `config.py`, `coordinate.py`. `loggerdef.py` , `airdata.py`,` mslib\mscolab\__init__.py `, `chat_manager.py` , `conf.py`...
**Purpose of PR?**: Fixes #2688 Changes done : - Update fastkml KML parsing for compatibility with version >=1.0.0 and fixed issue caused by APi deprecation. - Replaced deprecated `.from_string()` usage...
**Purpose of PR?**: Fixes #2688 Changes committed : - Update fastkml KML parsing for compatibility with version >=1.0.0 - Replaced deprecated `.from_string()` usage and added encoding to ensure compatibility with...
**Purpose of PR?**: Fixes #2750 ## fix: add missing super().__init__() calls This PR adds the missing `super().__init__()` calls in `MFDatasetCommonDims` and `WebMapService` to ensure proper parent class initialization. Ensured proper...
**Purpose of PR?**: Fixes #2738 - Updated py version pinning in`pixi.toml`. - Did the setup of env. for `py3.12` and also added them for ci testing - Ran test suite...
fixes: #2716 What are the changes ? - Updated default config to provide timeout as a tuple instead of a list. - Modified validation logic to expect tuples for timeout....
**Purpose of PR?**: Fixes #2686 Changes done: - logged the actual path of the script used to start MSUI using `os.path.abspath(sys.argv[0])`. - Logged the current working directory using `os.getcwd()`. -...
We can simplify and modernize our packaging by moving static metadata like name, version, description, and dependencies from `setup.py` to `pyproject.toml `as defined in [PEP 621](https://peps.python.org/pep-0621/). This will: - Make...
fixes: #829 - trying `ElasticSearch` if available and save locally if it fails. - Local saves go to a organized location with good metadata - direct file writing to save...