Mridul Seth
Mridul Seth
@JuanMoranAdarraga What's the version of JupyterLab and JupyterAI are you using? The new JupyterAI release requires JupyterLab 4.0+
Thanks @mohamedrezk122 !
Maybe we should revisit the implementation and try using `G._adj` instead of `G[...]`? https://github.com/networkx/networkx/blob/2a03462ea94b1ca70b8ab9cb5e04b85b2a146833/networkx/algorithms/bipartite/matching.py#L145
> If they are unexpected, I will create a PR to fix it by returning a single 0 if the graph contains only one node. Yeah we should be catching...
Looking at this one again a code comment explicitly states that for the corner case of isolated nodes while using Borgatti's formula it should be undefined (`nan`) https://github.com/networkx/networkx/blob/f35e034d33864201e30d53edc37f55f38b384d94/networkx/algorithms/structuralholes.py#L147-L149 But the...
xarray already has support for units via https://github.com/xarray-contrib/pint-xarray, so making `astropy.units` compatible with xarray would solve this right?
Unfortunately there hasn't been a new release after that fix, so there is no binary available at conda-forge to install it. It has to be pip installed if you want...
[Invoice for Dec 2023 and Jan 2024](https://opencollective.com/astropy/projects/astropy-moore-8435/expenses/185455) PR, reviews, issue triage, building benchmarks. Relevant issues and PRs on astropy github: https://github.com/astropy/astropy/pull/15777 https://github.com/astropy/astropy/pull/15778 https://github.com/astropy/astropy/pull/15779 https://github.com/astropy/astropy/pull/15905 https://github.com/astropy/astropy/pull/15751 https://github.com/astropy/astropy/pull/15752 https://github.com/astropy/astropy/issues/14442 https://github.com/astropy/astropy/pull/15755 https://github.com/astropy/astropy/issues/15757 https://github.com/astropy/astropy/pull/15758...
Another thing is that I have removed the `coverage`, `flake8`, `pycodestyle` specific configuration. I can add them back but I am not a 100% it makes sense to keep this...
> Please no, we are talking about turning off more formatting stuff than we already have and this goes the opposite direction. But I let @msdemlei to chime in, too....