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

PR: Implement "Monte Carlo" brute force "RGB" colourspace volume computation. #159

Merged
merged 56 commits into from
Jan 25, 2015

Commits on Sep 25, 2014

  1. Configuration menu
    Copy the full SHA
    b36737b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c31a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2014

  1. Update bibliography.

    KelSolaar committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    8892761 View commit details
    Browse the repository at this point in the history
  2. Update text citations.

    KelSolaar committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    048dc1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0056787 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2014

  1. Update various references.

    KelSolaar committed Sep 27, 2014
    Configuration menu
    Copy the full SHA
    87ffa49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    248b63b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7031066 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2014

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

Commits on Sep 29, 2014

  1. Code formatting.

    KelSolaar committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    05fdc27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47830b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Code formatting.

    KelSolaar committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    c942b8f View commit details
    Browse the repository at this point in the history
  2. Change "colour.CCT_to_uv_ohno2013" and "colour.CCT_to_uv_robertson196…

    …8" definitions signatures.
    KelSolaar committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    c89bcc5 View commit details
    Browse the repository at this point in the history
  3. Add new contributor.

    KelSolaar committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    bf3fecf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    800b35d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

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

Commits on Oct 3, 2014

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

Commits on Oct 5, 2014

  1. Configuration menu
    Copy the full SHA
    4ccc899 View commit details
    Browse the repository at this point in the history
  2. Update various docstrings.

    KelSolaar committed Oct 5, 2014
    Configuration menu
    Copy the full SHA
    5dd7b64 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

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

Commits on Oct 8, 2014

  1. Configuration menu
    Copy the full SHA
    9d60fc8 View commit details
    Browse the repository at this point in the history
  2. Code formatting.

    KelSolaar committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    7a8bc5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74183e7 View commit details
    Browse the repository at this point in the history
  4. Remove unused import.

    KelSolaar committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    91c4a36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c02029e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

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

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    e574b37 View commit details
    Browse the repository at this point in the history
  2. Rename various "colour.characterisation.dataset.colour_checkers.chrom…

    …aticity_coordinates" module private attributes.
    KelSolaar committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    13c69da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ef2f06 View commit details
    Browse the repository at this point in the history
  4. Reorder imports.

    KelSolaar committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    0951893 View commit details
    Browse the repository at this point in the history
  5. Update various docstrings.

    KelSolaar committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    a55d0a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65a4c8a View commit details
    Browse the repository at this point in the history
  7. Update imports.

    KelSolaar committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    2b2400f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cc7a51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88beca0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c732715 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a83777 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77bbda1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. Update "setup.py" file requirements.

    Closes #155.
    KelSolaar committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    3a06af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Ensure "RGB" colourspaces can be pickled.

    Closes #157.
    KelSolaar committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    1feedfe View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

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

Commits on Oct 18, 2014

  1. Configuration menu
    Copy the full SHA
    ad4bf36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfc14b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1581fdf View commit details
    Browse the repository at this point in the history
  4. Refactor "colour.sample_RGB_colourspace_volume_MonteCarlo" definition…

    … using "colour.random_triplet_generator" definition.
    KelSolaar committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    9c5c1a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31c7ff8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d0fe85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98f1bce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dddca70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1d27ab View commit details
    Browse the repository at this point in the history
  10. Add debug statements.

    KelSolaar committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    6f41228 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12e1ae7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ffbda5f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Configuration menu
    Copy the full SHA
    dd9b7ef View commit details
    Browse the repository at this point in the history
  2. Add mention to "prng" sequence reproducibility in various tests / doc…

    …stests using "np.random.RandomState" definition.
    KelSolaar committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    4732bf3 View commit details
    Browse the repository at this point in the history