Releases: IMAGINARY/jsurf
Releases · IMAGINARY/jsurf
jsurf v0.4.1
Fixed
- allow to disable RotateSphericalDragger when mouse button is released
jsurf v0.4.0
Changed
- some backward compatibility for option machinery
- more detailed help text
Added
- add support for EditorConfig to unify coding style
- AST nodes keep track of parentheses in the input
jsurf v0.3.0
Changed
- default to headless instead of graphical operation
- use Sun's javax.vecmath 1.5.2 implementation again
(GPLv2 w/ classpath exception)
Added
- new command line option --gui
Fixed
- background threads do not prevent application from exiting anymore
jsurf v0.2.0
Added
- long options --help and --version
jsurf v0.1.4
Changed
- removed unintended executable privilege of some .jsurf example files
Fixed
- fixed division of univariate polynomials by constants
jsurf v0.1.3
Added
- unit tests via JUnit
Changed
- ignore Eclipse build files via .gitignore
Fixed
- avoid side effects of multivariate polynomial addition (which sometimes changed
the internal representation of variables like X, Y and Z)
jsurf v0.1.2
Changed
- switched to non-GPL licensed implementation of the javax.vecmath API
- switched gradle plugin 'maven' to 'maven-publish'
- updated to Gradle 1.12
- ignore Eclipse project files via .gitignore
jsurf v0.1.1
Added
- .gitignore
- .jsurf examples files and demo for gradle 'run' task
Fixed
- properly exit after saving PNG image
jsurf v0.1.0
Added
- basic setup for Maven deployment to GitHub
- import code from internal code repository of IMAGINARY
Changed
- improved scheduling of parallel rendering tasks