easy_ml 0.2.0.pre.rc39 → 0.2.0.pre.rc40
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.
- checksums.yaml +4 -4
- data/app/controllers/easy_ml/application_controller.rb +1 -1
- data/app/frontend/components/dataset/splitters/DateSplitter.tsx +4 -4
- data/app/frontend/components/dataset/splitters/types.ts +3 -3
- data/app/frontend/pages/NewDatasetPage.tsx +1 -1
- data/app/helpers/easy_ml/application_helper.rb +2 -2
- data/lib/easy_ml/engine.rb +1 -1
- data/lib/easy_ml/version.rb +1 -1
- data/public/easy_ml/assets/.vite/manifest.json +1 -1
- data/public/easy_ml/assets/assets/entrypoints/{Application.tsx-BRRjHz4-.js → Application.tsx-DF5SSkYi.js} +2 -2
- data/public/easy_ml/assets/assets/entrypoints/{Application.tsx-BRRjHz4-.js.map → Application.tsx-DF5SSkYi.js.map} +1 -1
- metadata +4 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_ml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0.pre.
|
4
|
+
version: 0.2.0.pre.rc40
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Shollenberger
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -689,8 +689,8 @@ files:
|
|
689
689
|
- public/easy_ml/assets/.vite/manifest-assets.json
|
690
690
|
- public/easy_ml/assets/.vite/manifest.json
|
691
691
|
- public/easy_ml/assets/assets/Application-Cu7lNJmG.css
|
692
|
-
- public/easy_ml/assets/assets/entrypoints/Application.tsx-
|
693
|
-
- public/easy_ml/assets/assets/entrypoints/Application.tsx-
|
692
|
+
- public/easy_ml/assets/assets/entrypoints/Application.tsx-DF5SSkYi.js
|
693
|
+
- public/easy_ml/assets/assets/entrypoints/Application.tsx-DF5SSkYi.js.map
|
694
694
|
homepage: https://github.com/brettshollenberger/easy_ml
|
695
695
|
licenses:
|
696
696
|
- MIT
|