Release notes

Keep up with latest product news

3290 notes
09 Jul, 2021 Anton Gnibeda
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
09 Jul, 2021 Anton Gnibeda
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)
07 Jul, 2021 Anton Gnibeda
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
07 Jul, 2021 Robert Cemper
WSockClientMicroSV
Version 2.0.0

Adapted to OEX standards

07 Jul, 2021 Robert Cemper
IRIS-NativeAPI-Nodejs-compact
Version 2.0.0

A normalized + dockerized  V2 is now available

07 Jul, 2021 Robert Cemper
IRIS-NativeAPI-Nodejs-compact
Version 2.0.1
  • adjust public WSS echo server
  • add Demo Server
  • add WebTerminal
  • add Code Quality
06 Jul, 2021 MMichael Braam
JSON2Persistent
Version 1.0.0

Initial Release

05 Jul, 2021 Robert Cemper
Docker-micro-Durability
Version 1.1.0

It's dockerized and matches common repository standards

05 Jul, 2021 Robert Cemper
Docker-micro-Durability
Version 1.2.0
  • Code Quality check added
  • Deployed to Demo Server
05 Jul, 2021 Robert Cemper
WebSocketIRIS.js
Version 1.1.0

Docker support added.
fast install, fast remove

05 Jul, 2021 Robert Cemper
WebSocketIRIS.js
Version 1.2.0
  • The original default WSS EchoServer "wss://echo.websocket.org/" was closed by its new owners
  • A different one is used now "wss://ws.postman-echo.com/raw"
  • CodeQuality is introduced but shows Smells in ISC Native Api modules.
  • Use of DemoServer failed for this type of package
05 Jul, 2021 BBenjamin De Boe
PMML Business Operation
Version 1.1.0

Added ZPM support & improved documenation & repo structure

05 Jul, 2021 BBenjamin De Boe
iKnow
Version 1.1.0

This release rolls up a large number of changes applied since the first full v1.0 release:

  • Extended support for semantic attributes
  • Many improvements to the language models, especially English, Japanese and Czech
  • Enhancements to the CI/CD procedures' speed and reliability
  • Enhancements to user and developer documentation
  • Various bugfixes to previously reported issues

⚠️ the output format for sentence attributes with property values has changed slightly - see below for details

Semantic Attributes

The v1.1 release significantly expands iKnow's ability to identify semantic attributes in natural language text, and in particular enhances support for measurements, time and certainty. iKnow now recognizes more markers in the various supported languages and has more accurate expansion rules to identify the affected span within each sentence. Check the wiki for more details on which attributes are supported in which language.

New since v1.0 is the introduction of a Certainty attribute, which has an attribute property expressing the level of certainty. A level of 9 means an expression of absolute certainty and a level of 1 means very low confidence. While you can specify (or override) an initial level of certainty with the attribute marker definition (e.g. in the User Dictionary), rules processing may modify the value, e.g. in the context of a Negation Attribute.

This release also introduces three new Generic attributes, which can be used by developers to tag use case specific attributes not covered by the built-in attribute types. Developers can add their own marker terms for these to leverage attribute expansion to flag syntactically "affected" portions of a sentence. A basic set of expansion rules are included for these generic attributes.
For example, we've helped customers in the healthcare industry add marker terms such as "mother", "brother", etc. so that mentions of "family history" can be identified in the text: "Patient mentioned mother suffered a stroke 10y ago, but denied experiencing chest pain himself"

CI/CD Pipeline

The Continuous Integration / Continuous Deployment pipeline for this repository is implemented through GitHub Actions, and now includes standard unit tests as well as reference tests against a gold standard to ensure the highest quality output.

Compatibility Notes

We made a change to the Sentence attribute structure emitted by the iknowpy module. In v1.0, the fixed number of properties (value, unit, value2, unit2) has been converted to a list of pairs, enabling a more flexible way of passing sentence attribute properties:

    struct Sent_Attribute:
           Attribute type "type_"
           size_t offset_start "offset_start_", offset_stop "offset_stop_"
           string marker "marker_"
           string value "value_", unit "unit_", value2 "value2_", unit2 "unit2_"
           Entity_Ref entity_ref
           Path entity_vector

was changed to :

   ctypedef vector[pair[string, string]] Sent_Attribute_Parameters
   struct Sent_Attribute:
           Attribute type "type_"
           size_t offset_start "offset_start_", offset_stop "offset_stop_"
           string marker "marker_"
           Sent_Attribute_Parameters parameters "parameters_"
           Entity_Ref entity_ref
           Path entity_vector

Existing code should change as follows :

sent_attribute['value'] = sent_attribute['parameters'][0][0]
sent_attribute['unit'] = sent_attribute['parameters'][0][1]
sent_attribute['value2'] = sent_attribute['parameters'][1][0]
sent_attribute['unit2'] = sent_attribute['parameters'][1][1]
04 Jul, 2021 SSemion Makarov
posts-and-tags-dataset
Version 1.1.1

GitHub data load was added to package

29 Jun, 2021 GGuillaume Rongier
csvgen-ui
Version 1.0.3

On zpm, add info of what csvgen-ui url look like.

29 Jun, 2021 EEduard Lebedyuk
GitHubAPI
Version 1.1.0

Tokens instead of passwords.

28 Jun, 2021 MMaksim Sobolevskiy
DataGrip
Version 2021.1.3

Initial release in marketplace

28 Jun, 2021 Evgeny Shvarov
ssl-client
Version 1.0.5

fix zpm module

27 Jun, 2021 Sergey Mikhailenko
eap-sql2xlsx
Version 1.0.0

Initial Release

25 Jun, 2021 Claudio Devecchi
IRIS apiPub
Version 1.0.4

performance improvements and bug fixes

25 Jun, 2021 Claudio Devecchi
IRIS apiPub
Version 1.0.3

performance improvements and bug fixes

25 Jun, 2021 MMarcus Wurlitzer
Git for IRIS
Version 0.2.1

IRIS for Windows compatibility, update ZPM module desc

17 Jun, 2021 SSamuel Duncan
CubeEventMonitor
Version 0.1.7

correct class name in installation list and readme
(to match module.xml, there is no release for v0.1.6)

17 Jun, 2021 GGuillaume Rongier
iris-r-gateway-template
Version 1.0.0

Initial Release

17 Jun, 2021 SSamuel Duncan
CubeEventMonitor
Version 0.1.5

fix zpm install module

zpm-explorer
Version 0.1.6

Description added in module.xml

14 Jun, 2021 PPeter Steiwer
HoleFoods Adaptive Analytics Sample
Version 1.0.0

Updated name

14 Jun, 2021 AAlberto Fuentes
workshop-rest-iam
Version 1.0.1

IAM 2.3.3 added

14 Jun, 2021 TThéophile Thierry
ensemble-interoperability-formation
Version 1.0.0

Initial Release

12 Jun, 2021 AAlex Woodhead
ompare
Version 1.0.0

Initial Release