Daniel Stoops
Daniel Stoops
**Is your feature request related to a problem? Please describe.** Calling the object created by scipy.interpolate.interp2d (an interpolator of a 2D grid) with two 1D arrays creates a 2D output....
From [PyGAD's documentation](https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html#init) the `best_solutions` attribute saves the best solution of every generation: >save_best_solutions=False: When True, then the best solution after each generation is saved into an attribute named best_solutions....
### Software versions Python version : 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)] IPython version : 8.18.1 Tornado version : 6.4 Bokeh version : 3.3.2 BokehJS...
- Add holes attribute to polygon - Add PositionListOfLists property - Test added for above changes
An SVG image is displayed for BaseCZMLObject() objects that have Position() or PositionList() attributes (if defined). The Colour() attribute is used if defined, else black is used. No image is...
This PR brings the packaging and development of CZML3 a bit more up to date. - Replace black, isort, flake8 with ruff - Apply ruff changes (selected configuration: ["E", "F",...
Tidying
- Tox runs `ruff format -diff`. - Remove suggestion to run `tox -e reformat` from readme. - GitHub action automatically applies linting (ruff, trailing-whitespace and end-of-file-fixer) to PRs. Note that...