Eric Firing

Results 84 comments of Eric Firing

Agreed. Does it make anything substantially simpler if the scrollbars are always provided, needed or not? Having them appear only when needed is a minor refinement not a requirement.

Are you invoking the build with pip from your local repo? If so, try using "pip install --no-build-isolation ."

```python class LogNorm(Normalize): """ Normalize a given value to the 0-1 range on a log scale """ def __call__(self, value, clip=None): if clip is None: clip = self.clip result, is_scalar...

The problem is that all the complex rescaling in the resampling code in imshow probably should be skipped for the special case where there is only a single valid value...

This weekend @ocefpaf and I did a little updating of https://currents.soest.hawaii.edu/hgstage/pygamma to build and run with Python 3.12 and numpy 2.0, using conda-forge compilers and libraries. We will see how...

Thanks to @ocefpaf, the pygamma wrapper of the original neutral density Fortran code by David Jackett is now available on conda-forge for MacOS and Linux. A Windows build likely will...

One possibility would be for the `decode_times` kwarg to accept a string 'warn' argument to select the new behavior.

Yes, I don't see that anything has changed; but it would also be reasonable to say, "No one has submitted a PR, so this must not be high priority; go...