Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Tags: chartshq/datamodel

Tags

v3.0.0

Toggle v3.0.0's commit message
API Changes

 - Load data asynchronously
 - DataModel constructor now takes an object of data and schema instead of two separate parameters
 - Select operation now takes a json object for query instead of a function
 - GroupBy operation now takes an array of objects containing aggregation function and field name instead of an object in second parameter

Improvements
 - Improve performance of data operations using webassembly
 - Use web workers to load data
 - Improve data propagation performance
 - Dispose api is added which must be called when the datamodel is no longer used for freeing the memory

v2.3.1

Toggle v2.3.1's commit message
Merge branch 'release/v2.3.1'

v2.3.0

Toggle v2.3.0's commit message
API Changes

- Introduced field registry to register new type of fields
- Introduced data converter registry for registering new types of data converters like geojson,tsv,etc

Bug Fixes
- Fix temporal field domain method
- Fix propagation when row id is passed in identifiers
- Minor bug fixes

v2.2.3

Toggle v2.2.3's commit message
Bugs

- Fix issue in dsv string parser
- Various bug fixes

v2.2.2

Toggle v2.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Improvements

- Ability to use multi-sorting while retaining the group order
- Improve data point iterator for date/time field

Bugs
- Fix sorting and propagation
- Various bug fixes

v2.2.1

Toggle v2.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Improvements

 - Increased performance for select operator
 - Various bug fixes

v2.2.0

Toggle v2.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Improvements

- Add APIs for derivation
- Validate field type and subtype in schema
- Add alias property for a field in schema

Bugs
- Fix derivation issue for sort API

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Improvements

- Manage handling of null / undefined / not parseable data
- Improve field hierarchy and provides additional field APIs

Bugs
- General bug fixing

v2.0.2

Toggle v2.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Various improvements

- Better handling of mutable and immutable actions

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Bug fixes

Bugs
- Retifies firing of propagation funciton multiple time while DAG receives propagation puleses