Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/colour-science/colour

Colour Science for Python
https://github.com/colour-science/colour

Improve code consistency in "colour.io.tm2714" module.

84f54690a2b01667288c6aeeb7981b9ef9af36fc authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/docstrings' into develop

3c05fc275a39c5db0f24e44d95e2852779b235fb authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge pull request #933 from JGoldstone/TM2714_header_eq_ne_hash

PR: Add __eq__, __ne__, and __hash__ methods for "colour.io.tm2714.Header_IESTM2714" class.

3a998d5977e6ff9ac907159785e2b41151894dd2 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

e1591ae101cfcfb5ce1f4f94900f400d28478d12 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add "summary" details in "PULL_REQUEST_TEMPLATE.md" file.

0fec691ec5fac4638c360e0527258a27eb77294d authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

993b3bff6c239b3593208204ba71de534a04f8cd authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "PULL_REQUEST_TEMPLATE.md" file.

a5bc8a8dca947684f4e484f3b8977c1b13fb374d authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

e865ee446824c0506786685660e0d84c6e4078d9 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "codacy" project id.

b5946c4d0a320300c5a0434161965cc2fd30ae51 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Explicitly import Integer from colour.hints.

76b3b1bee45c56de13bb4e717674ef47e6f89122 authored almost 3 years ago by Joseph Goldstone <[email protected]>
Change return type hint of Header_IESTM2714 from bool to Integer; __eq__ and __ne__ from bool to Boolean.

f96319e034828d0573fe946e69004f47b63d0e8a authored almost 3 years ago by Joseph Goldstone <[email protected]>
Use imperative mood in docstrings.

5464f5d273822fb6a7ae325104e46efacc6ef0e8 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Remove blank line under "Notes" sections in docstrings.

baebc639ae17dc8fd6cd56b34a39daa40200aa41 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

bf690ae694d417c0af90cd13747fbadf366356da authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various docstrings and assertions.

32c49b04ed32195d7ce5123be9ebe543c1eac872 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge pull request #935 from colour-science/feature/issue_templates

PR: Add issue and pull request templates.

b5c72e827af5acceaef99feecbaf6a563fae1c42 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

bb7ee23ac65e09613af78bd18dd98dffb1a2904a authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add "PULL_REQUEST_TEMPLATE.md" file.

3fef0aae48267ac2d81292dce176f2c19bfd88a3 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Use "pre-commit" in "tasks.py" file.

714cfe6ad151f4cadb3466870cb1bcf594b0ea2e authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

4502b04fa02a9fe789e7d74c8c8f4d109d374319 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add comment about "Google Colab" minimum "Python" version and "typing_extensions".

017d22b5c837f0f9c73f8312fba2c5bc07469056 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Remove redundant cast.

db4b9c451590685d90a56c93a7bbd667450dfe00 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

04896e6c1a7bc1f519eb47247f394e1a56cc0d44 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Fix issue in "colour.plotting.plot_multi_colour_swatches" definition.

8b7019e970361fb3487d5871d22ddf150ed7a091 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

6f6058b6d70771d5ea3aa1e2c1ca42c079a8d05c authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "pyproject.toml"

3522a1805fa143706300480a1c06eb0cc104083a authored almost 3 years ago by Thomas Mansencal <[email protected]>
Revert "Drop dependency on "typing_extensions"."

This reverts commit 3bcc285a6ef0113408d2dd481407ab620e5d78e1.

341630d540696a6e75cf551fa528627d140fae4e authored almost 3 years ago by Thomas Mansencal <[email protected]>
Oops. Return type of hash is int, not bool. Fixed.

4a6fe7db20ffa0f3d52725bc6edcb2e030f1984d authored almost 3 years ago by Joseph Goldstone <[email protected]>
Address reviewer comments: import order, missing backticks, missing type annotations, parens for clarity in operator precedence.

2fc88849353be4b60890780ab90600ffa94d1047 authored almost 3 years ago by Joseph Goldstone <[email protected]>
Add initial issue templates.

37eaa1d1ee534c4200e583005f6fa7e0ab17c359 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Set various dependency versions.

f5f5f872677515a6de54384c1ad7bfc6cb844d16 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Address flake8 warnings about line length and a missing blank line before a class definition.

a1858830849203d92312782334a610deac1e5486 authored almost 3 years ago by Joseph Goldstone <[email protected]>
Merge pull request #932 from colour-science/feature/prolab

efdadd5cc0e8131b3245420e2ae4582eaec4f668 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add __eq__, __ne__, and __hash__ for colour.io.tm2714.Header_IESTM2714.

