Skip to content

Releases: jolibrain/platform_ui

DeepDetect Platform UI v0.11.0

08 Jan 16:27
Compare
Choose a tag to compare

Features

  • add available service statistics (c33ba05)
  • add chart for each csv column (25a06f9)
  • add csv observable in deepdetect input store (9808f9c)
  • add git version in docker images (dfb4e5e)
  • add inputLoadCallback prop to load content (2b8a67c)
  • add loadContent() to input store (d5f16d9)
  • add react-papaparse dependency (d8a311a)
  • best values on running training job card (6e16fac)
  • best values on running training job card (0c4e501)
  • display timeseries service predict results (33717c9)
  • predict request for csvts services (b48bbf8)

Bug Fixes

  • add BuildInfo request methods (36703e7)
  • add csvConnector styles (a1d3ced)
  • add fileExtensionFilter prop on InputForm (00b7fe2)
  • add missing / to data repositories systemPath (fb7381a)
  • add react-papaparse dependency (c86ca66)
  • Archived segmentation jobs shows meaniou (8f1da93)
  • check on serviceSettings.uiParams.mediaType (2688456)
  • check undefined service.measure_hist (8859b21)
  • correct showMin/showMax for displayed values (be9becf)
  • correct showMin/showMax for displayed values (7632aa2)
  • delete unused scss file (2f1e33d)
  • disable buildInfoStore update notification (22214af)
  • disable Imaginate Webcam connector (d44f759)
  • display chain regression description (2ea6eb0)
  • display regression description (2164969)
  • enable buildInfoStore in App (37949da)
  • force Eucll in TrainingMonitor General info (03f5ca5)
  • force TrainingMonitor wide chart for mean IOU (aa4fe93)
  • formatting (4047f32)
  • generate git version in builder docker image (dfbcf52)
  • gpuinfo color to show badge index (27d9489)
  • hide service info when emtpy value (738aae9)
  • parse malformatted json in getFile (649c1c8)
  • regression predict calls (d088abd)
  • remove filename filter from FileListSelector (f4fce06)
  • remove regression:true from mllib (5efefab)
  • replace connector csv by csvts (54d16e1)
  • replace git version fetch by docker version (e5cb3fa)
  • request files (not only images) from path (6e549f6)
  • review scss imports (4084098)
  • show min value as best mcll value (cc1e4e4)
  • show min value as best mcll value (dae0245)
  • shuffle inputs in deepdetect service (a54adfd)
  • training refreshRate set in config.json (b022202)
  • TrainingMonitor can show map and eucll charts (7bcada5)
  • update UI with update available notif (47f77e1)
  • upgrade deepdetect-js to v1.8.5 (caf0548)
  • upgrade react-webcam to 5.2.2 (6479b6c)
  • upgrade to deepdetect-js v1.8.7 (6830e00)
  • use nginxPath settings to replace file label (7f2e630)
  • use path to join path (c0683e6)

Docker images:

v0.10.0

10 Nov 13:52
Compare
Choose a tag to compare

Features

  • add benchmark chart styles (54fdbcb)
  • add benchmark modal for predict services (8dee519)
  • add Benchmark widget, Chart pages (3d13a65)
  • add compare button on TrainingHome archives (5d28746)
  • add configPath props on App component (d3ed15b)
  • add fast findAndLoad model repository (5ede6e5)
  • add FpsChart, layout on BenchmarkChart (bc5d17b)
  • add link to chain json file on ChainShow (f88c005)
  • add modelCompare charting view (99d65c8)
  • add regression predict response display (66d1971)
  • link multiline title item to config/metrics (010adda)
  • link to modelCompare with filtered trainingHome (84fdc73)
  • message returned when publishing training service (3d319c7)
  • on MAP chart, replace latest value by best (0fc737e)
  • prepare build files for react upgrade (2147802)
  • replace /trainingArchive/ route by /charts/trainingArchive/ (197c3fc)
  • support react testing library (1c5aa50)
  • upgrade to node-sass 4.14 for nodejs v12 compatibility (58248f3)
  • vertical line with tooltip on training charts (31715f1)
  • working modelCompare page (e7f43ae)

Bug Fixes

  • absolute path for version and buildInfo json (c7ded3f)
  • add back superagent for getting config (866ab45)
  • add check on array[0] accesses (b949fb6)
  • add eslint jsx-a11y/anchor-is-valid: "off" (9d7b4b5)
  • add link to inter-ui and fontawesome css (c7e0f40)
  • add missing gpuStore injection (7ee7918)
  • add stats to filtered-out info displayed (358867e)
  • append trailing slash to path on best_model.txt request (6e7a10b)
  • benchmark json file path and add service config.json (1e1383f)
  • catch uncaught network exception when loading dataRepositories store (6c313b4)
  • check chartData.datasets #400 (fbaf404)
  • check on chartData.datasets values in MeasureChart (9284455)
  • do not parse text with json parser (31346ee)
  • only IMAGE_PATTERN files in reqImgFromPath (12c6cdf), closes #6
  • PredictHome: invert private/public display (9416d41)
  • check on selectedDataset.data values in MeasureChart (b044359)
  • custom json parser to catch NaN SyntaxError (db428fe)
  • display fpsChart only when image connector (dd2c23a)
  • inject configStore/gpuStore typo" (f6431dc)
  • lint issues (0c3ded7)
  • publish modal footer button after success (5380455)
  • reduce padding to fit buttons in card-footer (a2e40d0), closes #402
  • regression result value instead of category (537c239)
  • remove deprecated react warnings (f8ade4f)
  • remove right-sidebar when no servers in GpuStore (4456142)
  • remove unused mobx-react in Header component (35b3a50)
  • remove unused PerClassArray component (7ec34e8)
  • replace deprecated typeahead getInstance by react ref (11b223e)
  • replace deprecated typeahead getInstance() by react ref (ea953d4)
  • replace NaN values in json before to parse it (a23fe8d)
  • replace NaN values in json before to parse it (daa89b4)
  • review Benchmark line chart display (dfdb2b3)
  • serviceName to delete service after Publish (191b2b1)
  • show min value for eucll regression chart (1265f50)
  • show min value on eucll keys #399 (f0405d4)
  • use global replace to remove NaN from fetched json (f40ed96)
  • version.json is now a valid json file (c06b973)
  • tests: wait for page rendering with waitFor() (6c80c00)
  • add benchmark button styles (1bbd881)
  • add Benchmark widget style (a133a20)
  • add chart-cell palette (bdb5c20)
  • add error log when loading repository (ec13fb8)
  • add isChain attribute in imaginateStore (9ceba85)
  • add MAP chart when measure.map is available (0b7c16b)
  • add regression parameters for predict request (6d6c1b5)
  • change package.json version to 0.9.7 (b1ca3cc)
  • check gpuStoreServer.recommendedGpuIndex ([266be35](...
Read more