Releases: molbiodiv/biojs-io-biom
Releases · molbiodiv/biojs-io-biom
Version 1.0.9
Version 1.0.8
- Add proper handling of arrays as metadata (replace with empty object, fixes PHPs json decode/encode problem with empty objects)
Version 1.0.7
- Add 'Table' to cv for type. Improves interoperability with python tool.
Version 1.0.6
- Add filter function
- Add norm function
- Add transform function
- Add pa function to convert data to absence/presence
Version 1.0.5
- Export numeric metadata as string (compatibility with BIOM v2.1)
Version 1.0.4
- Handle nested metadata (import/export)
Version 1.0.3
- Override toString function to get JSON
- Add capability of deep attributes in getMetadata
- Add capability of deep attributes in addMetadata
- Add minimal required node version
- Fix installation instructions
Version 1.0.2
- Fix installation via npm
- Fix minfied version of js
Version 1.0.1
- Init metadata in
rows
andcolumns
Version 1.0.0
- Add
matrix_type
agnostic getter/setter fordata
- Add static methods
sparse2dense
anddense2sparse
- Update
data
on setcolumns
- Update
data
on setrows
- Check
data
for correct dimensions - Check
rows
andcolumns
for missing or duplicate ids - Make
shape
property read only - Check
shape
on construction - Add getter for
nnz
(#10) - Add
data
transformation tomatrix_type
setter (#3)