7d9a1459a3f641e7b513d4a7dba654098875cc57 authored almost 3 years ago by Joseph Goldstone <[email protected]>
Improve "ProLab" implementation consistency.

6306477724ec4a91a284b9e3bc13c4fbd9166604 authored almost 3 years ago by SGeetansh <[email protected]>
Added ProLab in Examples.

5596ba8595cfb807dbfb028a260ad925f6ce85a1 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Added ProLab to Docs.

d6138e28c0dbb947f2a86774f8ccd4ff3d329fb7 authored almost 3 years ago by SGeetansh <[email protected]>
Added doctests

4d662642c4e80ad07e5883c5f54db5b7b2a5fb75 authored almost 3 years ago by SGeetansh <[email protected]>
Added domain_range_scale test

ae0105a75aa071745e705d5a4beae596fdae85bc authored almost 3 years ago by SGeetansh <[email protected]>
ProLab colourspace

dea8b36511d162c333177aa5eb80c2db17741a20 authored almost 3 years ago by SGeetansh <[email protected]>
Merge branch 'feature/v0.4.0' into develop

37126004d07dec8ca073e37f9dd586d0c9a6e1a6 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "CONTRIBUTORS.rst" file.

3b20ba14a607b37958d064ce3aec059e79587b76 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

03c8a79c82172292107cc60c17ad555ca96eb2b2 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Fix swapped sponsor avatars.

125eb36c0c2111a8daf8d914c5e456d76ea0cc78 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

6387c75f34d3657d57e5d59eb5a5a339a42e21c0 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "CONTRIBUTORS.rst" file.

bb6fbe4b7221ffd8ab840808a73cab6f87a5e04e authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update ".pre-commit-config.yaml" file.

9edb50b108e56b732709fc24001f3df4d3a1ac46 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Fix various broken sponsor avatars.

b36dc08adfca850e8a55cfba34cf6e4d8d95893c authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

f797014ee8da2d96be3eb5d073d75d55b8e08175 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Delete ".style.yapf" file.

672431caa9489148a11027aa9e92d2765423810b authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various docstrings.

303ed6d77ce489649022cb454008bcf1bbdc59b8 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Code formatting.

44afcb7f8c85ee868de33315503d137cb8a6d707 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

845e256cd9ca0424f7ffcaa6b69a058d864947f9 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Use "np.log1p" wherever relevant.

5aa4cb885767171ddecd62295740767f1fc26307 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Use "np.expm1" wherever relevant.

204dbca61bfa86807b64df23e13f34dd47a21894 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge pull request #930 from colour-science/feature/expm1

PR: Use "np.expm1" in "colour.colorimetry.planck_law" definition.

29b3f1bb376c8e413a578e499d0b1c3dad45f7bd authored almost 3 years ago by Thomas Mansencal <[email protected]>
Drop dependency on "typing_extensions".

3bcc285a6ef0113408d2dd481407ab620e5d78e1 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Use "flynt" for "f-strings" upgrade.

49a3a052fc246090a54ca3d2d9b0c508be0a98b2 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various docstrings.

5eb2e67c58650ca1edbe32e90f36bc5fc98532e7 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "pyproject.toml" file.

d73f62edaa56319a5da307f6860fafbb10876c7d authored almost 3 years ago by Thomas Mansencal <[email protected]>
Ensure that "typing_extensions" is a hard requirement.

5f96159bab320c959dea5fd19a3992b5f9746690 authored almost 3 years ago by Thomas Mansencal <[email protected]>
use np.expm1() instead of np.exp() - 1

1954a61f886c76888552ddffe610bd60b288bc03 authored almost 3 years ago by Nicolas Tessore <[email protected]>
Merge branch 'feature/v0.4.0' into develop

93a5e27c70422e97ba4ccee14bbfe30ed2c0c55b authored almost 3 years ago by Thomas Mansencal <[email protected]>
Use "f-strings" across the entire repository.

0bdfac91dc8238d9435e3f691323f34fa8b69781 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Exclude "Coverage" 6.3.

References nedbat/coveragepy#1310

4e96864b3b1c75910b65cef1f0030f6350e69410 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add "pyupgrade" to "pre-commit" hooks.

11e2b71da6610c20f6a1957932db800db89e57ff authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various docstrings.

89f1601e49d732ba17a0ce8c0502ea50566e7184 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "TODO.rst" file.

b1f8b2f6b7143778cb9c7e089115a02fcfb575c0 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "setup.py" file.

