Nicolas Minesi

Results 10 issues of Nicolas Minesi

Dear all, Thanks a lot for this amazing Python package. I'm working in plasma physics and I use ChiantiPy in my work. I would like to quote the package. I...

### πŸ’­ Description > This to-do follows the issue #585 partially solved with #586. The feature request is isolated here. I implemented an error raised when a user tries to...

physics
todo
db:exomol

### πŸ’­ Description In the `crop` function, if an `astropy.unit` is fed as a waverange, there is an ambiguity if the wavelength is in air or vacuum. For instance: ```python...

todo

### πŸ’­ Description ### Description Vaex is a fast memory mapping engine; better than Pandas for Dataframe management. However it is not available in `Python >=3.11` as of June 2024,...

todo

### πŸ› Describe the bug The tests were not passing until we restricted the numpy version to `numpy

bug

### Description This pull request is to address compatibility with `numpy 2.0`. Fixes #686

### πŸ”– Feature description Remove unnecessary lineshape computation in the sparse algorithm. It requires some reorganization of the code I think. The lineshapes are calculated by `_calc_lineshape_LDM()` and then the...

enhancement

### πŸ› Describe the bug The presence of a `\` in a string will produce an error in python 3.13, and a warning in python 3.12, see https://adamj.eu/tech/2022/11/04/why-does-python-deprecationwarning-invalid-escape-sequence/ Radis is...

bug
good first issue
😎.

### πŸ’­ Description The documentation of radis is compiled by Read The Docs. During the compilation, a lot of warnings are raised. You can access the builds here: https://readthedocs.org/projects/radis/builds/. Here...

good first issue
todo
😎.

### Description This pull request allows the install of vaex up to `python