PageRenderTime 19ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/rcdk/CHANGELOG

http://github.com/rajarshi/cdkr
#! | 220 lines | 137 code | 83 blank | 0 comment | 0 complexity | 7569adf01638eda2b5dc0183e0f59963 MD5 | raw file
  1. 2013-10-30 Guha <guhar@HG-01881061-LM8.local>
  2. * R/fingerprint.R (get.fingerprint): Updated to ensure we call
  3. Pubchem fingerprinter with appropriate constructor arguments
  4. * R/rcdk.R: Added internal helper method to get a DefaultChemObjectBuilder
  5. 2013-10-06 Guha <guhar@HG-01881061-LM8.local>
  6. * R/fingerprint.R (get.fingerprint): Included LINGO fingerprinter
  7. as an available fingerprint type
  8. * man/getfp.Rd: Updated man page to describe feature,count
  9. fingeprints. Added reference for signature fingerprint
  10. * R/fingerprint.R (get.fingerprint): Added support for the
  11. signature fingerprint. We also support the raw and count mode
  12. fingerprint types in general. If these modes are requested, the
  13. fingerprint is a featvec object
  14. 2013-01-05 Guha <guhar@citdnstjonesr.cit.nih.gov>
  15. * man/getfp.Rd: Updated man page for new fingerprints
  16. * inst/unitTests/runit.rcdk.R (test.fp): Added some simple
  17. fingerprint test cases
  18. * R/rcdk.R (get.fingerprint): Updated to use the new
  19. IBitFingerprint interface. Added support for the Kelkota Roth and shortest
  20. path fingerprinters
  21. * Updated to latest CDK master, supporting new atom types
  22. 2012-11-17 Rajarshi Guha
  23. * R/iterating.R: Updated to use the proper class for iterating
  24. over SD files. Thanks to Xavier Arroyo for reporting this
  25. 2012-09-01 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  26. * R/formula.R (get.mol2formula): Removed a debug statement
  27. 2012-07-05 Rajarshi Guha <guhar@OfficeMac.local>
  28. * inst/unitTests/runit.match.R (test.match4): Added a unit test
  29. for the new matches update
  30. * man/match.Rd: Updated man page for the matches method
  31. to describe the new argument and return values
  32. * R/matching.R (matches): Updated SMARTS matching method to return
  33. the list of atom indices that correspond to the matching substructure
  34. 2012-06-20 Rajarshi Guha <guhar@hg-01716957-lwx.nhgri.nih.gov>
  35. * R/smiles.R (parse.smiles): Updated code to recognize there
  36. is no longer a IMolecule class
  37. * R/atoms.R (get.charge): Updated code to recognize there
  38. is no longer a IMolecule class
  39. * R/desc.R (get.desc.names): Updated code to recognize there
  40. is no longer a IMolecule class
  41. * R/rcdk.R (get.title): Updated code to recognize there
  42. is no longer a IMolecule class
  43. * R/props.R (get.properties): Updated code to recognize there
  44. is no longer a IMolecule class
  45. * R/formula.R (get.mol2formula): Updated code to recognize there
  46. is no longer a IMolecule class
  47. * inst/unitTests/runit.frags.R (test.frag3): Updated to remove
  48. references to IMolecule and Molecule
  49. 2012-03-09 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  50. * R/atoms.R (get.connected.atoms): Added method to retrieve atoms
  51. connected to the specified atom.
  52. (get.atom.index): Added method to retrieve index of the atom in a
  53. molecule, starting from 0
  54. * R/props.R (get.property): Updated to check for null molecule
  55. objects. Also made property retrieval more robust by checking
  56. explicitly for exceptions
  57. 2012-02-26 Rajarshi Guha <guhar@niaaa-lptroach.niaaa.nih.gov>
  58. * inst/doc/rcdk.Rnw: Updated vignette to not evaluate all descriptors for all molecules.
  59. Instead we now hand pick a few descriptors for the example on predictive models
  60. 2012-02-23 Rajarshi Guha <guhar@dk31r9a06lp5a.niddk.nih.gov>
  61. * man/getfp.Rd: Updated documentation for the new parameters in
  62. get.fingerprint and iload.molecules
  63. 2012-02-22 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  64. * R/rcdk.R (get.fingerprint): Updated to manually check for
  65. exceptions and if one occurs optionally print it out (depending on
  66. the value of he verbose parameter)
  67. 2011-12-13 Rajarshi Guha <guhar@citdcssgoldi7lt.cit.nih.gov>
  68. * Updated NAMESPACE to export the .get.desc.value method
  69. 2011-11-01 Rajarshi Guha <guhar@OfficeMac.local>
  70. * Convert package to use a namespace
  71. * Updated to use CDK 1.4.5
  72. 2011-10-04 Rajarshi Guha <guhar@OfficeMac.local>
  73. * Updated to latest CDK 1.4.x branch, so that SDF writing now
  74. properly takes into account aromatic bond types.
  75. 2011-08-10 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  76. * man/loadmol.Rd: Added examples for using load.molecules
  77. * R/iterating.R (hasNext.iload.molecules): Made more robust by
  78. checking that the file exists before trying to load it
  79. * R/io.R (load.molecules): If non-existant file is specified we
  80. now report the error properly
  81. 2011-07-23 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  82. * Updated to latest CDK library
  83. 2011-06-19 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  84. * R/formula.R (set.charge.formula): Updated default argument to
  85. match docs
  86. * man/viewmol2d.Rd: Fixed documentation typo
  87. * man/setchargeformula.Rd: Fixed documentation error
  88. 2011-06-18 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  89. * R/visual.R (view.molecule.2d): Updated some methods to make use
  90. of the OS X helper. This allows users on OS X to view single
  91. molecules in a Swing window and copy PNG depictions to the system clipboard
  92. * man/props.Rd: Updated man page for the new volume method
  93. * R/desc.R (get.volume): Added helper method to get molecular
  94. volume based on the VABC method.
  95. 2011-06-11 Rajarshi Guha <guhar@nida01768669-lt.nida.nih.gov>
  96. * man/getfp.Rd: Updated fingerprint man page for the new one
  97. * R/rcdk.R (get.total.formal.charge): Fixed typo in variable name
  98. (get.fingerprint): Added support for the new Hybridization fingerprinter
  99. * man/viewmol2d.Rd: Updated man page for the new clipboard
  100. copy method
  101. * R/visual.R (copy.image.to.clipboard): Added function
  102. to copy 2D depiction to system clipboard
  103. * Updated to latest stable CDK release
  104. 2011-05-06 Rajarshi Guha <guhar@guest-193-062-206-199.wtgc.org>
  105. * man/gettotalcharge.Rd: Added man page entry for the total
  106. formal charge function.
  107. * R/rcdk.R (get.total.formal.charge): Added new function to
  108. return the total formal charge. Also updated get.total.charge
  109. to recognize when partial charges are unset and in such a case
  110. return the sum of formal charges
  111. 2011-02-20 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  112. * Updated CDK jar file to latest master plus some
  113. cherry picks from 1.4
  114. * NAMESPACE: Added a specific export for hasNext
  115. 2010-11-08 Rajarshi Guha <guhar@office>
  116. * R/rcdk.R (get.exact.mass): Updated to check for exception when
  117. getting exact mass and print a more useful message.
  118. (get.natural.mass): Same as above
  119. 2010-11-07 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  120. * man/getproperty.Rd: Updated man page for get.title
  121. * R/rcdk.R (get.title): Added a helper method to get the title
  122. of a molecule.
  123. * inst/doc/rcdk.Rnw (section{Input / Output}): Added a description
  124. of how to use the iterating version of the molecule loader
  125. * R/iterating.R (nextEl): Updated iterator so that we don't skip
  126. the first molecule. Also reorganized the code so that it makes
  127. more sense
  128. 2010-10-21 Rajarshi Guha <guhar@Rajarshi-Guha-MacBook-Pro.local>
  129. * Updated to latest CDK (1.4.x) which resolves bugs in formula
  130. generation and reading SD tags consisting of single spaces. Also
  131. updates to Murkco fragmentatin code which ensures that the proper
  132. fragments are returned when requested as molecule objects. This
  133. version also includes 3 new descriptors (FMF, acidic group and
  134. basic group counts).
  135. 2010-05-29 Rajarshi Guha <guhar@OfficeMac.local>
  136. * man/getfp.Rd: Updated docs for the newly included Pubchem fingerprint
  137. * R/rcdk.R: Updated fingerprinter to support the Pubchem fingerprints