Chris Barker
Chris Barker
now that you have oils in the adios_db JSON format: https://github.com/OpenDrift/opendrift/tree/master/opendrift/models/openoil/adios/extra_oils It would be nice to integrate that data with the "official" NOAA database: https://adios.orr.noaa.gov There isn't a lot to...
NOTE: this is NOT ready to merge -- at least not to master. This looks pretty nice, and I'd really like to have it as a simple to build Python...
The conda forge organization page has a different anvil than the "official" one we're now using. It'd be nice to update it with one of these: https://github.com/conda-forge/marketing/tree/master/logo I don't have...
Fixed few bugs for newer wxPython, numpy and Python. Tested with: - Python 3.10 - numpy 1.25 - wxMac OS-X 11.7.9 Fixes #2320, #2331, #1824 Also got many of the...
**wxMac** -- a couple versions, but currently: 11.7.9 **wxPython version & source**: 4.2.1 from conda-forge (but antoher user has reported on 4.2.0 and from PyPi, I think) **Python version &...
The single-sourcing-package-version page is pretty out of date. I've (started to) update it to reflect the current standard of practice: I know this doc deliberately doesn't make a recommendation, but...
IIUC, setuptools_scm does two things: 1) auto-generates a version from the SCM 2) generates a file list for the sdist from the SCM But as far as I can tell,...
We've recently ported a pretty complex project with C, C++ and Cython used as Python extensions to sikit-build-core. We got it all working on Mac an Linux, but on Windows,...
### What happened? When you call `to_netcdf()` on a Dataset without an encoding for the time variable set, you get: "nanoseconds since ..." This is not good, as nanoseconds aren't...
Initial comment edited as of Jul 30 2024 This was quick draft I whipped out -- turns out there's interest, As per discussion on Discourse, and #1276, here is a...