Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First small bug fixes #1

Open
wants to merge 415 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 30, 2021

  1. minor

    michaelwenk committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b3badc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. assignments can now hold more than only one single assignment index (…

    …equivalences); small optimisations
    michaelwenk committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    a7ed157 View commit details
    Browse the repository at this point in the history
  2. disabled SHIH in PyLSDInputFileBuilder.java

    michaelwenk committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    6f531ff View commit details
    Browse the repository at this point in the history
  3. added RankedResultSDFParser

    michaelwenk committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    da49058 View commit details
    Browse the repository at this point in the history
  4. Match: when checkEquivalencesCount is set to true then check for equa…

    …l number instead of less or equal
    michaelwenk committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    93861d0 View commit details
    Browse the repository at this point in the history
  5. fix: an error when passing conditions

    michaelwenk committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e731835 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. feat: changed "mf" to "mfOriginal" and added alphabetic sorted mf as …

    …"mf"
    michaelwenk committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    716dcff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde083d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    6b1b4ec View commit details
    Browse the repository at this point in the history
  2. fix: multiplicity check when searching for equivalence signals; use m…

    …edian for predicted shift calculation instead of mean
    michaelwenk committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3545940 View commit details
    Browse the repository at this point in the history
  3. fix: added missing multiplicity check when searching for equivalence …

    …signals
    michaelwenk committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    519bb94 View commit details
    Browse the repository at this point in the history
  4. feat: added PyLSD ELIM P1 and P2 parameters

    michaelwenk committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    2cbcec5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5d758a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    090cc43 View commit details
    Browse the repository at this point in the history
  2. feat: re-added SHIH in PyLSD input file

    michaelwenk committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    bf82a1a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    82c8f19 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. chore: replace default constructors, setters and getters by lombok an…

    …notations
    michaelwenk committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    bd3818f View commit details
    Browse the repository at this point in the history
  2. chore: replace default constructors, setters and getters by lombok an…

    …notations (2)
    michaelwenk committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    d041935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17d1ca9 View commit details
    Browse the repository at this point in the history
  4. feat: added setSignal method to Spectrum

    michaelwenk committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    6bb4077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2711a3 View commit details
    Browse the repository at this point in the history
  6. feat: added addAssignment method to Assignment

    michaelwenk committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    df12f85 View commit details
    Browse the repository at this point in the history
  7. fix: too high index when checking the dimension

    michaelwenk committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    561c0df View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. fix: init non-empty arrays for equivalences

    michaelwenk committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    61b9d3b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. fix: use own deep clone method Assignment

    michaelwenk committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    14c9469 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    3be9b47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287baf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec921de View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. fix: buildFilters expects direct paths to filters

    michaelwenk committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    63ef95d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. feat: added parseRankedResultSDFile methods

    michaelwenk committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    5434788 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. feat: integration of HOSECodeBuilder project

    michaelwenk committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    acc54ba View commit details
    Browse the repository at this point in the history
  2. feat: updated README.md

    michaelwenk committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    54afba9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. fix: replaced HashSet by Set

    michaelwenk committed May 5, 2021
    Configuration menu
    Copy the full SHA
    bcc849e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    9b57ef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    0327450 View commit details
    Browse the repository at this point in the history
  2. fix: parse multiplicities with toLowerCase

    michaelwenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    3f174f7 View commit details
    Browse the repository at this point in the history
  3. feat: added H to HOSE code node weight

    michaelwenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    881fad3 View commit details
    Browse the repository at this point in the history
  4. feat: added methods to add and convert implicit to explicit hydrogens…

    … and to calculate the RMS value
    michaelwenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b3a0a6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af7a27e View commit details
    Browse the repository at this point in the history
  6. feat: added method to build HOSE code statistics

    michaelwenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    aa194fa View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. feat: added ExtendedHOSEGenerator

    michaelwenk committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    ad3c42f View commit details
    Browse the repository at this point in the history
  2. feat: added Utils class for DB services

    michaelwenk committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    ec2d00c View commit details
    Browse the repository at this point in the history
  3. feat: added COCONUT data set import

    michaelwenk committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    76e24db View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. chore: update of toString method

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    82c0f99 View commit details
    Browse the repository at this point in the history
  2. chore: update of toString method

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    aa7ff8a View commit details
    Browse the repository at this point in the history
  3. fix: improvement in multiplicity picking

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    337fc52 View commit details
    Browse the repository at this point in the history
  4. fix: return lower case multiplicity string

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    e5794d1 View commit details
    Browse the repository at this point in the history
  5. fix: wrong explicit H removals; optional second sprectrum property st…

    …ring
    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    46aa804 View commit details
    Browse the repository at this point in the history
  6. feat: added HOSECodeShiftStatistics

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    e2185a6 View commit details
    Browse the repository at this point in the history
  7. chore: added GSON and BSON as dependencies

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    14c5f0b View commit details
    Browse the repository at this point in the history
  8. chore: use CDK@2.5

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    ef42758 View commit details
    Browse the repository at this point in the history
  9. feat: added method for simple signal addition

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    7022ed9 View commit details
    Browse the repository at this point in the history
  10. fix: restore to previous multiplicity picking

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    b0ad16a View commit details
    Browse the repository at this point in the history
  11. fix: multiple multiplicity filter when adding a signal

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    7188b4e View commit details
    Browse the repository at this point in the history
  12. fix: set node weight for explicit H to 0

    michaelwenk committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    8da8922 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. fix: crash when adding assignments in higher dimension

    michaelwenk committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ecd4c08 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. feat: addSignal now returns the index of added signal and enables pic…

    …k precision for each dimension
    michaelwenk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    7f3abee View commit details
    Browse the repository at this point in the history
  2. chore: removed unused method

    michaelwenk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c40b943 View commit details
    Browse the repository at this point in the history
  3. feat: integration of 1D and 2D spectrum prediction based on HOSE code…

    … (no diastereotopic distinctions for now)
    michaelwenk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    51e35d1 View commit details
    Browse the repository at this point in the history
  4. chore: removed outputs

    michaelwenk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a89327c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. feat: specified HSQC und edited HSQC methods

    michaelwenk committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    bba7784 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. feat: new fragmentation functionality and movement of connection tree…

    … (node) model classes
    michaelwenk committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fefb9ef View commit details
    Browse the repository at this point in the history
  2. feat: added getUnsaturatedAtomIndices method

    michaelwenk committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f153caf View commit details
    Browse the repository at this point in the history
  3. feat: added a wrapper method to build a fragment

    michaelwenk committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9fbcbf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. feat: added isPseudoNode property to ConnectionTreeNode

    michaelwenk committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f67787c View commit details
    Browse the repository at this point in the history
  2. fix: bugfixes and improvements when building fragments

    michaelwenk committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    62a1e3a View commit details
    Browse the repository at this point in the history
  3. fix: fixed an issue when closing rings

    michaelwenk committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3c171d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. feat: added toString method to ConnectionTreeNode and enabled to set …

    …parent node and bond to parent node
    michaelwenk committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0e74ce2 View commit details
    Browse the repository at this point in the history
  2. feat: added addSubtree method to ConnectionTree class

    michaelwenk committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    ad054e2 View commit details
    Browse the repository at this point in the history
  3. feat: improvement of fragmentation by ring extension via a given maxS…

    …phereRing and bugfixes
    michaelwenk committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8fc8044 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. feat: added method for checking equivalences

    michaelwenk committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    34ee705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f6f76 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. fix: fixed invalid atom index usage

    michaelwenk committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    b19035c View commit details
    Browse the repository at this point in the history
  2. fix: ensure pseudo atom when converting ExtendedConnectionMatrix to I…

    …AtomContainer
    michaelwenk committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6f682a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d45b897 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. feat: consider fused ring systems in fragmentation too

    michaelwenk committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    31c5c8b View commit details
    Browse the repository at this point in the history
  2. feat: implemented separated method buildRingFragmentTrees and method …

    …descriptions were added
    michaelwenk committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    97311d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. feat: added closeRings for IAtomContainer as input too

    michaelwenk committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    b01d927 View commit details
    Browse the repository at this point in the history
  2. feat: added initKeySet method to ConnectionTree

    michaelwenk committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    0d0652b View commit details
    Browse the repository at this point in the history
  3. chore: moved additional methods to FragmentationUtils

    michaelwenk committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    03f4d2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d7269f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    36781bc View commit details
    Browse the repository at this point in the history
  2. fix: thrown exception if both multiplicities are null while checking …

    …them
    michaelwenk committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    47b9fad View commit details
    Browse the repository at this point in the history
  3. fix: parse empty multiplicity as null

    michaelwenk committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    7f521ed View commit details
    Browse the repository at this point in the history
  4. feat: added methods for MF comparisons and allow different aromaticit…

    …y models
    michaelwenk committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    43a23aa View commit details
    Browse the repository at this point in the history
  5. feat: added ErtlFunctionalGroup class containing helper methods regar…

    …ding ErtlFunctionalGroupsFinder
    michaelwenk committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    c3df5ba View commit details
    Browse the repository at this point in the history
  6. Delete LICENSE

    Michael Wenk authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    9565873 View commit details
    Browse the repository at this point in the history
  7. Create LICENSE

    Michael Wenk authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    5e225d5 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Michael Wenk authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    184c760 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into add-fragmentation

    michaelwenk committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    ec7d2c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. fix: adaption to changes of getIndices() in Assignment

    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    f64bf37 View commit details
    Browse the repository at this point in the history
  2. Delete LICENSE

    Michael Wenk authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    287e84c View commit details
    Browse the repository at this point in the history
  3. Create LICENSE

    Michael Wenk authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4a37bdd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into add-fragmentation

    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    24a6eba View commit details
    Browse the repository at this point in the history
  5. feat: pasted ErtlFunctionalGroupsFinder class

    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    95a8c77 View commit details
    Browse the repository at this point in the history
  6. feat: store RMSD and average deviation in sub-datasets via findMatche…

    …s method
    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    ffa81d8 View commit details
    Browse the repository at this point in the history
  7. chore: removed unused MongoDB class

    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3dd950c View commit details
    Browse the repository at this point in the history
  8. chore: moved methods from old Utils class to new Statistics and Utils…

    … class
    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0c5a1bd View commit details
    Browse the repository at this point in the history
  9. chore: moved calculation methods for RMSD and average deviation to St…

    …atistics class
    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a555a9d View commit details
    Browse the repository at this point in the history
  10. chore: moved "fragmentation" into new "fragments" package; moved gene…

    …ral utility methods for fragments to new FragmentUtilities class
    michaelwenk committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6bb045a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2cf185d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65de333 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. fix: allow unsaturated fragments only

    michaelwenk committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2506cf4 View commit details
    Browse the repository at this point in the history
  2. feat: added general getDeviation method and possibility to use previo…

    …us assignments
    michaelwenk committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    adc838a View commit details
    Browse the repository at this point in the history
  3. chore: added notice to BFS method (book by Elyashberg, Williams and B…

    …linov)
    michaelwenk committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    17b9b08 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from michaelwenk/add-fragmentation

    feat: add fragmentation and functional groups
    Michael Wenk authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    69b1635 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. feat: introduction of maximum average deviation for dereplication and…

    … elucidation
    michaelwenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    42722b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. feat: added usePrediction to ElucidationOptions

    michaelwenk committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    866ccf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9c1a6d View commit details
    Browse the repository at this point in the history
  3. feat: added general SDF parser

    michaelwenk committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3d4a7f1 View commit details
    Browse the repository at this point in the history
  4. chore: switched solvent and nucleus parameter

    michaelwenk committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    abddd24 View commit details
    Browse the repository at this point in the history
  5. feat: added withExplicitH parameter to HOSE code statistic collection…

    … and usage of outlier removal
    michaelwenk committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    cd4df4d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. feat: added default values for fluorine

    michaelwenk committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    0f2b27f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a681c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    7638f88 View commit details
    Browse the repository at this point in the history
  2. chore: marked RankedResultSDFParser.java as deprecated

    michaelwenk committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    eb12c6a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    abfa9ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfc272 View commit details
    Browse the repository at this point in the history
  3. chore: improvements in MultiplicitySectionsBuilder

    michaelwenk committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7190371 View commit details
    Browse the repository at this point in the history
  4. chore: added dimension of spectrum

    michaelwenk committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9d00efd View commit details
    Browse the repository at this point in the history
  5. feat: added method to calculate the Tanimoto coefficient between two …

    …spectra
    michaelwenk committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5da296d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. feat: improvement of matching between two spectra by using minimal di…

    …stances
    michaelwenk committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    743d5b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    cc41b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3a77d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. chore: optimisation of toString method in Assignment

    michaelwenk committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    fe85d82 View commit details
    Browse the repository at this point in the history
  2. fix: initialise meta map when adding an info in DataSet

    michaelwenk committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    bdd0053 View commit details
    Browse the repository at this point in the history
  3. fix: use case insensitive comparison of multiplicities

    michaelwenk committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ebd336e View commit details
    Browse the repository at this point in the history
  4. feat: added atomContainerToDataSet method to Utils

    michaelwenk committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d996b77 View commit details
    Browse the repository at this point in the history
  5. feat: added methods to parse SMILES from file in Parser

    michaelwenk committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f89a92c View commit details
    Browse the repository at this point in the history
  6. feat: added optional hybridizations to check when searching for goodl…

    …ist and badlist elements; added matchAssignment to meta info
    michaelwenk committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    04a3969 View commit details
    Browse the repository at this point in the history
  7. feat: added ConnectivityStatistics class

    michaelwenk committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cc5505d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    ef293a3 View commit details
    Browse the repository at this point in the history
  2. chore: receive general dataSet list when collecting functional groups…

    … (instead of path to NMRShiftDB)
    michaelwenk committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    8a1fe38 View commit details
    Browse the repository at this point in the history
  3. chore: simplification and renaming of ExtendedConnectionMatrix into E…

    …xtendedAdjacencyList
    michaelwenk committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b9cfc9f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. chore: optimisation of ExtendedAdjacencyList

    michaelwenk committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e03a404 View commit details
    Browse the repository at this point in the history
  2. fix: check for null value of hybridisation state

    michaelwenk committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9eecafe View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    856fe5a View commit details
    Browse the repository at this point in the history
  2. chore: optimisations on Spectrum class

    michaelwenk committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    ec92521 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    d74ee7e View commit details
    Browse the repository at this point in the history
  2. fix: pre-set carbon hybridization states when having at least two pro…

    …tons
    michaelwenk committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    ac7e74a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    fbd8f51 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. chore: usage of more compact classes in DataSet

    michaelwenk committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5e5aa8b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. chore: extracted buildConnectivityStatistics method

    michaelwenk committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    145c1c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    7dea28c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. feat: use connectivity information to forbid bonds between an atom an…

    …d a group of atoms
    michaelwenk committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    22d2bd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. chore: renamed nmrdisplayer package to nmrium

    michaelwenk committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6850f57 View commit details
    Browse the repository at this point in the history
  2. chore: changed string values to numeric ones; hybridizationConversion…

    …Map contains atom type as key instead of nucleus
    michaelwenk committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f56ab3a View commit details
    Browse the repository at this point in the history
  3. feat: use hybridization statistics too to forbid bonds

    michaelwenk committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    53d50eb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. feat: use SHIX command in PyLSD to let it recognise equivalent atoms …

    …by shift values
    michaelwenk committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    b3dc392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373d1b5 View commit details
    Browse the repository at this point in the history
  3. feat: simplified connectivity statistics filtering

    michaelwenk committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e272d43 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. chore: simplification in Constants

    michaelwenk committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    168277e View commit details
    Browse the repository at this point in the history
  2. feat: use utility classes for LIST and PROP creation and extension of…

    … connection forbids; allow multiple hybridizations
    michaelwenk committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    04e407f View commit details
    Browse the repository at this point in the history
  3. feat: ability to use of INADEQUATE information

    michaelwenk committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    deda39c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. fix: use unique hybridization states in MULT

    michaelwenk committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    d08bc3a View commit details
    Browse the repository at this point in the history
  2. fix: wrong if conditions for setting possible hybridizations of heter…

    …o atoms
    michaelwenk committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    dd39bcd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. fix: enable max ring size when detecting rings for ring fragment tree…

    …s building
    michaelwenk committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    68aa8d2 View commit details
    Browse the repository at this point in the history
  2. feat: added correlationListToSpectrum1D method to Utils

    michaelwenk committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    664fa34 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. feat: added getFileContent method to FileSystem

    michaelwenk committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e1bc684 View commit details
    Browse the repository at this point in the history
  2. feat: added MultiThreading class

    michaelwenk committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    af01c1e View commit details
    Browse the repository at this point in the history
  3. chore: NMRium signal classes use a common parent class

    michaelwenk committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    fdc155b View commit details
    Browse the repository at this point in the history
  4. chore: adoptions regarding change in correlation data structure in nm…

    …r-correlation package
    michaelwenk committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ad465b0 View commit details
    Browse the repository at this point in the history
  5. chore: changed "phase" class member to Integer

    michaelwenk committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1e71690 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    341f847 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. chore: made buildForbiddenNeighborHybridizationsAndProtonCounts more …

    …general to re-use it
    michaelwenk committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b97c87b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. fix: do not start proton atom count at heavy atom count

    michaelwenk committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    0f8b38a View commit details
    Browse the repository at this point in the history
  2. chore: receive forbidden neighbors from external

    michaelwenk committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    78f16f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. chore: simplification of neighborhood -> occurrences without hybridiz…

    …ation layer & use of set neighbors
    michaelwenk committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2e21330 View commit details
    Browse the repository at this point in the history
  2. chore: renamed requestID to pattern

    michaelwenk committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    8848e4e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. feat: re-use hybridizations

    michaelwenk committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7a760ec View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. chore: separated DEFF and FEXP

    michaelwenk committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    02c9b83 View commit details
    Browse the repository at this point in the history
  2. chore: use common method for forbidden or set neighbors LIST and PROP…

    … creation
    michaelwenk committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6dbb349 View commit details
    Browse the repository at this point in the history
  3. chore: use common method for forbidden or set neighbors LIST and PROP…

    … creation
    michaelwenk committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0cd0f95 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. chore: moved buildFixedNeighborsByINADEQUATE method to Utilities clas…

    …s && created buildBONDByFixedNeighbors method
    michaelwenk committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    337fb78 View commit details
    Browse the repository at this point in the history
  2. chore: use Java 11

    michaelwenk committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    08376c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from michaelwenk/re-insert-hybridzations

    feat: re-use hybridzations
    Michael Wenk authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    b946cee View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    706b44a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. fix: do not check state of correlation data in buildPyLSDInputFileCon…

    …tent method anymore
    michaelwenk committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    caeb7eb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. fix: simplification regarding equivalences and HSQC and HMBC section …

    …creation
    michaelwenk committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    aeeb3fe View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. feat: introduction of Detections class

    michaelwenk committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    acc15f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. chore: expect Correlations as input instead of Data in buildPyLSDInpu…

    …tFileContent
    michaelwenk committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a72534b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. chore: extension of LSD Constants

    michaelwenk committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    93549cc View commit details
    Browse the repository at this point in the history
  2. fix: mentioning of casekit in PyLSD header builder

    michaelwenk committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a38c399 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    fb89655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3d4b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    e854c2c View commit details
    Browse the repository at this point in the history
  2. chore: do not use specific neighbor hybridization states for now && s…

    …implifications
    michaelwenk committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    1917470 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. feat: introduction of Grouping class

    michaelwenk committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f9f6982 View commit details
    Browse the repository at this point in the history
  2. fix: forbidden list was incomplete

    michaelwenk committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    953c7e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. feat: allow flexible HMBC and COSY

    michaelwenk committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    be04b5a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    59de93b View commit details
    Browse the repository at this point in the history
  2. feat: added onAtomTypeLevel parameter to filterExtractedConnectivitie…

    …s method & added convertToNumericHybridizationMapKeys method
    michaelwenk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    f7bc142 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. feat: added buildOccurrenceStatistics method in ConnectivityStatistic…

    …s.java
    michaelwenk committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    cb121c5 View commit details
    Browse the repository at this point in the history
  2. feat: use grouping information when building HMBC or COSY PyLSD input…

    … file section
    michaelwenk committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e0f67b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. fix: do not insert incomplete HMBC or COSY lines in PyLSD file by mis…

    …sing proton attachments
    michaelwenk committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e7abbe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. chore: introduction of MolecularConnectivity class && extended list o…

    …f default atoms and use of all valencies in MULT section
    michaelwenk committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    b93c91b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. chore: added Si properties to Constants

    michaelwenk committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e1b3aec View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    24e32e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. chore: moved Distance.java to model class

    michaelwenk committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    52100c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. chore: separation and movements to new elucidation package and lsd su…

    …bpackage
    michaelwenk committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    a5ea98c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725fa4c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. chore: added PathLength to Signal class

    michaelwenk committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    020ba05 View commit details
    Browse the repository at this point in the history
  2. chore: added PathLength to Signal class (2)

    michaelwenk committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    43451cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c54db34 View commit details
    Browse the repository at this point in the history
  4. chore: use MolecularConnectivity class

    michaelwenk committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1098b17 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. fix: avoid NullPointerException and duplicated entries in PYLSD input…

    … file
    michaelwenk committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    caec677 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. feat: enabling of flexibility in HSQC

    michaelwenk committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e462d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. feat: check whether hetero atoms are present before disallowing heter…

    …o hetero bonds
    michaelwenk committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    db93021 View commit details
    Browse the repository at this point in the history
  2. feat: added HMBC combinations

    michaelwenk committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    608c3a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from michaelwenk/allow-flexible-HSQC

    feat: implementation of combinatorics for HSQC and HMBC
    Michael Wenk authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    35e1978 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. feat: added attachment of objects to DataSet

    michaelwenk committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    4979d8f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. feat: enable 3D HOSE code in HOSECodeShiftStatistics

    michaelwenk committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5afdcb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    35d66d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. chore: do not store molfiles during filtering and ranking & store sim…

    …ilarity values in DataSet attachment and not meta
    michaelwenk committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e47c3f4 View commit details
    Browse the repository at this point in the history
  2. fix: avoid exceptions when parsing doubles

    michaelwenk committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a9eb4bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c9a594 View commit details
    Browse the repository at this point in the history
  4. chore: rank results by number of hits at first and then by average de…

    …viation
    michaelwenk committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3ea00d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. chore: return value directly

    michaelwenk committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    bd9e7ca View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. chore: adoptions to new J and PathLength class (NMRium)

    michaelwenk committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4aa4c67 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. feat: added methods to build heavy atom statistics

    michaelwenk committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    f03d60c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    9e877b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. chore: renaming in Assignment class

    michaelwenk committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    64539cc View commit details
    Browse the repository at this point in the history
  2. feat: switch position of query and dataset spectrum in spectral assig…

    …nment && added prediction method for SMILES strings
    michaelwenk committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d572c68 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. feat: added prediction meta data to Prediction

    michaelwenk committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7ef8981 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. feat: extended spectral matching methods to consider structural const…

    …raints if given
    michaelwenk committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    6d9f457 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. feat: added ID property to Signal

    michaelwenk committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1e65f57 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. chore: renamed Data class to NMRiumData

    michaelwenk committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ffe2172 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. chore: adoptions to current spectra format in NMRium

    michaelwenk committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a2f3553 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    8f0daa3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. chore: use capitalized AND for FEXP command

    michaelwenk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7b6a3be View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    35afc07 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. feat: allow usage of Ertl functional groups (or fragments in general)…

    … in PyLSD
    michaelwenk committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4be9003 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. chore: renamed FunctionalGroup to Fragment

    michaelwenk committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e626ede View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    b3d7b23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec06241 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. fix: do not store stringified spectral match assignment

    michaelwenk committed May 22, 2022
    Configuration menu
    Copy the full SHA
    608866a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. fix: swapped query spectrum in first place with (sub)spectrum when do…

    …ing spectral matching
    michaelwenk committed May 23, 2022
    Configuration menu
    Copy the full SHA
    eafefc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. chore: updated README.md

    Michael Wenk authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    99e2911 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    f78392e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from michaelwenk/fix-bidirectional-BOND-command

    fix: avoid bidirectional BOND commands in PyLSD input file; close #4
    Michael Wenk authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6a5c78c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: consider bond stereo configuration in StructureCompact class and…

    … during stereo HOSE code prediction
    michaelwenk committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b680e23 View commit details
    Browse the repository at this point in the history
  2. fix: close #6

    michaelwenk committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    aabccde View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from michaelwenk/add-bond-stereo

    Add and consider bond stereo
    Michael Wenk authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ae5b813 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. chore: use common method placeExplicitHydrogens

    michaelwenk committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    35721e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix: configure structure atomContainerToDataSet method

    michaelwenk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6da415b View commit details
    Browse the repository at this point in the history
  2. fix: remove unnecessary command

    michaelwenk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c81b222 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    8425573 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. chore: inserted separate buildAlphabeticMF method

    michaelwenk committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    83c4fce View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    7f44e3d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. chore: optimised getOutliers method

    michaelwenk committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b2a5de5 View commit details
    Browse the repository at this point in the history