Changes for version 1.11 - 2013-06-18

  • New features
  • can specify history in IdType, rather than just in Master
  • new 'show_schema_graph' method Bug fixes
  • in 'validate', check for unmatched ids has to be case insensitive because MySQL does case intensive comparisons, e.g., searching for 'htt' as gene_symbol
  • detect isolated IdTypes, ie, IdTypes not contained in any MapTable. previously, load_implicit_masters would generate illegal empty query

Changes for version 1.11_05 - 2013-06-15

  • RC2 for 1.11 Bug fixes (tests)
  • select_ur was setting status field to undef (should be 0) when invalid input id was not lower case. bug introduced by support for case insensitive comparisons in 1.11_01 Improved tests
  • added 036.validate_case to test case insensitive validate
  • added tests for case insensitive non-matching ids in 112.validate_case

Changes for version 1.11_04 - 2013-06-14

  • RC1 for 1.11 Bug fixes (tests)
  • replaced calls to cmp_set with cmp_set_quietly to avoid superfluous test output. error introduced in 1.11_03

Changes for version 1.11_03 - 2013-06-13

  • Bug fixes (tests)
  • fixed more tests that failed because of hash key randomization in 5.18. thanks again to CPAN testers for finding this problem!

Changes for version 1.11_02 - 2013-06-12

  • Bug fixes (tests)
  • fixed tests that failed because of hash key randomization in 5.18. thanks to CPAN testers for finding this problem!

Changes for version 1.11_01 - 2013-06-11

  • Bug fixes
  • in 'validate', check for unmatched ids has to be case insensitive because MySQL does case intensive comparisons, e.g., searching for 'htt' as gene_symbol
  • detect isolated IdTypes, ie, IdTypes not contained in any MapTable. previously, load_implicit_masters would generate illegal empty query New features
  • can specify history in IdType, rather than just in Master
  • new 'show_schema_graph' method Deleted vestigal logging code, mostly from Data::Babel::Base

Modules

Translator for biological identifiers

Provides

in lib/Data/Babel/Base.pm
in lib/Data/Babel/Config.pm
in lib/Data/Babel/HAH_MultiValued.pm
in lib/Data/Babel/HAH_MultiValued.pm
in lib/Data/Babel/HAH_MultiValued.pm
in lib/Data/Babel/IdType.pm
in lib/Data/Babel/MapTable.pm
in lib/Data/Babel/Master.pm