dart_tensor_flow 1.0.0
dart_tensor_flow: ^1.0.0 copied to clipboard
A high-performance Tensor library for Dart, featuring AFT Transformers and MuZero implementations and other examples.
We analyzed this package 13 days ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 3 links are insecure.
README.md:15:469
╷
15 │ explain this sip message bye cause: │BYE sip:alice@10.44.0.56:5060 SIP/2.0 10.44.0.56:5060 10.44.0.70:5060│Via: SIP/2.0/UDP 10.44.0.70:5060;rport;b ──────────┬───────── ──────────┬───────│nch=z9hG4bKPjb41061e9-afc3-4bca-8697-dec 15:05:11.542262 │ INVITE (SDP) │ │99b9d6e +0.001314 │ ──────────────────────────> │ │From: <a href="sip:6003@10.44.0.70">sip:6003@10.44.0.70</a>;tag=214ce3fe 15:05:11.543576 │ 401 Unauthorized │ │048-45f6-9755-7aae8f8fd0e4 +0.000118 │ <────────────────────────── │ │To: <a href="sip:alice@10.44.0.56">sip:alice@10.44.0.56</a>;tag=as62db7e3 15:05:11.543694 │ ACK │ │Call-ID: 33e8fef84df0c4534be1a7215b1a463 +0.000125 │ ──────────────────────────> │ │10.44.0.56:5060 15:05:11.543819 │ INVITE (SDP) │ │CSeq: 15148 BYE
[...]
Use https URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0.
0/10 points: 20% or more of the public API has dartdoc comments
33 out of 531 API elements (6.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: adam, adam.Adam, adam.Adam.Adam.new, adam.Adam.beta1, adam.Adam.beta2.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 112 issues. Showing the first 2:
WARNING: Unused import: 'package:dart_tensor_flow/dataset/chess.dart'.
bin/examples/aft/example_chess_gpt_generate.dart:3:8
╷
3 │ import 'package:dart_tensor_flow/dataset/chess.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/examples/aft/example_chess_gpt_generate.dart
WARNING: Unused import: 'package:dart_tensor_flow/loss/cross_entropy.dart'.
bin/examples/aft/example_chess_gpt_generate.dart:4:8
╷
4 │ import 'package:dart_tensor_flow/loss/cross_entropy.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/examples/aft/example_chess_gpt_generate.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bishop |
^1.4.4 |
1.4.4 | 1.4.4 | |
dartchess |
^0.12.0 |
0.12.3 | 0.13.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
fast_immutable_collections |
- | 11.2.0 | 11.2.0 | |
meta |
- | 1.19.0 | 1.19.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.12.0` on dartchess does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions dartchess to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.