Skip to content

Releases: molbiodiv/biojs-io-biom

Version 1.0.9

28 Jul 11:39
v1.0.9
7d0f865
Compare
Choose a tag to compare
  • Add transpose function
  • Update dependencies
  • Add yarn as dependency manager

Version 1.0.8

10 Apr 17:35
v1.0.8
facd869
Compare
Choose a tag to compare
  • Add proper handling of arrays as metadata (replace with empty object, fixes PHPs json decode/encode problem with empty objects)

Version 1.0.7

21 Mar 15:53
v1.0.7
Compare
Choose a tag to compare
  • Add 'Table' to cv for type. Improves interoperability with python tool.

Version 1.0.6

22 Dec 11:54
v1.0.6
a847378
Compare
Choose a tag to compare
  • Add filter function
  • Add norm function
  • Add transform function
  • Add pa function to convert data to absence/presence

Version 1.0.5

08 Nov 10:06
v1.0.5
Compare
Choose a tag to compare
  • Export numeric metadata as string (compatibility with BIOM v2.1)

Version 1.0.4

08 Nov 09:10
v1.0.4
Compare
Choose a tag to compare
  • Handle nested metadata (import/export)

Version 1.0.3

03 Nov 14:39
v1.0.3
Compare
Choose a tag to compare
  • 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

15 Sep 13:56
v1.0.2
Compare
Choose a tag to compare
  • Fix installation via npm
  • Fix minfied version of js

Version 1.0.1

07 Sep 09:10
v1.0.1
Compare
Choose a tag to compare
  • Init metadata in rows and columns

Version 1.0.0

06 Sep 15:26
v1.0.0
Compare
Choose a tag to compare
  • Add matrix_type agnostic getter/setter for data
  • Add static methods sparse2dense and dense2sparse
  • Update data on set columns
  • Update data on set rows
  • Check data for correct dimensions
  • Check rows and columns for missing or duplicate ids
  • Make shape property read only
  • Check shape on construction
  • Add getter for nnz (#10)
  • Add data transformation to matrix_type setter (#3)