@elaraai/east-py-datascience 0.0.2-beta.9 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/CLA.md +26 -0
  2. package/CONTRIBUTING.md +28 -0
  3. package/LICENSE.md +2 -2
  4. package/README.md +108 -15
  5. package/package.json +21 -42
  6. package/dist/gp/gp.d.ts +0 -398
  7. package/dist/gp/gp.d.ts.map +0 -1
  8. package/dist/gp/gp.js +0 -170
  9. package/dist/gp/gp.js.map +0 -1
  10. package/dist/index.d.ts +0 -27
  11. package/dist/index.d.ts.map +0 -1
  12. package/dist/index.js +0 -41
  13. package/dist/index.js.map +0 -1
  14. package/dist/lightgbm/lightgbm.d.ts +0 -494
  15. package/dist/lightgbm/lightgbm.d.ts.map +0 -1
  16. package/dist/lightgbm/lightgbm.js +0 -155
  17. package/dist/lightgbm/lightgbm.js.map +0 -1
  18. package/dist/mads/mads.d.ts +0 -413
  19. package/dist/mads/mads.d.ts.map +0 -1
  20. package/dist/mads/mads.js +0 -221
  21. package/dist/mads/mads.js.map +0 -1
  22. package/dist/ngboost/ngboost.d.ts +0 -433
  23. package/dist/ngboost/ngboost.d.ts.map +0 -1
  24. package/dist/ngboost/ngboost.js +0 -178
  25. package/dist/ngboost/ngboost.js.map +0 -1
  26. package/dist/optuna/optuna.d.ts +0 -797
  27. package/dist/optuna/optuna.d.ts.map +0 -1
  28. package/dist/optuna/optuna.js +0 -268
  29. package/dist/optuna/optuna.js.map +0 -1
  30. package/dist/scipy/scipy.d.ts +0 -1260
  31. package/dist/scipy/scipy.d.ts.map +0 -1
  32. package/dist/scipy/scipy.js +0 -413
  33. package/dist/scipy/scipy.js.map +0 -1
  34. package/dist/shap/shap.d.ts +0 -657
  35. package/dist/shap/shap.d.ts.map +0 -1
  36. package/dist/shap/shap.js +0 -241
  37. package/dist/shap/shap.js.map +0 -1
  38. package/dist/simanneal/simanneal.d.ts +0 -531
  39. package/dist/simanneal/simanneal.d.ts.map +0 -1
  40. package/dist/simanneal/simanneal.js +0 -231
  41. package/dist/simanneal/simanneal.js.map +0 -1
  42. package/dist/sklearn/sklearn.d.ts +0 -2691
  43. package/dist/sklearn/sklearn.d.ts.map +0 -1
  44. package/dist/sklearn/sklearn.js +0 -524
  45. package/dist/sklearn/sklearn.js.map +0 -1
  46. package/dist/torch/torch.d.ts +0 -1081
  47. package/dist/torch/torch.d.ts.map +0 -1
  48. package/dist/torch/torch.js +0 -349
  49. package/dist/torch/torch.js.map +0 -1
  50. package/dist/tsconfig.tsbuildinfo +0 -1
  51. package/dist/types.d.ts +0 -80
  52. package/dist/types.d.ts.map +0 -1
  53. package/dist/types.js +0 -81
  54. package/dist/types.js.map +0 -1
  55. package/dist/xgboost/xgboost.d.ts +0 -504
  56. package/dist/xgboost/xgboost.d.ts.map +0 -1
  57. package/dist/xgboost/xgboost.js +0 -177
  58. package/dist/xgboost/xgboost.js.map +0 -1
