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: API Vectorisation #178

Merged
merged 161 commits into from May 5, 2015
Merged

PR: API Vectorisation #178

merged 161 commits into from May 5, 2015

Commits on Jan 29, 2015

  1. Copy the full SHA
    19dea45 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. Copy the full SHA
    46ccb44 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9affc36 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c8aa505 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2015

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

Commits on Feb 1, 2015

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

Commits on Feb 2, 2015

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

Commits on Feb 3, 2015

  1. Copy the full SHA
    c98917d View commit details
    Browse the repository at this point in the history
  2. Fix broken unit tests.

    KelSolaar committed Feb 3, 2015
    Copy the full SHA
    481427a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6a062a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Copy the full SHA
    3b9b5dc View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. Copy the full SHA
    816d03b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd1c282 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    39dcb45 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

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

Commits on Feb 25, 2015

  1. Copy the full SHA
    46da516 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. Copy the full SHA
    d19975d View commit details
    Browse the repository at this point in the history
  2. Implement "colour.chromatic_adaptation_CIE1994" definition prototype …

    …in vectorisation master module.
    KelSolaar committed Feb 28, 2015
    Copy the full SHA
    8831166 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. Copy the full SHA
    16168f1 View commit details
    Browse the repository at this point in the history
  2. Code formatting.

    KelSolaar committed Mar 1, 2015
    Copy the full SHA
    183b9db View commit details
    Browse the repository at this point in the history
  3. Implement "colour.CMCCAT2000_forward" and "colour.CMCCAT2000_reverse"…

    … definition prototypes in vectorisation master module.
    KelSolaar committed Mar 1, 2015
    Copy the full SHA
    e9ca21e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

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

Commits on Mar 7, 2015

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

Commits on Mar 8, 2015

  1. Copy the full SHA
    eae433d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    01d29c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Rename "zstack" and "zsplit" definitions to "tstack" and "tsplit" in …

    …vectorisation master module.
    KelSolaar committed Mar 9, 2015
    Copy the full SHA
    5bf14fe View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

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

