We don't know where ufuncs are from!
まだ誰も着手していません。
評価
調査の方向性
まず、ufunc メソッド呼び出しを記録し、現在はそれらの和集合を提示しているトレーシングおよび結果集約コードを読むことから始めます。完了条件には、ufunc ごとのメソッド数を含め、NumPy と SciPy のケースを含め、各 ufunc がどこで定義またはインポートされたかを特定する必要があります。型をどのモジュールがエクスポートしているかという関連する問いは別のままにして構いません。
索引モデルが issue の本文から書いたものです。
説明
During the tracing, it's helpful to know not only which methods on the ufuncs class are called (__call__, reduce, etc) but also which ufuncs themselves are used (add, multiple, etc).
Currently, we are presenting the results of those, not as the product of those two features, but as their union. i.e. we should stats for the reduce method on the ufunc class, but we don't show how many times reduce was called on add vs multiple. That's one "issue", but the other more pressing one is we don't know where ufuncs come from!
All we know is their names. Up until now, I had been assuming they are all defined in the numpy module. However, scipy for example has many that are not.
We should somehow figure out how to understand where they were defined, or what module they were imported from.
I guess to do this, we would have to do some kind of traversal of imported modules, to understand where they are defined? This also could be helpful for the related problem of recording, which module, exports a certain type instead of which module it was defined in.
- 主要言語
- Python
- スター
- 74
- フォーク
- 6
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
data-apis/python-record-api のほかの issue
-
bug
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
data-apis/python-record-api#145 · コメント 1 件 ·
-
enhancement
難易度 4/5 3〜5日 初心者へのやさしさ 30/100
data-apis/python-record-api#144 · コメント 4 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
data-apis/python-record-api#142 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
data-apis/python-record-api#81 · コメント 2 件 ·
-
good first issue
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
data-apis/python-record-api#71 · リアクション 1 件 ·
data-apis/python-record-api の issue をすべて見る
似ている issue
-
enhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
canonical/paas-charm#368 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
tech debt
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
StevenBlack/hosts#3256 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
qualcomm/qai-appbuilder#275 ·