Mridul Seth

Results 247 comments of Mridul Seth

Not yet! But I think this has been discussed in the context of BinderHub before and this would definitely be a nice addition. But I think it would be nice...

This would require change in upstream binderhub or doing something like ``` show_log = function() { $('#toggle-logs button').text('hide'); $("div.panel-body").removeClass('hidden'); }; show_log(); ``` in the template code.

> and without running mypy Any specific reason for this? Would it be better to first add mypy to the CI? We can still "typecheck" without having any types.

The tests here should fail as the code needs to be updated numpy2.0 The current run is with the nightly builds of the following deps: ``` numpy-2.1.0.dev0 scipy-1.14.0.dev0 pandas-3.0.0.dev0+906.g882b228a49 xarray-2024.3.1.dev55+g71661d5b...

There are a couple of more tests failing, I'll get back to this later :)

With the changes in this PR and a scipp built with numpy2, mac, linux and windows passes the test suite with python 3.10 Some of the changes here are backward...

This is ready to be reviewed. The PR does 2 things - Make testsuite work with both numpy 1.x and 2.x with some future TODOs to clean up things once...

I did start playing around with this https://github.com/conda-forge/staged-recipes/pull/25983

This was one of the blockers https://github.com/scipp/scipp/pull/3421 I was trying to build using the pypi release tar.gz, I'll use github directly instead.

`mamba create -n scipp3.12 scipp python=3.12 -c scipp` works just fine now :)