Skip to content

Releases: FormulasQuestion/moodle-qtype_formulas

v5.2.0 (2023031700)

17 Mar 16:46
23d13d4

Choose a tag to compare

  • new functions: binomialpdf() and binomialcdf()
  • bugfix: gcd() now gives correct result even if one argument is 0
  • internal: removed deprecated notify()

v5.1.2 (2023021500)

15 Feb 08:29
7f177d1

Choose a tag to compare

  • bugfix: internal functions (e.g. sigfig) working with map() again

v5.1.1 (2023012900)

29 Jan 14:23
3f2d19c

Choose a tag to compare

  • bugfix: fmod() now works like in other scientific calculators
  • bugfix: sort() now uses natural sorting and does not lose values anymore
  • bugfix: instantiation check could fail in certain cases
  • internal: some cleanup, update of package.json

Please note: future releases will no longer support Internet Explorer.

v5.1.0 (2022112700)

27 Nov 15:44
42ddde9

Choose a tag to compare

  • added support for Moodle 4.1
  • new functions for number conversion (decimal <-> octal/binary)
  • extended functionality for existing poly() function, see documentation
  • direct validation of variable definitions when editing/creating a question
  • improved check of variable instantiation and inline preview
  • internal: added more tests
  • internal: code cleanup and refactoring

v5.0.1 (2022101600)

16 Oct 11:04
c9cff42

Choose a tag to compare

bugfix: custom functions are now working again

v5.0.0.post0 - YANKED

15 Oct 08:27
b403f9c

Choose a tag to compare

Post-release due to changed naming convention in Moodle branch

v5.0.0 - YANKED

15 Oct 07:54
53cb182

Choose a tag to compare

  • new feature: support for Moodle App (thanks to Jakob Heinemann)
  • new functions for statistics: stdnormpdf(), stdnormcdf(), normcdf()
  • new functions for number theory: modpow(), modinv()
  • bugfix: pick() now working correctly with lists (arrays)
  • bugfix: npr() now returns correct even for n-r < r
  • bugfix: formatcheck.js now working again
  • various changes related to acceptance and unit tests
  • code cleanup