Skip to content

Releases: tomkooij/modelleertaal

v5.4.2

20 May 12:00
Compare
Choose a tag to compare
Add examen 2022

v5.4.1

07 Jul 11:38
Compare
Choose a tag to compare
Fix 2021-III antwoord

v5.4

07 Jul 11:00
Compare
Choose a tag to compare
7jul2021

Klaar voor schooljaar 2021-2022

v5.3

01 Jun 09:41
Compare
Choose a tag to compare
Changes:
 - Leeg model added

v5.2

02 Apr 09:28
Compare
Choose a tag to compare
Changelog

v5.2

2 apr 2021

- Add sinr, cosr and tanr functions (trig with radians) by mierenhoop
- Export N=... to model.xml
- Allow user to set precision (significante cijfers) in table and TSV
- implement min() and max() functions, with ; as separator. min(-10; 0) == 0

v5.1: Version 5.1

11 Oct 11:54
Compare
Choose a tag to compare
- print()
- Plot N,t-diagram

v5.0.2

29 Feb 19:06
Compare
Choose a tag to compare
29 Feb 2020

Changes

- Fix packaging (travis/releases).
  Make sure browserified modelleertaal-app.browser.js is deployed to releases.

v5.0.1

12 Feb 16:24
Compare
Choose a tag to compare

12 Feb 2020

  • Replace Google Analytics by Goatcounter. (Privacy friendly)
  • Round numbers in TSV export to 4 digits. Fix Google Sheets import issues.

v5.0

12 Jan 08:10
Compare
Choose a tag to compare

Changes

  • Meerdere plots tegelijkertijd in een grafiek
  • Klik op y-as for autoscale aan/uit (plot y-as vanaf nul)
  • Tooltips om waarden af te lezen in grafiek
  • app layout, bestanden menu
  • update_modeljs.py script: genereer models.jsautomatisch
  • PGFPlots: verbeterde plots
  • 'EN' en 'OF' logische operatoren toegevoegd
  • Kies automatisch voor het (y,x)-diagram als y en x variabelen in model zitten.
  • Zet directe link naar model in URL en browser history
  • 'log()' en 'abs()' functies toegevoegd

Bug Fixes

  • #35 - "BLANK" geeft nu ook "vul iets in bij de puntjes" als de regel alleen "..." bevat
  • fix boolean variablen in output (tabel)

v4.5

28 Sep 07:05
Compare
Choose a tag to compare
Changes:
 - Bugfix: fix double alert 'cannot read property of undefined' on parse error
 - Feature: accepteer unicode squared/cubed F=k*v2 (met superscript 2)