4821c5e73f847732e055f31b8aa029428508a7a0 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Fix various examples.

f729003fde2e67babbed9f5103b507b89c70bfca authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add new dataclass mixins to improve "CAM" specifications capabilities.

4f25540a3751f0256b2594c7bf2a92751f2de644 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Swallow "Mypy" errors on "ARM".

8bc265bef1ec9c7fc093301f80e3cb0ee3d3c847 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Skip doctests breaking on "ARM".

55f72775c041a03bdc729d07623757aa9575429f authored almost 3 years ago by Thomas Mansencal <[email protected]>
Set various "Scientific Python" minimum supported versions.

9c600dcdae4162491b9aafc4281f62db860b98df authored almost 3 years ago by Thomas Mansencal <[email protected]>
Set minimal "Scipy" version to 1.5.

2911a10cafac2329287459a406c7f9bd6d65e280 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add "colour.corresponding.corresponding_chromaticities_prediction_Zhai2018" definition.

d4d99ee0b082f94c51834a1ca59b9cf3e80e136f authored almost 3 years ago by Thomas Mansencal <[email protected]>
Fix "Matplotlib" maximum version to 3.4.3.

8fe3056c57d2134998bea0c20d5780c258465316 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "colour.adaptation.chromatic_adaptation_Zhai2018" definition signature.

c3ccc9590db8a93b7cff7bb5ea81586ea166812e authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update copyright statements.

065e7d6494d6d41330f34024b48d673fed8d6e82 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Skip various unit tests on "Linux".

fb33234743298cee3bb43634b0122232cf28afc3 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Reinstate 79 characters line-length.

eb1fcd4c3de5443ed48a7dddbaf85a3951ff23eb authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various docstrings.

cf5c705e37973f83bc4c64708986467e4f8b1814 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

9a1d90ccc1d511a911e670b8fcc98f9a5853ddc7 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Add missing typing annotations to various definitions.

8d5ea1aa1e75de33796f3eab14d1e7d5a371078c authored almost 3 years ago by Thomas Mansencal <[email protected]>
Set model to "CIE Lab" in "colour.plotting.plot_constant_hue_loci" definition.

7ce9431ecc782db76dbc39db16d622f8fa44c65c authored almost 3 years ago by Thomas Mansencal <[email protected]>
Improve consistency of "attribute" vs "property" usage.

bac4905f8c96b9e691f3d5bd7a2be110e7d3afd2 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various docstrings.

1990353fd46cdab1d1db4fec1e2382b49189dc7b authored almost 3 years ago by Thomas Mansencal <[email protected]>
"Blacken" codebase.

dd4e35c64d87c6a96f015b75c9ce16eae4e1d8c8 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update "requirements.txt" file.

0648cd12e2f7b52bf73003c2bfaad87f675c0a6f authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge branch 'feature/v0.4.0' into develop

bafb6b194fe9a1c823600598b0c3558ceadd9b5a authored almost 3 years ago by Thomas Mansencal <[email protected]>
Drop "nose" usage.

5fdf132b0034d0a9bab1ab67c166349f51efdb9b authored almost 3 years ago by Thomas Mansencal <[email protected]>
Set minimal Python version to 3.8 and Scipy version to 1.6.

2a322803abcd55304f008e8bbeacb2dca3e3de03 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Merge pull request #918 from colour-science/feature/typing

PR: Implement typing support.

acbda3a9a0622fbd16f06dd3cc093e68dfa46c44 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various docstrings.

22d5b0982239c476af51e8d203b82f162146aa2f authored almost 3 years ago by Thomas Mansencal <[email protected]>
Implement typing support in "colour.continuous" sub-package.

7cdc951028f70d9b4b3df36d28ce8e592871b00f authored almost 3 years ago by Thomas Mansencal <[email protected]>
Implement typing support in "colour.corresponding" sub-package.

956d02beb92b7096de56b66ce931de358da374b4 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Implement support for typing annotations.

2e4087ed45de60ac941a2e16fd864160d51fc936 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Update various utilities.

13eddd395cf89ba0774f79d5463cf90faaaa1b45 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Implement typing support in "colour.biochemistry" sub-package.

dacbd959f7615d274e0bb97f4296db3e0e4b0d86 authored almost 3 years ago by Thomas Mansencal <[email protected]>
Implement typing support in "colour.constants" sub-package.

326c0875716273d5ccf90b174903c6f577828aa9 authored almost 3 years ago by Thomas Mansencal <[email protected]>