Commits on Mar 23, 2015

  1. Copy the full SHA
    63094da View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Update various docstrings.

    KelSolaar committed Mar 26, 2015
    Copy the full SHA
    4561970 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ffceed8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f49dd57 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2015

  1. Copy the full SHA
    d7f8b44 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86c9847 View commit details
    Browse the repository at this point in the history
  3. Implement "colour.CMCCAT2000_forward" and "colour.CMCCAT2000_reverse"…

    … vectorised definitions.
    KelSolaar committed Mar 27, 2015
    Copy the full SHA
    b41d573 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a55bb5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    dd05b3e View commit details
    Browse the repository at this point in the history
  6. Implement "colour.chromatic_adaptation_matrix_VonKries" and "colour.c…

    …hromatic_adaptation_VonKries" vectorised definitions.
    KelSolaar committed Mar 27, 2015
    Copy the full SHA
    d8ba38a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    690ec5c View commit details
    Browse the repository at this point in the history
  8. Implement "colour.cartesian_to_spherical", "colour.spherical_to_carte…

    …sian", "colour.cartesian_to_cylindrical" and "colour.cylindrical_to_cartesian" vectorised definitions.
    KelSolaar committed Mar 27, 2015
    Copy the full SHA
    e4b88b7 View commit details
    Browse the repository at this point in the history
  9. Implement "colour.lightness_Glasser1958", "colour.lightness_Wyszecki1…

    …963" and "colour.lightness_1976" vectorised definitions.
    KelSolaar committed Mar 27, 2015
    Copy the full SHA
    3a657eb View commit details
    Browse the repository at this point in the history
  10. Code formatting.

    KelSolaar committed Mar 27, 2015
    Copy the full SHA
    a28d14b View commit details
    Browse the repository at this point in the history
  11. Implement "colour.luminance_Newhall1943", "colour.luminance_ASTMD1535…

    …08" and "colour.luminance_1976" vectorised definitions.
    KelSolaar committed Mar 27, 2015
    Copy the full SHA
    e427104 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f37b8bc View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    71de87b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2015

  1. Implement support for array_like inputs in various "colour.colorimetr…

    …y.spectrum" module objects methods.
    KelSolaar committed Mar 29, 2015
    Copy the full SHA
    a924d8e View commit details
    Browse the repository at this point in the history
  2. Implement "colour.RGB_2_degree_cmfs_to_XYZ_2_degree_cmfs", "colour.RG…

    …B_10_degree_cmfs_to_XYZ_10_degree_cmfs", "colour.RGB_10_degree_cmfs_to_LMS_10_degree_cmfs", "colour.LMS_2_degree_cmfs_to_XYZ_2_degree_cmfs" and "colour.LMS_10_degree_cmfs_to_XYZ_10_degree_cmfs" vectorised definitions.
    KelSolaar committed Mar 29, 2015
    Copy the full SHA
    883077b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3066baa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b0084e9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b2457f8 View commit details
    Browse the repository at this point in the history
  6. Implement "colour.whiteness_Berger1959", "colour.whiteness_Taube1960"…

    …, "colour.whiteness_Stensby1968", "colour.whiteness_ASTM313", "colour.whiteness_Ganz1979" and "colour.whiteness_CIE2004" vectorised definitions.
    KelSolaar committed Mar 29, 2015
    Copy the full SHA
    93da033 View commit details
    Browse the repository at this point in the history
  7. Implement "colour.delta_E_CIE1976", "colour.delta_E_CIE1994", "colour…

    ….delta_E_CIE2000" and "colour.delta_E_CMC" vectorised definitions.
    KelSolaar committed Mar 29, 2015
    1
    Copy the full SHA
    8a200bd View commit details
    Browse the repository at this point in the history
  8. Update various docstrings.

    KelSolaar committed Mar 29, 2015
    Copy the full SHA
    0b8fe39 View commit details
    Browse the repository at this point in the history
  9. Code formatting.

    KelSolaar committed Mar 29, 2015
    Copy the full SHA
    2dc2f3a View commit details
    Browse the repository at this point in the history
  10. Implement "colour.XYZ_to_xyY", "colour.xyY_to_XYZ", "colour.xy_to_XYZ…

    …" and "colour.XYZ_to_xy" vectorised definitions.
    KelSolaar committed Mar 29, 2015
    Copy the full SHA
    be2ce2a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    99c2065 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    c7ead22 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    1ea1c42 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Implement "colour.XYZ_to_Lab", "colour.Lab_to_XYZ", "colour.Lab_to_LC…

    …Hab" and "colour.LCHab_to_Lab" vectorised definitions.
    KelSolaar committed Mar 30, 2015
    Copy the full SHA
    b9bc391 View commit details
    Browse the repository at this point in the history
  2. Implement "colour.XYZ_to_Luv", "colour.Luv_to_XYZ", "colour.Luv_to_uv…

    …", "colour.Luv_uv_to_xy", "colour.Luv_to_LCHuv" and "colour.LCHuv_to_Luv" vectorised definitions.
    KelSolaar committed Mar 30, 2015
    Copy the full SHA
    6f5e703 View commit details
    Browse the repository at this point in the history
  3. Implement "colour.XYZ_to_UCS", "colour.UCS_to_XYZ", "colour.UCS_to_uv…

    …" and "colour.UCS_uv_to_xy" vectorised definitions.
    KelSolaar committed Mar 30, 2015
    Copy the full SHA
    2e58657 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ae49c1d View commit details
    Browse the repository at this point in the history
  5. Implement "colour.RGB_to_HSV", "colour.HSV_to_RGB", "colour.RGB_to_HS…

    …L", "colour.HSL_to_RGB", "colour.RGB_to_CMY", "colour.CMY_to_RGB", "colour.CMY_to_CMYK" and "colour.CMYK_to_CMY" vectorised definitions.
    KelSolaar committed Mar 30, 2015
    Copy the full SHA
    624cb89 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Copy the full SHA
    290911a View commit details
    Browse the repository at this point in the history
  2. Implement "colour.XYZ_to_IPT", "colour.IPT_to_XYZ" and "colour.IPT_hu…

    …e_angle" vectorised definitions.
    KelSolaar committed Mar 31, 2015
    Copy the full SHA
    edcf8d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Implement "colour.linear_to_cineon", "colour.cineon_to_linear", "colo…

    …ur.linear_to_panalog", "colour.panalog_to_linear", "colour.linear_to_red_log", "colour.red_log_to_linear", "colour.linear_to_viper_log", "colour.viper_log_to_linear", "colour.linear_to_pivoted_log", "colour.pivoted_log_to_linear", "colour.linear_to_c_log" and "colour.c_log_to_linear" vectorised definitions.
    KelSolaar committed Apr 1, 2015
    Copy the full SHA
    c750b77 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    73f69a7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    043d9ed View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Implement "colour.XYZ_to_RGB", "colour.RGB_to_XYZ" and "colour.RGB_to…

    …_RGB" vectorised definitions.
    KelSolaar committed Apr 2, 2015
    Copy the full SHA
    8d489f3 View commit details
    Browse the repository at this point in the history
  2. Implement "colour.munsell_value_Priest1920", "colour.munsell_value_Mu…

    …nsell1933", "colour.munsell_value_Moon1943", "colour.munsell_value_Saunderson1944", "colour.munsell_value_Ladd1955", "colour.munsell_value_McCamy1987" and "colour.munsell_value_ASTMD153508" vectorised definitions.
    KelSolaar committed Apr 2, 2015
    Copy the full SHA
    6814cf1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    deecc30 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fa7eacb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    850efe0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    09e058d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. Implement "colour.xy_to_CCT_McCamy1992", "colour.xy_to_CCT_Hernandez1…

    …999", "colour.CCT_to_xy_Kang2002" and "colour.CCT_to_xy_CIE_D" vectorised definitions.
    KelSolaar committed Apr 3, 2015
    Copy the full SHA
    4614b25 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a0b0fd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. Copy the full SHA
    05f9503 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c5821e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. Copy the full SHA
    2c8586e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2015

  1. Copy the full SHA
    9a7a2e2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    08c6e6d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    334e8ea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b467c85 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. Implement "colour.XYZ_to_CIECAM02" and "colour.CIECAM02_to_XYZ" vecto…

    …rised definitions prototypes.
    KelSolaar committed Apr 12, 2015
    Copy the full SHA
    6eede9d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

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

