-
Updated
Jul 6, 2022 - Python
Rust
Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.
Here are 352 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Python
With Python, we support setting env variables two ways:
[test].extra_env_vars- the
extra_env_varsfield
Neither is hooked up for Go, which is pure oversight.
Hook up [test].extra_env_vars
- Request
TestExtraEnvin the@rulesignature
Upgrade to isort 5
https://pycqa.github.io/isort/docs/major_releases/introducing_isort_5.html
https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0.html
It might be possible to use one of the new isort profiles instead of our custom configuration.
-
Updated
Sep 7, 2020 - Python
Is there anyway through configuration that you can have the report directory cleared before each run?
-
Updated
Feb 25, 2022 - Python
-
Updated
Jun 26, 2022 - Python
-
Updated
Jul 1, 2022 - Python
From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.
orjson is using an unsafe block to create a reference to a boolean:
https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96
This avoids additional allocations.
For comparison, this is our code at the
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Sep 3, 2020 - Python
ARTIQ Feature Request
Problem this request addresses
It would be nice to access scan objects like RangeScan through indexes such as RangeScan[0] (which now is available as RangeScan.start) etc.
Describe the solution you'd like
This seems doable by defining a __getitem__() method for the scan classes?
If the sequence is predefined/allocated in the constructor then there s
running sourmash sig shows:
Manipulate signature files:
Operations
...
sourmash sig split --help concatenate signature files
...
which is incorrect - should be split multiple signatures into individual files
What is the expected enhancement?
#595 is in the process of moving connected_components and number_connected_components from retworkx/src/connectivity/conn_components.rs to `retworkx-core/src/connectivity/conn_
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Jul 3, 2022 - Python
-
Updated
Feb 16, 2022 - Python
-
Updated
Jul 6, 2022 - Python
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
Our xgboost models use the
binary:logistic'objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning