Release notes

Keep up with latest product news

3687 notes
19 Apr, 2023 Shanshan Yu
IntegratedML-IRIS-Cloud-Height-prediction
Version 1.0.0

Initial Release

Tokenizator
Version 1.0.0

Initial Release

18 Apr, 2023 EEduard Lebedyuk
MDX2JSON
Version 3.2.20

dimension type

18 Apr, 2023 MMaria Gladkova
Sheep’s Galaxy
Version 1.0.6

add article

18 Apr, 2023 MMaria Gladkova
Sheep’s Galaxy
Version 1.0.5

update readme

18 Apr, 2023 OOleh Dontsov
Customer churn predictor
Version 1.0.0

Added demo link

18 Apr, 2023 OOleh Dontsov
AI text detection
Version 1.0.1

Added demo link

18 Apr, 2023 GGevorg Arutiunian
ISC DEV
Version 2023.0.5

Contest badge removed

18 Apr, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.85
  • added check for date picker filter by targetPropertyDataType equals to %DeepSee.Time.DayMonthYear

3.1.84

  • fixed issue with date picker and single date selection
17 Apr, 2023 MMaria Gladkova
Sheep’s Galaxy
Version 1.0.4

update

workshop-sql-jgw
Version 1.0.0

Initial Release

17 Apr, 2023 MMaria Gladkova
Sheep’s Galaxy
Version 1.0.3

add demo

17 Apr, 2023 MMaria Gladkova
Sheep’s Galaxy
Version 1.0.2

update

17 Apr, 2023 OOleh Dontsov
AI text detection
Version 1.0.0

Initial Release

16 Apr, 2023 Muhammad Waseem
iris-mlm-explainer
Version 1.0.0

Initial Release

16 Apr, 2023 MMaria Gladkova
Sheep’s Galaxy
Version 1.0.1

update

16 Apr, 2023 AAlex Woodhead
PyHelper
Version 1.0.2

Multidimensional Property access from Python:

  • MultiGet - Retrieve the simple value or default from root or sub-key of multidimensional property. Optionally Use "None" for default value.
  • MultiSet - Set the value of multidimensional property at property root or sub-key
  • MultiKeys - Return a Python list of key names, from property root or property sub-key
  • MultiReplace - Replace the whole property data or a sub-key with a python dictionary
  • MultiMerge - Merge a python dictionary to root multidimensional property or sub-key
  • MultiDel - Delete whole multidimensional property data or just a subkey
16 Apr, 2023 Dmitry Maslennikov
superset-iris
Version 0.1.0

Initial Release

16 Apr, 2023 MMaria Gladkova
Sheep’s Galaxy
Version 1.0.0

Initial Release

15 Apr, 2023 OOliver Wilms
audit-consolidator
Version 0.0.1

Initial Release

14 Apr, 2023 AAlex Woodhead
PyHelper
Version 1.0.0

Initial Release

14 Apr, 2023 AAlex Woodhead
PyHelper
Version 1.0.1

Expands the scope of tuple returned to Python when invoking IRIS methods from Embedded Python.
In addition to receiving IRIS method output parameters this update adds support for:

  • Profiling method signatures inheriteted from base classes
  • Optionally Returning ByRef literals in the output Tuple
  • Optionally Returning special variable %objlasterror in the output Tuple
12 Apr, 2023 Evgeny Shvarov
zpm-dockerhub
Version 2.0.0

Support of environment variables and initial scripts is introduced.

added support for environment variables to set username, password and namespace

if set IRIS_USERNAME and user does not exists it will create, by default _SYSTEM user is used
if set IRIS_PASSWORD it will set password for IRIS_USERNAME or for _SYSTEM by default
if set IRIS_NAMESPACE it will create the namespace, default is USER

Support of initialization scripts is introduced.

mount folder with scripts to /docker-entrypoint-initdb.d/
expected extensions sql, sql.gz and sh

sh file may contain shebang like this, will be executed in IRIS_NAMESPACE

#!/usr/bin/env iriscli

write !,"Hello"
zpm "install dsw"

sql file, will be executed in Python Embedded mode by irissqlcli

Example

docker run -it \
 -p 9090:52773
 -e IRIS_PASSWORD=demo \
 -e IRIS_USERNAME=demo \
 -e IRIS_NAMESPACE=demo \
 intersystemsdc/iris-community:latest

Will start IRIS with already defined user demo with password demo, and created namespace DEMO

Supports Docker secrets, too

10 Apr, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.83
  • fixed issue with pivot table style (#311)
  • changed date format for MDX requests for horolog (#338)
  • fixed refresh issue for pivot table (#188)
workshop-dicom-orthanc
Version 1.0.0

Initial Release

09 Apr, 2023 Evgeny Shvarov
iris-interoperability-template
Version 0.2.0

Now supports JSON messages representation using json-trace package by Guillame Rongier
Image

05 Apr, 2023 EEduard Lebedyuk
MDX2JSON
Version 3.2.19

KPI drillthrough

03 Apr, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.82
  • added new design for pivot tables (#311)
  • fixed issue with embed=1 (#361)
  • added support for setFilter, setRowSpec actions (#281)
  • added sourceURL generation for addon files loaded at runtime for better access using dev tools
  • fixed issue with highcharts map rendering charts
  • fixed click filter for world map (#183)
03 Apr, 2023 GGuillaume Rongier
JsonTraceViewer
Version 1.0.0

Initial Release

03 Apr, 2023 GGuillaume Rongier
JsonTraceViewer
Version 1.0.1

bump version