Commits on Apr 14, 2015

  1. Code formatting.

    KelSolaar committed Apr 14, 2015
    Copy the full SHA
    01490dd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Implement remaining "colour.XYZ_to_ATD95" vectorised definition n-dim…

    …ensional arrays support.
    KelSolaar committed Apr 15, 2015
    Copy the full SHA
    6be16aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c7647f5 View commit details
    Browse the repository at this point in the history
  3. Update various docstrings.

    KelSolaar committed Apr 15, 2015
    Copy the full SHA
    e6eee8f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a6206c8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3b3a874 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0ca2211 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    29d47ed View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    71b3f40 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fba291c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    eb23961 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Copy the full SHA
    7aeb3b9 View commit details
    Browse the repository at this point in the history
  2. Code formatting.

    KelSolaar committed Apr 16, 2015
    Copy the full SHA
    4d85793 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a696361 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b6bcecb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2e00233 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    535bfb2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c8a6c8d View commit details
    Browse the repository at this point in the history
  8. Update various docstrings.

    KelSolaar committed Apr 16, 2015
    Copy the full SHA
    171ccde View commit details
    Browse the repository at this point in the history
  9. Code formatting.

    KelSolaar committed Apr 16, 2015
    Copy the full SHA
    94fc92c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9b03bd7 View commit details
    Browse the repository at this point in the history
  11. Update various docstrings.

    KelSolaar committed Apr 16, 2015
    Copy the full SHA
    beb887d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Copy the full SHA
    701e3e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f4a8b36 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    742dd43 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b9b508c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    517b24c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    596f4fa View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0190e22 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

  1. Code formatting.

    KelSolaar committed Apr 18, 2015
    Copy the full SHA
    4a7c3b8 View commit details
    Browse the repository at this point in the history
  2. Fix various examples.

    KelSolaar committed Apr 18, 2015
    Copy the full SHA
    6b015e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Improve numbers formatting.

    KelSolaar committed Apr 19, 2015
    Copy the full SHA
    f5d4c4a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Add "colour.plotting.colourspaces_CIE_1960_UCS_chromaticity_diagram_p…

    …lot" and "colour.plotting.colourspaces_CIE_1976_UCS_chromaticity_diagram_plot" definitions.
    KelSolaar committed Apr 20, 2015
    Copy the full SHA
    e9b0ccb View commit details
    Browse the repository at this point in the history
  2. Code formatting.

    KelSolaar committed Apr 20, 2015
    Copy the full SHA
    ae164c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c381835 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0f1a90e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5aa558a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7dd7b04 View commit details
    Browse the repository at this point in the history
  7. Code formatting.

    KelSolaar committed Apr 20, 2015
    Copy the full SHA
    357d2c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Update various docstrings.

    KelSolaar committed Apr 21, 2015
    Copy the full SHA
    5e5deab View commit details
    Browse the repository at this point in the history
  2. Code formatting.

    KelSolaar committed Apr 21, 2015
    Copy the full SHA
    3a49491 View commit details
    Browse the repository at this point in the history
  3. Implement support for "V-Gamut".

    Closes #177.
    KelSolaar committed Apr 21, 2015
    Copy the full SHA
    6687cc0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    561e411 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ff8010f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4efeb6e View commit details
    Browse the repository at this point in the history
  7. Update various docstrings.

    KelSolaar committed Apr 21, 2015
    Copy the full SHA
    87350e8 View commit details
    Browse the repository at this point in the history
  8. Add "colour.read_image", "colour.write_image" and "colour.plotting.im…

    …age_plot" definitions.
    KelSolaar committed Apr 21, 2015
    Copy the full SHA
    df2eca1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Copy the full SHA
    8f9591b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1146e0a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d7b0343 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3d28480 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Copy the full SHA
    b48d4be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9098a7d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b5b3081 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2015

  1. Copy the full SHA
    f963b09 View commit details
    Browse the repository at this point in the history
  2. Ensure that retrieving value from non existing spd wavelength yields …

    …"np.nan" instead of "None".
    KelSolaar committed Apr 24, 2015
    Copy the full SHA
    6acbcf9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f124d7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    303ce09 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bbb444f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2addd57 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Add "RGB_" prefix to "colour.plotting.colourspaces_CIE_*_chromaticity…

    …_diagram_plot" definitions.
    KelSolaar committed Apr 25, 2015
    Copy the full SHA
    2b5a831 View commit details
    Browse the repository at this point in the history
  2. Implement "colour.plotting.RGB_chromaticity_coordinates_CIE_*_chromat…

    …icity_diagram_plot" definitions.
    KelSolaar committed Apr 25, 2015
    Copy the full SHA
    7dc9f50 View commit details
    Browse the repository at this point in the history
  3. Update various docstrings.

    KelSolaar committed Apr 25, 2015
    Copy the full SHA
    74e25fa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    afbec57 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d2809e5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cb8f099 View commit details
    Browse the repository at this point in the history
  7. Update various docstrings.

    KelSolaar committed Apr 25, 2015
    Copy the full SHA
    2850a7a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2015

  1. Copy the full SHA
    a0f7bd4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7551b8d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Code formatting.

    KelSolaar committed Apr 30, 2015
    Copy the full SHA
    93820fe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad6920f View commit details
    Browse the repository at this point in the history
  3. Update various docstrings.

    KelSolaar committed Apr 30, 2015
    Copy the full SHA
    7a2af39 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ea7d9de View commit details
    Browse the repository at this point in the history
  5. Implement support for "RED" colourspaces.

    Closes #175.
    KelSolaar committed Apr 30, 2015
    Copy the full SHA
    d5e8bf8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2015

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

    KelSolaar committed May 2, 2015
    Copy the full SHA
    7427c13 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

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