package/CLA.md ADDED
@@ -0,0 +1,26 @@
1
+ # Contributor License Agreement
2
+
3
+ This Contributor License Agreement ("Agreement") is entered into between Elara AI Pty Ltd ("Company") and you (the "Contributor").
4
+
5
+ ## Grant of Copyright License
6
+
7
+ You hereby grant to the Company and to recipients of software distributed by the Company a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, distribute, and use Your Contributions and such derivative works.
8
+
9
+ ## Grant of Patent License
10
+
11
+ You hereby grant to the Company and to recipients of software distributed by the Company a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer Your Contributions.
12
+
13
+ ## Relicensing Rights
14
+
15
+ You grant the Company the right to license Your Contributions under any license terms, including but not limited to commercial licenses, in addition to the open source license under which the project is distributed.
16
+
17
+ ## Your Representations
18
+
19
+ You represent that:
20
+ - You are legally entitled to grant the above licenses
21
+ - Each of Your Contributions is Your original creation
22
+ - Your Contribution submissions include complete details of any third-party license or other restriction of which you are aware
23
+
24
+ ## Agreement
25
+
26
+ By signing this Agreement through CLA Assistant or by submitting a Contribution, you accept and agree to the terms of this Agreement.
@@ -0,0 +1,28 @@
1
+ # Contributing to east-py-datascience
2
+
3
+ Thank you for your interest in contributing! We welcome contributions from the community.
4
+
5
+ ## Contributor License Agreement (CLA)
6
+
7
+ Before we can accept your contribution, you must sign our Contributor License Agreement (CLA). This agreement gives Elara AI Pty Ltd the right to use and relicense your contributions, including under commercial licenses, while you retain ownership of your contribution.
8
+
9
+ **Why do we require a CLA?**
10
+ This project is dual-licensed under AGPL-3.0 and commercial licenses. The CLA allows us to offer commercial licenses to users who wish to use this software in proprietary applications.
11
+
12
+ ### Signing the CLA
13
+
14
+ When you submit your first pull request, the CLA Assistant bot will automatically comment on your PR with a link to sign the CLA electronically. It only takes a minute, and you'll only need to sign it once.
15
+
16
+ ## Contributing Process
17
+
18
+ 1. Fork the [east-workspace monorepo](https://github.com/elaraai/east-workspace)
19
+ 2. Create a feature branch (`git checkout -b feature/amazing-feature`)
20
+ 3. Make your changes
21
+ 4. Commit your changes (`git commit -m 'Add amazing feature'`)
22
+ 5. Push to the branch (`git push origin feature/amazing-feature`)
23
+ 6. Open a Pull Request
24
+ 7. Sign the CLA when the bot prompts you
25
+
26
+ ## Questions?
27
+
28
+ Contact us at support@elara.ai
package/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
- # Licensing
2
-
3
1
  Copyright (c) 2025 Elara AI Pty Ltd
4
2
 
3
+ # Dual License — AGPL-3.0 (TypeScript) / BSL 1.1 (Python)
4
+
5
5
  This package contains both TypeScript and Python code with different licenses:
6
6
 
7
7
  ## TypeScript (npm package: @elaraai/east-py-datascience)
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Python: BSL 1.1](https://img.shields.io/badge/Python-BSL%201.1-orange.svg)](LICENSE.md)
7
7
  [![Node Version](https://img.shields.io/badge/node-%3E%3D22.0.0-brightgreen.svg)](https://nodejs.org)
8
8
 
9
- **East Data Science** provides machine learning and optimization platform functions for the [East language](https://github.com/elaraai/East).
9
+ **East Data Science** provides machine learning and optimization platform functions for the [East language](https://github.com/elaraai/east-workspace/tree/main/libs/east).
10
10
 
11
11
  ## Installation
12
12
 
@@ -14,6 +14,47 @@
14
14
  npm install @elaraai/east-py-datascience @elaraai/east
15
15
  ```
16
16
 
17
+ ### Python Optional Dependencies
18
+
19
+ Each module has its own optional Python dependencies to avoid installing unnecessary packages. Install only the extras you need:
20
+
21
+ ```bash
22
+ # Single extra
23
+ pip install "east-py-datascience[scipy]"
24
+
25
+ # Multiple extras
26
+ pip install "east-py-datascience[scipy,sklearn,xgboost]"
27
+
28
+ # All extras
29
+ pip install "east-py-datascience[all]"
30
+ ```
31
+
32
+ When using a git dependency in `pyproject.toml`:
33
+ ```toml
34
+ "east-py-datascience[scipy] @ git+https://github.com/elaraai/east-workspace@main#subdirectory=libs/east-py/packages/east-py-datascience"
35
+ ```
36
+
37
+ | Module | Extra | Python Packages |
38
+ |--------|-------|-----------------|
39
+ | **MADS** | `mads` | PyNomadBBO |
40
+ | **Optuna** | `optuna` | optuna |
41
+ | **SimAnneal** | `simanneal` | simanneal |
42
+ | **Scipy** | `scipy` | scipy, cloudpickle |
43
+ | **Optimization** | *(none)* | *(core only — numpy)* |
44
+ | **GoogleOr** | `google-or` | ortools |
45
+ | **Sklearn** | `sklearn` | scikit-learn, skl2onnx, onnxruntime, cloudpickle |
46
+ | **XGBoost** | `xgboost` | xgboost, cloudpickle |
47
+ | **LightGBM** | `lightgbm` | lightgbm, cloudpickle |
48
+ | **NGBoost** | `ngboost` | ngboost, cloudpickle |
49
+ | **Torch** | `torch` | torch, cloudpickle |
50
+ | **GP** | `gp` | scikit-learn, cloudpickle |
51
+ | **Lightning** | `lightning` | torch, pytorch-lightning, cloudpickle |
52
+ | **Shap** | `shap` | shap, cloudpickle |
53
+ | **MAPIE** | `mapie` | mapie, cloudpickle |
54
+ | **ALNS** | `alns` | alns |
55
+ | **PyMC** | `pymc` | pymc, cloudpickle |
56
+ | **Simulation** | *(none)* | *(core only — numpy)* |
57
+
17
58
  ## Quick Start
18
59
 
19
60
  ```typescript
@@ -57,17 +98,33 @@ const optimize = East.function([], MADS.Types.ResultType, $ => {
57
98
  | **Optuna** | Bayesian optimization with TPE sampler | Hyperparameter tuning, mixed-type parameters, efficient search with few evaluations |
58
99
  | **SimAnneal** | Simulated annealing for discrete optimization | TSP, scheduling, subset selection, knapsack, assignment problems |
59
100
  | **Scipy** | Scientific optimization and curve fitting | Gradient-based minimization, curve fitting, interpolation, statistics |
101
+ | **Optimization** | Iterative coordinate descent optimization | Parameter tuning, sequential optimization across parameter groups |
102
+ | **GoogleOr** | Google OR-Tools constraint programming, routing, LP, and graph algorithms | CP-SAT, vehicle routing (TSP/VRP), linear/mixed-integer programming, min-cost flow, max flow, assignment |
60
103
 
61
104
  ### Machine Learning
62
105
 
63
106
  | Module | Description | Use Cases |
64
107
  |--------|-------------|-----------|
65
- | **Sklearn** | Core ML utilities from scikit-learn | Train/test split, preprocessing (StandardScaler, MinMaxScaler), metrics, multi-target regression |
108
+ | **Sklearn** | Core ML utilities from scikit-learn | N-way splits, preprocessing (Standard/MinMax/RobustScaler), encoding (Label/Ordinal), metrics, GMM clustering, multi-target regression |
66
109
  | **XGBoost** | Gradient boosting with XGBoost | Regression, classification, feature importance, fast training |
67
110
  | **LightGBM** | Fast gradient boosting with leaf-wise growth | Large datasets, high cardinality features, faster than XGBoost on big data |
68
111
  | **NGBoost** | Natural gradient boosting with uncertainty | Probabilistic predictions, confidence intervals, uncertainty quantification |
69
112
  | **Torch** | Neural networks with PyTorch | MLP regression/classification, deep learning, custom architectures |
113
+ | **Lightning** | PyTorch Lightning neural networks | MLP, autoencoder, conv1d, sequential, transformer architectures |
70
114
  | **GP** | Gaussian Process regression | Small datasets, uncertainty quantification, Bayesian optimization surrogate |
115
+ | **MAPIE** | Conformal prediction intervals | Prediction intervals, prediction sets, uncertainty quantification |
116
+
117
+ ### Bayesian Inference
118
+
119
+ | Module | Description | Use Cases |
120
+ |--------|-------------|-----------|
121
+ | **PyMC** | Bayesian inference with PyMC | Bayesian linear regression, hierarchical models, multi-layer joint estimation, posterior analysis |
122
+
123
+ ### Simulation
124
+
125
+ | Module | Description | Use Cases |
126
+ |--------|-------------|-----------|
127
+ | **Simulation** | Economic ontology simulation via DES | Simulating economic resources, events, and processes; single deterministic runs, Monte Carlo trajectories |
71
128
 
72
129
  ### Explainability
73
130
 
@@ -87,6 +144,22 @@ npm run test # Run test suite
87
144
  npm run lint # Check code quality
88
145
  ```
89
146
 
147
+ ## Claude Code plugin
148
+
149
+ The East ecosystem also ships a [Claude Code](https://claude.com/claude-code) plugin — East language skills, example search, and preemptive diagnostics for East code — installed separately from the `elaraai` marketplace:
150
+
151
+ ```text
152
+ # Inside Claude Code
153
+ /plugin marketplace add elaraai/east-workspace
154
+ /plugin install east@elaraai
155
+ ```
156
+
157
+ ```bash
158
+ # From a terminal
159
+ claude plugin marketplace add elaraai/east-workspace
160
+ claude plugin install east@elaraai
161
+ ```
162
+
90
163
  ## License
91
164
 
92
165
  This package has different licenses for TypeScript and Python code:
@@ -106,31 +179,47 @@ See [LICENSE.md](LICENSE.md) for full details.
106
179
 
107
180
  ### Ecosystem
108
181
 
109
- - **[East Node](https://github.com/elaraai/east-node)**: Node.js platform functions for I/O, databases, and system operations. Connect East programs to filesystems, SQL/NoSQL databases, cloud storage, and network services.
110
- - [@elaraai/east-node-std](https://www.npmjs.com/package/@elaraai/east-node-std): Filesystem, console, HTTP fetch, crypto, random distributions, timestamps
111
- - [@elaraai/east-node-io](https://www.npmjs.com/package/@elaraai/east-node-io): SQLite, PostgreSQL, MySQL, MongoDB, S3, FTP, SFTP
182
+ - **[East](https://github.com/elaraai/east-workspace/tree/main/libs/east)**: Statically typed, expression-based language with serializable IR. Run portable logic across TypeScript, Python, C, and other runtimes.
183
+ - [@elaraai/east](https://www.npmjs.com/package/@elaraai/east): Core language SDK with type system, expressions, and reference JS compiler
184
+
185
+ - **[East Node](https://github.com/elaraai/east-workspace/tree/main/libs/east-node)**: Node.js platform functions for I/O, databases, and system operations.
186
+ - [@elaraai/east-node-std](https://www.npmjs.com/package/@elaraai/east-node-std): Console, FileSystem, Fetch, Crypto, Time, Path, Random
187
+ - [@elaraai/east-node-io](https://www.npmjs.com/package/@elaraai/east-node-io): SQLite, PostgreSQL, MySQL, MongoDB, Redis, S3, FTP, SFTP, XLSX, XML, compression
112
188
  - [@elaraai/east-node-cli](https://www.npmjs.com/package/@elaraai/east-node-cli): CLI for running East IR programs in Node.js
113
189
 
114
- - **[East Python](https://github.com/elaraai/east-py)**: Python runtime and platform functions for data science and machine learning. Execute East programs with access to optimization solvers, gradient boosting, neural networks, and model explainability.
115
- - [@elaraai/east-py-datascience](https://www.npmjs.com/package/@elaraai/east-py-datascience): TypeScript types for optimization, gradient boosting, neural networks, explainability
190
+ - **[East C](https://github.com/elaraai/east-workspace/tree/main/libs/east-c)**: C11 native runtime for executing East IR. Tarballed for `linux-x64` and `linux-arm64`, attached to each GitHub Release.
191
+ - `east-c`: Core runtime type system, IR interpreter, 200+ builtins, serialization (Beast2, JSON, CSV, East text)
192
+ - `east-c-std`: Console, FileSystem, Fetch, Crypto, Time, Path, Random
193
+ - `east-c-cli`: CLI for running East IR programs natively
194
+
195
+ - **[East Python](https://github.com/elaraai/east-workspace/tree/main/libs/east-py)**: Python runtime, standard platform, I/O, and data-science platform functions. Published to PyPI.
196
+ - [east-py](https://pypi.org/project/east-py/): Core Python runtime — type system, IR compiler, 212+ builtins, Cython-accelerated hot paths
197
+ - [east-py-std](https://pypi.org/project/east-py-std/): Console, FileSystem, Fetch, Crypto, Time, Path, Random
198
+ - [east-py-io](https://pypi.org/project/east-py-io/): SQLite, PostgreSQL, MySQL, MongoDB, Redis, S3, FTP, SFTP, XLSX, XML, compression
199
+ - [east-py-cli](https://pypi.org/project/east-py-cli/): CLI for running East IR programs in Python
200
+ - [east-py-datascience](https://pypi.org/project/east-py-datascience/) (PyPI) + [@elaraai/east-py-datascience](https://www.npmjs.com/package/@elaraai/east-py-datascience) (npm): Optimization (MADS, Optuna, ALNS, GoogleOR), ML (XGBoost, LightGBM, NGBoost, PyTorch, Lightning, GP), Bayesian inference (PyMC), explainability (SHAP), conformal prediction (MAPIE)
116
201
 
117
- - **[East UI](https://github.com/elaraai/east-ui)**: East types and expressions for building dashboards and interactive layouts. Define UIs as data structures that render consistently across React, web, and other environments.
202
+ - **[East UI](https://github.com/elaraai/east-workspace/tree/main/libs/east-ui)**: Typed UI component definitions and React renderer, plus VS Code preview.
118
203
  - [@elaraai/east-ui](https://www.npmjs.com/package/@elaraai/east-ui): 50+ typed UI components for layouts, forms, charts, tables, dialogs
119
- - [@elaraai/east-ui-components](https://www.npmjs.com/package/@elaraai/east-ui-components): React renderer with Chakra UI styling
204
+ - [@elaraai/east-ui-components](https://www.npmjs.com/package/@elaraai/east-ui-components): React renderer with Chakra UI v3 styling
205
+ - [@elaraai/e3-ui](https://www.npmjs.com/package/@elaraai/e3-ui): e3 + UI bridge — Data bindings, `e3.ui()` task, manifest
206
+ - [@elaraai/e3-ui-components](https://www.npmjs.com/package/@elaraai/e3-ui-components): React Query hooks and preview components for the e3 API
207
+ - [east-ui-preview](https://marketplace.visualstudio.com/items?itemName=ElaraAI.east-ui-preview): VS Code extension for live East UI component preview
120
208
 
121
- - **[e3 - East Execution Engine](https://github.com/elaraai/e3)**: Durable execution engine for running East pipelines at scale. Features Git-like content-addressable storage, automatic memoization, task queuing, and real-time monitoring.
209
+ - **[e3 East Execution Engine](https://github.com/elaraai/east-workspace/tree/main/libs/e3)**: Durable execution engine for running East pipelines at scale. Git-like content-addressable storage, automatic memoization, reactive dataflow, real-time monitoring.
122
210
  - [@elaraai/e3](https://www.npmjs.com/package/@elaraai/e3): SDK for authoring e3 packages with typed tasks and pipelines
123
- - [@elaraai/e3-core](https://www.npmjs.com/package/@elaraai/e3-core): Git-like object store, task queue, result caching
211
+ - [@elaraai/e3-core](https://www.npmjs.com/package/@elaraai/e3-core): Object store, dataflow orchestrator, execution state
124
212
  - [@elaraai/e3-types](https://www.npmjs.com/package/@elaraai/e3-types): Shared type definitions for e3 packages
125
- - [@elaraai/e3-cli](https://www.npmjs.com/package/@elaraai/e3-cli): `e3 init`, `e3 run`, `e3 logs` commands for managing and monitoring tasks
126
- - [@elaraai/e3-api-client](https://www.npmjs.com/package/@elaraai/e3-api-client): HTTP client for remote e3 servers
213
+ - [@elaraai/e3-cli](https://www.npmjs.com/package/@elaraai/e3-cli): `e3 repo`, `e3 package`, `e3 workspace`, `e3 start`, `e3 watch`, `e3 logs` commands
214
+ - [@elaraai/e3-api-client](https://www.npmjs.com/package/@elaraai/e3-api-client): HTTP client for remote e3 repositories
127
215
  - [@elaraai/e3-api-server](https://www.npmjs.com/package/@elaraai/e3-api-server): REST API server for e3 repositories
216
+ - [@elaraai/e3-api-tests](https://www.npmjs.com/package/@elaraai/e3-api-tests): Shared API compliance test suites
128
217
 
129
218
  ## Links
130
219
 
131
220
  - **Website**: [https://elaraai.com/](https://elaraai.com/)
132
- - **East Repository**: [https://github.com/elaraai/East](https://github.com/elaraai/East)
133
- - **Issues**: [https://github.com/elaraai/east-py/issues](https://github.com/elaraai/east-py/issues)
221
+ - **East Repository**: [https://github.com/elaraai/east-workspace/tree/main/libs/east](https://github.com/elaraai/east-workspace/tree/main/libs/east)
222
+ - **Issues**: [https://github.com/elaraai/east-workspace/issues](https://github.com/elaraai/east-workspace/issues)
134
223
  - **Email**: support@elara.ai
135
224
 
136
225
  ## About Elara
@@ -139,4 +228,8 @@ East is developed by [Elara AI Pty Ltd](https://elaraai.com/), an AI-powered pla
139
228
 
140
229
  ---
141
230
 
231
+ *Developed by [Elara AI Pty Ltd](https://elaraai.com/).*
232
+
233
+ ---
234
+
142
235
  *Developed by [Elara AI Pty Ltd](https://elaraai.com/)*
package/package.json CHANGED
@@ -1,56 +1,27 @@
1
1
  {
2
2
  "name": "@elaraai/east-py-datascience",
3
- "version": "0.0.2-beta.9",
3
+ "version": "1.0.1",
4
4
  "description": "East Data Science - ML/optimization platform functions for East (TypeScript definitions)",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
5
+ "main": "dist/src/index.js",
6
+ "types": "dist/src/index.d.ts",
7
7
  "exports": {
8
8
  ".": {
9
- "types": "./dist/index.d.ts",
10
- "default": "./dist/index.js"
9
+ "types": "./dist/src/index.d.ts",
10
+ "default": "./dist/src/index.js"
11
11
  }
12
12
  },
13
13
  "files": [
14
- "dist",
14
+ "dist/src",
15
15
  "!dist/**/*.spec.*",
16
16
  "README.md",
17
17
  "LICENSE.md",
18
18
  "CONTRIBUTING.md",
19
19
  "CLA.md"
20
20
  ],
21
- "scripts": {
22
- "build": "tsc",
23
- "test": "npm run build && node --enable-source-maps --test 'dist/**/*.spec.js'",
24
- "test:coverage": "npm run build && node --enable-source-maps --test --experimental-test-coverage 'dist/**/*.spec.js'",
25
- "test:export": "npm run build && EXPORT_TEST_IR=/tmp/east-py-datascience npm test 2>&1 | grep 'Exported test IR'",
26
- "lint": "eslint .",
27
- "lint:fix": "eslint . --fix",
28
- "version:patch": "npm version patch -m 'chore: bump version to %s'",
29
- "version:minor": "npm version minor -m 'chore: bump version to %s'",
30
- "version:major": "npm version major -m 'chore: bump version to %s'",
31
- "version:prepatch": "npm version prepatch --preid=beta -m 'chore: bump version to %s'",
32
- "version:preminor": "npm version preminor --preid=beta -m 'chore: bump version to %s'",
33
- "version:premajor": "npm version premajor --preid=beta -m 'chore: bump version to %s'",
34
- "version:prerelease": "npm version prerelease --preid=beta -m 'chore: bump version to %s'",
35
- "version:patch:dry": "npm version patch --no-git-tag-version",
36
- "version:minor:dry": "npm version minor --no-git-tag-version",
37
- "version:major:dry": "npm version major --no-git-tag-version",
38
- "version:prepatch:dry": "npm version prepatch --preid=beta --no-git-tag-version",
39
- "version:preminor:dry": "npm version preminor --preid=beta --no-git-tag-version",
40
- "version:premajor:dry": "npm version premajor --preid=beta --no-git-tag-version",
41
- "version:prerelease:dry": "npm version prerelease --preid=beta --no-git-tag-version",
42
- "release:patch": "npm run version:patch && git push && git push --tags",
43
- "release:minor": "npm run version:minor && git push && git push --tags",
44
- "release:major": "npm run version:major && git push && git push --tags",
45
- "release:prepatch": "npm run version:prepatch && git push && git push --tags",
46
- "release:preminor": "npm run version:preminor && git push && git push --tags",
47
- "release:premajor": "npm run version:premajor && git push && git push --tags",
48
- "release:prerelease": "npm run version:prerelease && git push && git push --tags"
49
- },
50
21
  "repository": {
51
22
  "type": "git",
52
- "url": "https://github.com/elaraai/east-py.git",
53
- "directory": "packages/east-py-datascience"
23
+ "url": "git+https://github.com/elaraai/east-workspace.git",
24
+ "directory": "libs/east-py/packages/east-py-datascience"
54
25
  },
55
26
  "keywords": [
56
27
  "east",
@@ -62,7 +33,7 @@
62
33
  "pynomad"
63
34
  ],
64
35
  "author": "Elara AI Pty Ltd",
65
- "license": "SEE LICENSE IN LICENSE",
36
+ "license": "SEE LICENSE IN LICENSE.md",
66
37
  "type": "module",
67
38
  "engines": {
68
39
  "node": ">=22.0.0"
@@ -75,8 +46,16 @@
75
46
  "eslint-plugin-headers": "^1.3.3",
76
47
  "typescript": "~5.9.2"
77
48
  },
78
- "dependencies": {
79
- "@elaraai/east": "^0.0.1-beta.16",
80
- "@elaraai/east-node-std": "^0.0.1-beta.9"
49
+ "peerDependencies": {
50
+ "@elaraai/east": "1.0.1",
51
+ "@elaraai/east-node-std": "1.0.1"
52
+ },
53
+ "scripts": {
54
+ "build": "tsc",
55
+ "test": "npm run build && node --enable-source-maps --test-reporter=spec --test 'dist/test/**/*.spec.js' 'dist/src/**/*.spec.js'",
56
+ "test:coverage": "npm run build && node --enable-source-maps --test-reporter=spec --test --experimental-test-coverage 'dist/test/**/*.spec.js' 'dist/src/**/*.spec.js'",
57
+ "test:export": "npm run build && rm -rf /tmp/east-py-datascience && EXPORT_TEST_IR=/tmp/east-py-datascience node --enable-source-maps --test-reporter=spec --test 'dist/test/**/*.spec.js'",
58
+ "lint": "eslint .",
59
+ "lint:fix": "eslint . --fix"
81
60
  }
82
- }
61
+ }