-
Hello!
How does apischema fair against the new Pydantic version speed wise?
Have any new benchmarks been done?
-
`union`, `difference`, and `symmetricDifference` all make copies of `this.[[SetData]]` before iterating `this`. This ensures that calling `other.has()` can never affect `this.[[SetData]]`. I wonder wh…
-
Instructed the AI to review its own codebase for improvement/optimization. This is the advice that it gave back for doing so:
```
Based on the codebase overview and the code optimization technique…
-
**Notice by @rricard:** This issue is now only open to discuss the following alternatives: `#{ }`/`#[ ]`, `@{ }`/`@[ ]`, ~~`{| |}`/`[| |]`~~ or `{| }`/`[| ]`
---
_Original issue text:_
Most p…
-
The Solid-angle Nearest Neighbors method of determining particle neighbors [1] has been used in several recent papers. We would like to implement this feature in freud so it can be compared to other a…
-
Target date: end november 2023
wanted:
- packages:
- [x] Torch-2.1.1
- [x] numpy-1.26.2, with Array API v2022.12 support
- infrastructure :
- [x] a beta and partial Python-3.12 (mi…
-
### [REQUIRED] Step 2: Describe your environment
* Operating System version: Google Cloud Function Runtime (Gen 2) Node 18
* Firebase SDK version: 11.11.0
* Firebase Product: Firestore
*…
-
1. intro to creating variables with types in c# (type declaration, the difference between declaring and referencing a variable)
2. string methods
3. five algorithmic problems using those methods
4.…
-
# OBSOLETE
Much of the text below is **semi-obsolete** or even **completely obsolete**. This issue will eventually be closed in favor of other issues.
See [GH-issuecomment-2323540461](https://g…
lcn2 updated
2 months ago
-
**Description**
`BigRational.NthRoot(new BigRational(50), 3);`
returns exactly 3. I would expect that since this function takes a BigRational and not a BigInteger, that cutting off the decimal is…