dcambie

Results 8 issues of dcambie

The use of np.float and np.int is deprecated (see [numpy docs ](https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations))

Passes CI 3.7/3.8/3.9 linux/mac/win, personally tested 3.9.4 on Windows and 3.7.9, 3.8.5 3.9.1 on Linux. Enabled by upstream fix rdeits/meshcat-python#78 released as 0.1.0 and probably other upstream changes

Add new test `test_parse_simple_box2_yml()` with more object types, and fix error in parsing of spectra in `parse_absorber `and `parse_scatterer` highlighted by new test.

For many PvTrace simulation it would be nice to be able to add node visualization properties, such as color transparency etc. However, currently, the only visualization options (wireframe, transparency, opacity...

Congrats for the nice package. It is a pity that no binary wheels are provided via pypi: the need for compilation significantly increases the barrier for adoption. Have you considered...

Include python 3.10 in the testing matrix (and 3.11 will be released soon as well) This PR is motivated by the fact that I've seen pytest failing some tests for...

The following problems were presente with the original example: * syntax error on config dict creation * append was called on the observations list, but the params is also a...

This of course prevent the memory usage to be shown in windows, i.e. ─────────────────────────────────── Summary ──────────────────────────────────── Memory usage: 0 GB, 0 MB, 0 kB ...but that's better than throwing an...