[Commits] [fluid-project/infusion] 9a87a9: FLUID-5133: Improved support for inversion.\nRolle...
GitHub
noreply at github.com
Fri May 13 00:27:26 UTC 2016
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 9a87a98be6f5c2f680696b50b3cc9e4d6482cfe7
https://github.com/fluid-project/infusion/commit/9a87a98be6f5c2f680696b50b3cc9e4d6482cfe7
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M src/framework/core/js/ModelTransformation.js
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
FLUID-5133: Improved support for inversion.\nRolled the switcheroo of inputPath and outputPath for standardTransformFunctions into the general framework inversion functions. Went through all transforms and checked for correctness, tests. Notes on invertibility will be added to the documentation
Commit: 421971033733626f0ac25256ad003150e6c41b43
https://github.com/fluid-project/infusion/commit/421971033733626f0ac25256ad003150e6c41b43
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
FLUID-5133: Fixed minor issue found during documentation - firstValue was implemented as a transformFunction instead of a standardOutputTransformFunction. This was changed and a test added for it
Commit: 48549c9218e8473863d03308ae523f53bb05e3d2
https://github.com/fluid-project/infusion/commit/48549c9218e8473863d03308ae523f53bb05e3d2
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
FLUID-5890: Added inRange and quantize functions + tests
Commit: a9b671b1fbdb4b6aa10c0e4eabc4929e376be7cc
https://github.com/fluid-project/infusion/commit/a9b671b1fbdb4b6aa10c0e4eabc4929e376be7cc
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M src/framework/core/js/ModelTransformation.js
M src/framework/core/js/ModelTransformationTransforms.js
Log Message:
-----------
FLUID-5133: Now all transforms will retrieve a copy of transformSpec on inversion as opposed to the original object
Commit: eecac10b78ffa642fb2730af868043be1da75053
https://github.com/fluid-project/infusion/commit/eecac10b78ffa642fb2730af868043be1da75053
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-20 (Wed, 20 Apr 2016)
Changed paths:
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
FLUID-5133: Removed arrayValue after discussion with Antranig
Commit: b13505896d716f7f746032ebf30426c3b857c542
https://github.com/fluid-project/infusion/commit/b13505896d716f7f746032ebf30426c3b857c542
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-27 (Wed, 27 Apr 2016)
Changed paths:
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
FLUID-5133, FLUID-5478: Did some fixes for simplifying the testing of inverse transforms. Also renamed the objectToArray and arrayToObject function according to the comments in FLUID-5478
Commit: e24d51824a05682fe7094415d4bc6db85c0f1ad5
https://github.com/fluid-project/infusion/commit/e24d51824a05682fe7094415d4bc6db85c0f1ad5
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M src/framework/core/js/ModelTransformation.js
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
FLUID-5133: Cleaned up the linearScale and indexOf according to antranigs comments
Commit: 353aacd211dd765837cc83c11421ae06adfb45e2
https://github.com/fluid-project/infusion/commit/353aacd211dd765837cc83c11421ae06adfb45e2
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/preferences/css/stylus/SeparatedPanelPrefsEditor.styl
M src/framework/preferences/css/stylus/utils/Themes.styl
M tests/framework-tests/core/js/DataBindingTests.js
Log Message:
-----------
FLUID-5133: Merged with upstream/master
Commit: 528eb03ea41a57238e33c711082fe38efd29e667
https://github.com/fluid-project/infusion/commit/528eb03ea41a57238e33c711082fe38efd29e667
Author: Kasper Markus <kasper2 at markus.dk>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
FLUID-5133: Fixed setMembershipToArray according to comments in pull request
Commit: 477b81a46d7fe5d8df1ef03e149669b8c6a90792
https://github.com/fluid-project/infusion/commit/477b81a46d7fe5d8df1ef03e149669b8c6a90792
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2016-05-13 (Fri, 13 May 2016)
Changed paths:
M src/framework/core/js/Fluid.js
M src/framework/core/js/ModelTransformation.js
M src/framework/core/js/ModelTransformationTransforms.js
M tests/framework-tests/core/js/ModelTransformationTests.js
Log Message:
-----------
Merge branch 'FLUID-5133'
* FLUID-5133:
FLUID-5133: Fixed setMembershipToArray according to comments in pull request
FLUID-5133: Cleaned up the linearScale and indexOf according to antranigs comments
FLUID-5133, FLUID-5478: Did some fixes for simplifying the testing of inverse transforms. Also renamed the objectToArray and arrayToObject function according to the comments in FLUID-5478
FLUID-5133: Removed arrayValue after discussion with Antranig
FLUID-5133: Now all transforms will retrieve a copy of transformSpec on inversion as opposed to the original object
FLUID-5890: Added inRange and quantize functions + tests
FLUID-5133: Fixed minor issue found during documentation - firstValue was implemented as a transformFunction instead of a standardOutputTransformFunction. This was changed and a test added for it
FLUID-5133: Improved support for inversion.\nRolled the switcheroo of inputPath and outputPath for standardTransformFunctions into the general framework inversion functions. Went through all transforms and checked for correctness, tests. Notes on invertibility will be added to the documentation
Compare: https://github.com/fluid-project/infusion/compare/78d75841a6d6...477b81a46d7f
More information about the Commits
mailing list