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

Release 2.12.0 #568

Merged
merged 65 commits into from Feb 12, 2018
Merged

Release 2.12.0 #568

merged 65 commits into from Feb 12, 2018

Conversation

JackMorganNZ
Copy link
Member

Changelog:

  • Add Huffman coding section to compression chapter with Huffman Tree generator interactive.
  • Add Viola-Jones face detection interactive.
  • Add 2018 NCEA curriculum guides.
  • Update Pixel Viewer interactive with threshold, blur, and edge detection modes for computer vision chapter. #32 #388
  • Fix bug in Base Calculator interactive where computed value displayed incorrectly. #558
  • Update Microsoft logo. #527
  • Add videos to Formal Languages chapter #518
  • Fix capitalisation of title of complexity and tractability chapter. #513
  • Migrate Mathjax to new CDN. #482

Andrew Bell and others added 30 commits April 7, 2016 00:15
activate. Turns pixels white or black based on a boolean equation
chosen by the student.
Blurring has options for median, mean and custom masks. Can be applied
with greyscaled image or rgb image and can also apply salt and pepper
noise to the image before hand. Access to features is via ?mode=blur or
?mode=thresholdgreyscale
Blur page now has ability to do gaussian blurring.
Also added checkbox for absolute value option if using custom grid in
blur
Also did some refactoring of blur interactive
…to allow for multiple parameters in an interactive. Someone should probably check this for security and make sure I haven't broken any other interactives?
Picture picker will be supplied if Will be supplied if option
picturepicker is given.
Scrolls through pictures much faster now.
Was using size of canvas rather than size of image as cache. Also
turned off animation.
…l numbers. Added a display of white and black square intensities.
… of custom images and images are in greyscale.
Computed value is not correctly shown since it only shows the power of
base in certain place.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants