File: CHANGELOG.md

package info (click to toggle)
jsurf-alggeo 0.4.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,224 kB
  • sloc: java: 10,673; makefile: 78; sh: 62
file content (89 lines) | stat: -rw-r--r-- 2,619 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.4.1] - 2017-12-04
### Fixed
- allow to disable RotateSphericalDragger when mouse button is released

## [0.4.0] - 2017-11-25
### 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

## [0.3.0] - 2015-11-17
### 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

## [0.2.0] - 2015-11-09
### Added
- long options --help and --version

## [0.1.4] - 2015-09-07
### Changed
- removed unintended executable privilege of some .jsurf example files

### Fixed
- fixed division of univariate polynomials by constants

### Added
- change log

## [0.1.3] - 2015-03-03
### 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)

## [0.1.2] - 2014-07-03
### 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

## [0.1.1] - 2014-02-07
### Added
- .gitignore
- .jsurf examples files and demo for gradle 'run' task

### Fixed
- properly exit after saving PNG image

## [0.1.0] - 2013-06-13
### Added
- basic setup for Maven deployment to GitHub
- import code from internal code repository of IMAGINARY

### Changed
- improved scheduling of parallel rendering tasks

[unreleased]: https://github.com/IMAGINARY/jsurf/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/IMAGINARY/jsurf/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/IMAGINARY/jsurf/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/IMAGINARY/jsurf/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/IMAGINARY/jsurf/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/IMAGINARY/jsurf/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/IMAGINARY/jsurf/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/IMAGINARY/jsurf/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/IMAGINARY/jsurf/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/IMAGINARY/jsurf/compare/v0.0.0...v0.1.0