Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: biojava/biojava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: biojava-4.2.2
Choose a base ref
...
head repository: biojava/biojava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: biojava-4.2.3
Choose a head ref
  • 13 commits
  • 30 files changed
  • 3 contributors

Commits on Jun 15, 2016

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

Commits on Jun 22, 2016

  1. Fix #480. Correct spelling of _symmetry.space_group_name_H-M in CIF o…

    …utput
    
    CIF categories are represented as a simple bean, typically extending AbstractBean.
    By default, all fields from the bean are taken as the CIF labels. Fields may be omitted
    by annotating them as @IgnoreField. The CIF label for a field may be changed
    by defining a function, `static Map<String,String> getCIFLabelMap();`,
    mapping from the field's name to the correct label.
    
    This commit also changes the MMCIFFileTools.toMMCIF method to be generic,
    so that we enforce at compile time that all loop rows must be of the same type.
    sbliven authored and josemduarte committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    19931b5 View commit details
    Browse the repository at this point in the history
  2. Introduce @CIFLabel(label="str") annotation

    This replaces the short-lived getCIFLabelMap static function.
    It lets you associate the label directly with the applicable field
    sbliven authored and josemduarte committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    e70dcbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a2e75d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8444516 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b0b4c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cfd093 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    593d7a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d3bde6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0daa42 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Configuration menu
    Copy the full SHA
    301b232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b85d10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7f77f8 View commit details
    Browse the repository at this point in the history
Loading