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...
- Bumps to v2.1.0 - Updates readme - `Sequence` -> `TimeIntervalCollection` - Add validations on many properties - Correct usage of `Position, `PositionList` and `PositionListOfList` (according to the czml-writer wiki)...
The `Sequence` type ([link](https://github.com/poliastro/czml3/blob/598fb9dd42a36f5d92780f4c0f7bf244a4ee8e7c/src/czml3/types.py#L521)) is too broadly defined as it accepts as input `list[Any]`. It isn't defined in the [CZML wiki](https://github.com/AnalyticalGraphicsInc/czml-writer/wiki), and the only use case I can see for...
This package gets [3.5 million monthly downloads](https://pypistats.org/packages/colour), yet hasn't had an update in eight years. Clearly this package is loved by so many. Are there any plans to continue it's...