Release notes Keep up with latest product news
3515 notes
DeepSeeWeb Version 3.1.18
increased performance of charts with big data sets
DeepSeeWeb Version 3.1.17
fixed issue with MultiPolygon in GeoJSON support (polygons with holes)
zapm Version 1.0.23
Updated escape sequence color scheme
MDX2JSON Version 2.3.4
ProcessOneAxisCell: populate axis cell info after determining cell visibility
DeepSeeWeb Version 3.1.16
added "View As" options: "Stacked bar chart", "Stacked column chart" (#179)
fixed formatting for charts (#185)
added percentage display for pie chart (#187)
added annotations display for pie chart (#186)
ESKLP Version 1.0.2
Added new metric: BarcodeSimilarity
ESKLP Version 1.0.3
New logo.
Added logistic regression process to compare with linear regression's getting coefficients model.
fhir-integratedml-example Version 1.0.2
Fix no-show model training method when there is no model previouslly trained
Error handling in no-show detection service
Updates on postman collection
Code clean up
Doc updates
zapm Version 1.0.22
Added support zpm+hspm version
appmsw-telestat Version 1.0.3
Don't ask for parameters if not in terminal mode
fhir-integratedml-example Version 1.0.1
Model example for no-show detection on appointments, trained on FHIR resources
DTL transformation for using FHIR resources on IntegratedML
API for predicting no-show in FHIR resources
csvgen Version 1.1.12
ssl-client dependency fix - now works with the latest ssl-client
zpm-explorer Version 0.1.7
Adjustments for zpm explorer web app
ISC DEV Version 2021.0.1
Improved IRIS BI export - ##class(dev.code).export("*.DFI")
DeepSeeWeb Version 3.1.15
text widget changes meters direction depending on aspect ration. for tall widgets meters are to be displayed as rows, for wide widgets - as columns
DeepSeeWeb Version 3.1.14
fixed issue with filter values (#182)
added error display if there isn't pivot variable exists
added series for pie chart (#181)
changed styles for text meters (#142)
DeepSeeWeb Version 3.1.13
added GeoJSON support for map widget:
type of widget should be "map"
name of the widget should be the same as GeoJSON file with extension, eg. "map.geojson"
use "coordsProperty" data property to set name of key field to link data with properties in GeoJSON (It's a must to have field in data named as "coordsProperty" value, so it can be linked with properties of GeoJSON)
to show custom tooltips on polygons - add "TooltipValue" field to data
fixed issue with title on map popup