Release notes

Keep up with latest product news

3318 notes
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

02 Apr, 2023 AAlexander Potapov
HealthDrive Gateway
Version 1.0.0

Initial Release

30 Mar, 2023 Evgeny Shvarov
covid-19 analytics
Version 1.3.0

The research stopped. Hardcoded the latest data source

Google IRIS Login
Version 1.0.0

Initial Release

27 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.81
  • added date picker support for filters with %ZEN.Component.calendar class (#338)
  • added click filter for multiple widgets target defined as a comma-separated string
23 Mar, 2023 Dmitry Maslennikov
sqlalchemy-iris
Version 0.6.0

Updated to be able to work in locked down environments

23 Mar, 2023 Dmitry Maslennikov
irissqlcli
Version 0.5.1

fixed issues with suggestions
fixed work with encrypted IRIS Server

23 Mar, 2023 Evgeny Shvarov
isc-cloud-sql-python-demo
Version 1.1.0

added insert records form

23 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.79
  • added drill filter support for pivot (#16)
  • fixed hiding data labels on pie charts (#318)
22 Mar, 2023 Evgeny Shvarov
isc-cloud-sql-python-demo
Version 1.0.0

Initial Release

21 Mar, 2023 AAlberto Fuentes
iris-datapipe
Version 0.0.1

Initial Release

16 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.78
  • fixes for images, for DSW installed not in the root of the site
16 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.77
  • added support for new widget types: smiley, light bar, traffic light. fixed gauge widget (#1316)
  • fixed issue with combo chart and overrides for series type (#357)