text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Add option to run the changed files from the current branch
Body: Let's say you are working on a feature branch and would like to run all the tests that were changed when compared with the master. To check it, you can run: `git diff --name-only master`.
Would be nice to have this option on _picked_. I'm wonde... | 0easy |
Title: Add to FAQ: How to set cookies in simulate request for testing
Body: Hi, Is there any way to set cookies in `simulate_request` for the testing client?
I didn't find the method to set cookies in the document. Setting `{'Set-Cookie': 'xxx=yyy'}` also does not work.
| 0easy |
Title: Duplicated event handlers in Graph
Body: In attempting to create an offshoot of Graph with custom click handling, I found that the JS event handlers are being re-appended every time the Graph is updated by a Dash callback. Here's a minimal example:
```python
import dash
from dash.dependencies import Input, ... | 0easy |
Title: [DOCS] Bayesian Kernel Density
Body: We might want to combine the GMM stuff with this under a `probabilistic` banner. | 0easy |
Title: [Feature request] Add apply_to_images to RingOvershoot
Body: | 0easy |
Title: Loading checkpoints behaviour not as expected
Body: I have a deep neural network model in a file called param_optimizer.py and I import the dimensions and the neural network's name to the file where I run gp_minimize():
````py
from skopt import gp_minimize, callbacks
from skopt.plots import plot_convergence... | 0easy |
Title: Custom Strategy Based on My existing TV indicator
Body: Hi,
First of all thanks for creating a great library, this is a game changer.
I have been predominantly using Trading View, I have build many indicators on TV and use them in my daily trading. You can consider them proprietary Algo which are combination o... | 0easy |
Title: Conversation mode will create a new thread within channel
Body: **Is your feature request related to a problem? Please describe.**
Yes, `!g converse` mode is not working as I expected. Multiple people run multiple conversation in single room is little bit interesting.
**Describe the solution you'd like**
I... | 0easy |
Title: receiving a key error when using depends
Body: ## Issue
receiving a key error when using `depends`
## Environment
Provide at least:
- OS: windows
<details open>
<summary>Output of <code>pip list</code> of the host Python, where <code>tox</code> is installed</summary>
```console
Package Versio... | 0easy |
Title: `decomposition.pca_reconstruction.PCAOutlierDetection`
Body: | 0easy |
Title: Link to instructions for setting up the exchange on the installation page
Body: It's not obvious from the installation page that there are manual steps needed to setup the exchange, so we should link to this documentation from that page.
See #820
cc @Yenthe666 | 0easy |
Title: inject cell error after pairing notebooks
Body: when a script is in a subdirectory (say `scripts/fit.py`) and we pair notebooks in a certain folder (say `ploomber nb --pair notebooks`), the notebooks are created relative to the scripts (`scripts/notebooks/fit.ipynb`), and the metadata is stored using a relative ... | 0easy |
Title: Volatility indicator returns 0 values
Body:
**Describe the bug**
I tried to use the volatility indicator but it just returns 0 values. I checked my code if the close column has no value but it has and it's in datatype float so I don't understand why the indicator is giving me 0.0 values.
**To Reproduce**
... | 0easy |
Title: woe: re-write formula to ln( P(0) / P(1) )
Body: In the current implementation I think I have P(1) / P(0). Ratio should be inverted to agree with most widespread documentation | 0easy |
Title: It fails when use all severity types in "--allure-severities" option
Body: [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the foll... | 0easy |
Title: KVO formula looks a bit in correct
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
Version: 0.3.2b0
**Describe the bug**
formula used in kvo doesnt match general formual for example https://www.invest... | 0easy |
Title: Feature: Transformed captured output `$func()`
Body: After merging #5377 I remember about old proposal. I'm not remember the author but It's interesting idea.
It will be cool to have an ability to create transformer of captured output:
```xsh
json = $json(curl https://myjsonapi) # python mode, returns json... | 0easy |
Title: Ability to disable zoom on scroll
Body: By default gmaps uses scrolling to zoom. On a small device or screen this can be quite annoying. It would be good to have an option to disable this. | 0easy |
Title: Nicer API for setting keyword call arguments programmatically
Body: `robot.running.Keyword.args` contains arguments used in a keyword call as a list. Arguments originating from normal Robot Framework data are always strings and they are in the exact same format as in the data. This means that arguments can conta... | 0easy |
Title: Weaviate: Simplify auth process
Body: We should simplify how users set up weaviate with docarray by doing the following:
1. Support embedded weviate (no auth)
2. Support weaviate with docker compose (no auth)
3. Support weaviate with WCS (auth with API Key) | 0easy |
Title: feature request: GMM Naive Bayes
Body: nuff said. | 0easy |
Title: `trace` without arguments raises exception
Body: ```xsh
trace
Exception in {'cls': 'ProcProxy', 'name': None, 'func': 'trace', 'alias': 'trace', 'pid': 68079}
xonsh: To log full traceback to a file set: $XONSH_TRACEBACK_LOGFILE = <filename>
Traceback (most recent call last):
File "/Users/pc/.local/xonsh-e... | 0easy |
Title: Better error message when a DAG contains cycles
Body: By definition, a DAG can't contain cycles but users might inadvertently create them.
When a user creates a cycle, topological sorting doesn't make sense, then networkx throws an error.
Topological sorting happens here: https://github.com/ploomber/ploomb... | 0easy |
Title: Support Oracle 23ai BOOLEAN datatype
Body: ### Describe the bug
The latest Oracle DB release as of 7/22/24 - DB23AI - Supports native "BOOLEAN" types, whereas the type used to be captured by a SMALLINT. As a result, the documentation and behavior around CamelCase type "Boolean" is now out of date for Oracle DB:... | 0easy |
Title: Make challenge submission attempt rate limiting configurable
Body: Sometimes people end up hitting this rate limit too soon so we should make it configurable in the config panel.
https://github.com/CTFd/CTFd/blob/7fc05bd4e3bf18606871a0ba6ad11f70e2be77e0/CTFd/api/v1/challenges.py#L624-L648
Instead of a har... | 0easy |
Title: "Publish Agent" window should sort Agents in the same order as the Library
Body: [https://github.com/Significant-Gravitas/AutoGPT/issues/9141](https://github.com/Significant-Gravitas/AutoGPT/issues/9141) is going to fix the order of Agents in the library, but the "Publish Agent" window also shows Agents in a dif... | 0easy |
Title: Use another augmented assignment statement
Body: ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
:eyes: Some source code analysis tools can help to find opportunities for improving software components.
:thou... | 0easy |
Title: Add a name on every route
Body: As discussed in #761. | 0easy |
Title: Add `--no-env` argument
Body: xonsh [has `--no-rc`](https://github.com/xonsh/xonsh/blob/6fa83f830579d2bad39b1842911951f55a9da22c/xonsh/main.py#L180-L186) to avoid loading RC files. But if we want to run completely clean xonsh we need to avoid inheritance environment.
For example sometimes I faced with issues ... | 0easy |
Title: Add Python 3.12 to testing harness
Body: Since Python 3.12 has been out for a while, it's reasonable to expect some users are using it. Add it to the testing matrix. | 0easy |
Title: Helm Chart / Kubernetes Manifests
Body: **Describe the feature you'd like**
I would like to have pre-configured Kubernetes resources
**Describe alternatives you've considered**
Create my own YAMLs | 0easy |
Title: Collections: `Get From Dictionary` should accept a default value
Body: [Pop From Dictionary](https://robotframework.org/robotframework/latest/libraries/Collections.html#Pop%20From%20Dictionary) has support for returning a default value if the key isn't found in the dictionary. e.g.
```robot
Pop From Dictionary... | 0easy |
Title: Issue while running the colab notebook on ploomber examples
Body: ```
File "/usr/local/lib/python3.7/dist-packages/ploomber/__init__.py", line 2, in <module>
from ploomber.dag.dag import DAG
File "/usr/local/lib/python3.7/dist-packages/ploomber/dag/dag.py", line 93, in <module>
from ploomber.dag.da... | 0easy |
Title: Allow filtering ingredients in the sync-ingredients command
Body: It would be useful to be able to filter ingredients by language when calling the `sync-ingredients` command. Something like `sync-ingredients --languages en,fr` | 0easy |
Title: Add numpy doc strings
Body: Add numpy style doc strings to all functions apart from the main.py file.
<details>
<summary>Checklist</summary>
- [X] `gpt_engineer/ai.py`
> • For each function in this file, add or replace the existing docstring with a numpy-style docstring. The docstring should include a br... | 0easy |
Title: Implement a way to identify `CircuitOperations` (operations with loops)
Body: **Is your feature request related to a use case or problem? Please describe.**
I've been doing a lot of transformations on `Circuit`s containing `CircuitOperation`s. Sometimes I need to manipulate `CircuitOperation`s. The way I nomin... | 0easy |
Title: Double check links to docs in CTFd
Body: Since moving CTFd's docs to docusaurus, we may have broken some links in CTFd itself. We should double check that none of them are broken. | 0easy |
Title: Render Plotly graphs in Sphinx documentation
Body: Currently the Sphinx docs (https://ridgeplot.readthedocs.io/) do not render live plotly graphs. Instead, they contain static screenshots for all available examples.
We could make use of [Sphinx-Gallery](https://github.com/sphinx-gallery/sphinx-gallery) to hel... | 0easy |
Title: `start/end_body_item` listener v3 methods missing from documentation in User Guide
Body: These methods are called with keywords and control structures if more specific methods aren't defined. Implementing only them is the same as implementing `start/end_keyword` with listener v2. The differences how control stru... | 0easy |
Title: ValueError with 4-hour data, but not 1-hour data
Body: Using most up to date versions of everything. As title states, I'm getting a ValueError when I run my code with 4-hour data, but not with 1-hour data. I'm using CSVs. 1-hour data runs perfectly as expected. However, when I export data in exactly the same wa... | 0easy |
Title: `add_marker` not working while plot is not active
Body: I am having this issue with the `add_marker()` method of `Signal1D` while working on Jupyter notebooks:
```python
import hyperspy.api as hs
import numpy as np
s = hs.signals.Signal1D(np.arange(500).reshape([5,10,10]))
marker_array = np.tile(np.aran... | 0easy |
Title: Adding additional colorbar functionality
Body: Hello,
So I have never made edits to any package before but I was frustrated by the lack of changes to colorbar parameters that were in the original code, or at least from what I could figure out. Thus I decided to add a couple extra line to the radardisplay.py sc... | 0easy |
Title: Deprecate `compile_uri_template()`
Body: The `compile_uri_template()` function is not consistent with compiled router regarding tailing slash.
> I don't know either what the plan for `compile_uri_template()` is. I think it is left as a utility method for building custom routers, and I suppose, may continue to... | 0easy |
Title: Consecutive duplicate word check should be disabled for Toki Pona
Body: ### Describe the problem
Word repetition happens a lot in toki pona (as shown in examples below), and is very likely to be on purpose rather than on accident.
Examples where duplicate words happen:
- Numbers: toki pona only has 6 words for ... | 0easy |
Title: updating a dropdown with `options=None` causes an exception
Body: see https://community.plot.ly/t/dash-core-components-callback-error/5655/5 for context | 0easy |
Title: Dictionaries are not accepted as-is in argument conversion with unions containing TypedDicts
Body: When executing my library, arguments get cast to the first matching type instead of the actual type of the input. I believe this is to do with how Robot handles annotations. Rather than investigating too much into ... | 0easy |
Title: Project Recommendability metric API
Body: The canonical definition is here: https://chaoss.community/?p=3574 | 0easy |
Title: Marketplace - agent page - change appearance of images
Body:
### Describe your issue.
<img width="972" alt="Screenshot 2024-12-17 at 19 02 13" src="https://github.com/user-attachments/assets/4beb5c75-26ed-4368-aea3-2440c2c4a730" />
Change border radius of all images to 26px
Reduce margin between images t... | 0easy |
Title: s3select should read credentials from the environment
Body: See https://github.com/betodealmeida/shillelagh/issues/328. | 0easy |
Title: Webapp Shows Unnecessary DS Intructions for Local Public Suffixes
Body: This dialog should be much easier for local public suffixes. The web app has a list of such suffixes so it could easily conclude that it is unnecessary to show this:
:
```shell
> wheres my chrime_analysis directory
16:16:08 - LiteLLM:ERROR: utils.py:... | 0easy |
Title: Document `robot_running` and `dry_run_active` properties of the BuiltIn library in the User Guide
Body: In issue #4666 we introduced 2 new properties `robot_running` and `dry_run_active` to better support library developers, but these properties were not documented anywhere.
For RobotCode I regularly get pro... | 0easy |
Title: What is intended way to implement Union?
Body: Here is the schema that i am trying to implement:
```gql
type Text {
id: ID
content: String
}
type Image {
id: ID
image_url: String
thumb_url: String
}
union Post = Text | Image
type User {
id: ID
posts: [Post]
}
type Query {
users: ... | 0easy |
Title: [ENH] Count the cumulative number of unique elements in a column
Body: # Brief Description
I would like to propose a function that counts the cumulative number of unique items in a column.
# Example implementation
```python
def cumulative_unique(df, column_name, new_column_name):
"""
Compute ... | 0easy |
Title: Marketplace - creator page - change font of avg rating and number of runs
Body:
### Describe your issue.
Please update the font of these two items to the "large-Geist" spec using the typography specs laid out here: https://www.figma.com/design/Ll8EOTAVIlNlbfOCqa1fG9/Agent-Store-V2?node-id=2759-9596&t=2JI1... | 0easy |
Title: 'NoneType' object has no attribute 'translate'
Body: Hey, I just noticed a bug in the translation to different langaues if I used one word:

| 0easy |
Title: Add a `pretty` option when dumping fixtures
Body: When we dump fixtures:
```
piccolo fixtures dump my_app
```
It prints out the JSON, but it isn't formatted nicely. It would be good to have a `pretty` option:
```
piccolo fixtures dump my_app --pretty
```
Here's the relevant code:
https://githu... | 0easy |
Title: Update Models For LLM Block
Body: | 0easy |
Title: [ENH] Warn the user of non-existent column names passed to .select_columns()
Body: It would be nice if the user was given a warning when non-existent column names are passed to `.select_columns()`. For example, it would be helpful if the following chunk
```python
>>> test_df = pd.DataFrame(data=np.random.ran... | 0easy |
Title: Missing exchange configuration between South Africa (ZA) and Lesotho (LS)
Body: ## Description
Lesotho have a interconnector with South Africa and rely on them for a large part of their electricity. It would be nice to get the config added as a first step in getting this exchange on the map. | 0easy |
Title: 虎皮椒失效那个,怎么自己改一下?
Body:
虎皮椒失效那个,看到源码改了,那网站我自己怎么改一下? | 0easy |
Title: Page privacy model renders 2 headers and icons
Body: <!--
Found a bug? Please fill out the sections below. 👍
-->
### Issue Summary
Page privacy model renders 2 headers and icons when a parent page has been made private.

Body: **Steps to reproduce**
_docker run -p 8888:8888 kinto/kinto-server_
Running kinto 14.0.1.dev0.
Request
```
GET /v1/buckets/)EFg9=)%5E(M~%2037/collections/M*D;1Z/records HTTP/1.1
Host: 127.0.0.1:8888
```
Response
```
{
... | 0easy |
Title: DotDict behaves inconsistent on equality checks. `x == y` != `not x != y` and not `x != y` == `not x == y`
Body: As found in #4955 `==` and `!=` do behave differently on DotDict.
While `==` behaves like `dict` the `!=` does behave like OrderedDict.
Quote:
This `not a == b` vs `a != b` was the reason the u... | 0easy |
Title: Not compatible with Cython 3.1 due to Py2 code
Body: Cython 3.1 removes Py2 support, but gevent still has Py2 code in its code base, e.g.
https://github.com/gevent/gevent/blob/07d2b7e4a3c5881e0a3637062b3c7c7c0027971c/src/gevent/libev/corecext.pyx#L64-L69
This leads to build failures for users who have Cyth... | 0easy |
Title: About nonstandard output
Body: @medvedev1088
Hi,
I found that there ara two kinds of output in transactions.json.
One is nonstandard, and the other is pubkeyhash.
I thought the nonstandard output is the op_return output, but i found outputs of many (not all ) coinbase txs also are nonstandard. And address o... | 0easy |
Title: [UX] GPU name not canonicalized when launch on kubernetes
Body: When a kubernetes cluster have GPU: `GH200-480GB`
```
sky show-gpus
Kubernetes GPUs
GPU REQUESTABLE_QTY_PER_NODE TOTAL_GPUS TOTAL_FREE_GPUS
GH200-480GB 1 2 2
```
None of the following... | 0easy |
Title: Failed keywords inside skipped tests are not expanded
Body: We are just upgrading from 3.x to 6.0.2. We are moving our test framework to use the "skipped"-concept instead of the deprecated "critical/non-critical"-concept. We noticed that in log.html, the failed KWs are not automatically expanded for a test skipp... | 0easy |
Title: ENH: Support encoding in pd.read_csv
Body: ### Is your feature request related to a problem? Please describe
`encoding="GBK"` not work in `xorbits.pandas` `pd.read_csv()`, but worked for `pandas`
### Describe the solution you'd like
add **kwargs in `https://github.com/xprobe-inc/xorbits/blob/039503be8f5... | 0easy |
Title: Add unfurl_links / unfurl_media to WebhookClient#send method
Body: The `WebhookClient#send` method does not support the following parameters.
* unfurl_links: bool
* unfurl_media: bool
As a workaround, developers can use `WebhookClient#send_dict` at the moment. We can improve the `#send` method to have the... | 0easy |
Title: Add installed capacities for Menorca (ES-IB-ME)
Body: Hi, I have noticed some missing data for the Spanish islands and as a local from Menorca and user of this service I would like to make a contribution.
# Installed capacities for ES-IB-ME
- Biomass: 0 W
- Geothermal: 0 W
- Hydro: 0 W
- Solar: 50.8 MW
-... | 0easy |
Title: Marketplace - for the card navigation arrows, increase the size of the circular buttons from 38x38 to 52x52px
Body: ### Describe your issue.
For the circular navigation arrows, increase the size of the circular buttons from 38x38 to 52x52px
<img width="1402" alt="Screenshot 2024-12-13 at 17 08 20" src="https... | 0easy |
Title: Messages in test body cause crash when using templates and some iterations are skipped
Body: This is a regression caused by #4426. The root cause is this code that handles the situation where all iterations have been skipped:
```python
if all(item.skipped for item in result.body):
raise ExecutionFailed('All ... | 0easy |
Title: Summary of updated snapshots
Body: **Is your feature request related to a problem? Please describe.**
When I run snapshot update and only a few snapshots have changed or a few new ones get created it currently gives a summary saying "x snapshots have been updated".
**Describe the solution you'd like**
... | 0easy |
Title: Querying based on value of ReferenceField
Body: I have a model defined like so:
```
from mongoengine import Document, StringField, ReferenceField
class Bar(Document):
pass
class Foo(Document):
parent = ReferenceField('Bar')
name = StringField(default='')
```
If I set up my schema like ... | 0easy |
Title: GraphicsScene.mouseMoveEvent duplicates events
Body: The current implementation of GraphicsScene.mouseMoveEvent calls the base class implementation twice, when QMouseEvent.buttons() is something else than Qt.MouseButton.NoButton. The duplicate call happens here:
https://github.com/pyqtgraph/pyqtgraph/blob/88c... | 0easy |
Title: Add Documentation and Tests for ExplainedVariance
Body: We need to add documentation and tests for `ExplainedVariance`
@DistrictDataLabs/team-oz-maintainers
| 0easy |
Title: Using serverless-offline with Lazy Listeners
Body: ### Reproducible in:
```Editable install with no version control (slack-bolt==1.11.0)
slack-sdk==3.13.0
Python 3.8.8
ProductName: macOS
ProductVersion: 12.0
BuildVersion: 21A5506j
Darwin Kernel Version 21.1.0: Thu Aug 19 02:54:44 PDT 2021; root:xnu-8019... | 0easy |
Title: Marketplace - Increase the margin between the arrow buttons and the separator line to 60px
Body:
### Describe your issue.
Increase the margin between the arrow buttons and the separator line to 60px, there's currently no margin between them.
<img width="1522" alt="Screenshot 2024-12-13 at 17 25 28" src="ht... | 0easy |
Title: TRIMA calculation - with and without TALIB
Body: **Describe the bug**
ta.trima without TALIB installed returns (occasionally) different values compared to TRIMA with TALIB.
TALIB uses two calculation paths, depending on even/odd state of the _length_.
Pandas-TA uses only one calculation path regardless of l... | 0easy |
Title: Support prefix in environ.Env
Body: Sometimes it is desirable to be able to prefix all environment variables. pydantic offers this in this manner:
```python
class Config:
env_prefix = 'my_prefix_' # defaults to no prefix, i.e. ""
```
Ideally, something like this can be implemented:
```python
... | 0easy |
Title: Job Opportunities metric API
Body: The canonical definition is here: https://chaoss.community/?p=3567 This one may be more difficult to resolve with trace data alone. | 0easy |
Title: Subsequent asserts seem to ignore the matcher
Body: Hello! I've been recently exploring this tool and I wanted to create a fixture that I can re-use with my specific matcher, but it seems that subsequent calls in the same test ignore this matcher. I'm not sure if this is intended or not. I wasn't able to find a ... | 0easy |
Title: Error thrown when following doc example for persisting the token through the consumer’s session property
Body: **Describe the bug**
I was following the doc examples for auth to save my access token for a session. However, the code throws an error saying the consumer has no attribute '_Consumer__session':
```... | 0easy |
Title: Feature: add NatsMessage ack_sync method
Body: We should add an extra `ack_sync` proxy method the same way with regular `ack` we did - https://github.com/airtai/faststream/blob/main/faststream/nats/message.py#L10 | 0easy |
Title: Option to hide action menu (e.g. "View Source") in Altair plots
Body: **Is your feature request related to a problem? Please describe.**
Altair plots always get rendered with the action menu (e.g. "View Source")
**Describe the solution you'd like**
Include option to hide this part
**Describe alternatives... | 0easy |
Title: Saved snapshot fails to match if repr ends with newline
Body: **Describe the bug**
It appears that if you snapshot test against an object whose repr ends in a newline, then the test will fail even after running `--snapshot-update`
**To reproduce**
<!--
Steps to reproduce the behavior:
1. Setup '...'
... | 0easy |
Title: Person's title translations giving confusing choices in other languages
Body: The same translations of the English terms in address book's dropdown list of titles are causing confusion in other languages.
The original choices in English:
https://github.com/django-oscar/django-oscar/blob/1a3372e1728d7b4646... | 0easy |
Title: Dataset Import Doesn't Validate Against Model Constraints
Body: **Describe the bug**
When importing a dataset from a file, the dataset is not validated against the model's constraints. This allows invalid data to be imported into the database.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a m... | 0easy |
Title: Error making request when request has no body and there is a `report::hide_request::body` configuration.
Body: ## Bug report
### Environment
- Operating System: Mac OS
- ScanAPI version: 2.3.0
### Description of the bug
Error making request when request has no body and there is a `report::hide_request:... | 0easy |
Title: Order of Agents in the Library has become random
Body: In the Library Screen, Agents used to be sorted by date of last run. However, a bug has been introduced that is causing agents to appear in a random order.
## Steps to Reproduce:
1. Have multiple agents in your library that have been ran
2. Go to the Libra... | 0easy |
Title: clean up tests and better error message with R notebooks
Body: we need to address a few things from this PR: https://github.com/ploomber/ploomber/pull/1101
1. refactor unit tests: https://github.com/ploomber/ploomber/pull/1101#discussion_r1212466632
2. better error message when trying to run an R notebook wi... | 0easy |
Title: Clarify error output when color format is incorrect
Body: I noticed that this gets triggered if `edge_color` is the wrong type, but the message only says `face_color`.
I'm not 100% sure this is the line that triggered the error because the message seems to be hard coded in a couple of places.
https://github.co... | 0easy |
Title: decorated functions are not properly typechecked
Body: <!-- Describe the bug report / feature request here -->
We will not catch typecheck errors on functions with have e.g. `@timeline.event` or `@usage_lib.entrypoint`.
See https://mypy.readthedocs.io/en/stable/generics.html#declaring-decorators
<!-- If r... | 0easy |
Title: TD Sequential + Charting
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
0.2.23b0
**Is your feature request related to a problem? Please describe.**
The TD Sequential is a very popular indicator yet there are not many libraries available for it in Pytho... | 0easy |
Title: Revise Application.cpu_usage() for atspi backend
Body: The initial implementation of linux.Application.cpu_usage() provides general cpu usage as reported by `ps` linux utility. From `ps` man:
> %cpu - cpu utilization of the process in
> "##.#" format. Currently, it is
> the CPU time used divided by the
... | 0easy |
Title: [ENH] Modify dataframe list with union of their categoricals
Body: The problem: vertical `pd.concat([df1, df2, ...])` converts categoricals to strings if the categories do not perfectly overlap between all dataframes.
The solution: use pandas' `union_categoricals` to modify the original dataframes to add all... | 0easy |
Title: Use f-strings instead of `str.format`
Body: Currently, TensorLy uses the format-method for string formatting. However, in Python 3.6, f-strings were introduced, so the only reason to use the format-method instead of f-strings is for support of Python 3.5, which reached end-of-life in 2020. We can therefore safel... | 0easy |
Title: error 'numpy.float64' object is not iterable
Body: How can I solve this error?

```
X_train, X_test, y_train, y_test = train_test_split(
df[df.columns[1:-1]],
df['Price'],
... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.