Koyo MUNECHIKA
Koyo MUNECHIKA
Hi, I would like to propose this PR to introduce new class `TetraMesh` which is defined reffering to `raysect.primitive.mesh.MeshData`. When constructing a kD tree for tetrahedral meshes, `MeshKDTree3D` class in...
To inherit the imaging observers class defined in pyx files, I created equally name pxd files.
Hello, I noticed that some imaging observer classes could not take arguments defined in base classes like `Observer2D`. I mean: ```python PinholeCamera( (512, 512), min_wavelength=375 #
Hello, I would like to create a PR about a new Torus primitive. Additionally, I implemented required functionalities to solve quartic, cubic equations, etc. If you agree to this PR,...
Hello, I tried to resolve `cython` v3 incompatibilities by adding reversed binary arithmetic operators like `__radd__`, `__rmul__`, etc. Existing unit test has been passed, but I did not make sure...
Hello, I found that runtime error about vector multiplication calculation like: ```python >>> from raysect.core.math import Vector3D >>> Vector(1, 2, 3) * 2.0 Vector3D(2.0, 4.0, 6.0) >>> 2.0 * Vector3D(1,...
Hello! Because Cython 3.0 was released at last, I tried to compile `raysect` with it, and encountered some cython compile issues. They seems to be related to both `kdtree2d.pyx` and...
Hi! I am trying to add `calcam` to `conda-forge` channel following [this](https://conda-forge.org/docs/maintainer/adding_pkgs.html) instruction and posted the PR to `conda-forge/staged-recipes/` repository: https://github.com/conda-forge/staged-recipes/pull/24702 If you are welcome this addressing, could I have...
This commit adds the build scripts and recipe for Saxon-HE, an open-source SAXON XSLT processor developed by Saxonica Limited. The build scripts include a `build.bat` file for Windows and a...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...