Émilie Feral
|
c95c3145bc
|
Merge remote-tracking branch 'github/master' into Tree
|
2018-09-13 17:03:31 +02:00 |
|
Léa Saviot
|
f240899fc7
|
[poincare] Put the exception handler before Container::run
|
2018-09-13 16:02:58 +02:00 |
|
Émilie Feral
|
08077cb141
|
[ion] Storage: make Storage::nameCompliant less restrictive (accepts
.*\.[a-z]+). But Script::nameCompliant is stricted: [a-z_0-9.]*
|
2018-09-13 11:33:15 +02:00 |
|
Léa Saviot
|
101a1752b1
|
[coding style] Remove whitespace
|
2018-09-12 16:54:50 +02:00 |
|
Léa Saviot
|
fd361cbf60
|
[apps/calculation] Remove static Expression
|
2018-09-12 15:17:58 +02:00 |
|
Romain Goyet
|
9b177e8501
|
[poincare] use Poincare::ExceptionCheckpoint to handle exceptions
|
2018-09-12 14:11:20 +02:00 |
|
Léa Saviot
|
5821388b98
|
[statistics/test] Clearer assertion
|
2018-09-12 13:40:10 +02:00 |
|
Léa Saviot
|
0038cb537a
|
[statistics] For median and quartiles, compare absolute frequencies
Instead of relative frequencies
|
2018-09-12 13:40:10 +02:00 |
|
Léa Saviot
|
8d95f408be
|
[poincare] Tests on statistics
|
2018-09-12 13:40:10 +02:00 |
|
Léa Saviot
|
02899b863b
|
[poincare] Median computation (and quartile...) tackles imprecision
|
2018-09-12 13:40:10 +02:00 |
|
Émilie Feral
|
bb9583d6dd
|
[solver] When resolving linear system, we count on the side effect of
rank which has thus to be done in-place
|
2018-09-11 17:50:20 +02:00 |
|
Émilie Feral
|
d2ed06e2dc
|
[code] Add comment on how --code-script option is parsed
|
2018-09-11 17:03:04 +02:00 |
|
Émilie Feral
|
032db99754
|
[code] EditorController: avoid dynamic allocation
|
2018-09-11 17:03:04 +02:00 |
|
Émilie Feral
|
79740e72b0
|
[code] Avoid dynamic allocation and useless string copy by keeping the
importation status flag in the areaBuffer
|
2018-09-11 17:03:04 +02:00 |
|
Émilie Feral
|
3268a0cb41
|
[regression] Get rid of dynamic allocation in Store
|
2018-09-11 13:20:06 +02:00 |
|
Émilie Feral
|
86b3d366ca
|
[apps] All apps are allocated in the same union
|
2018-09-11 11:32:29 +02:00 |
|
Émilie Feral
|
6d9f0c0f0b
|
[apps] Get rid of DynamicViewController in FloatParameterController
|
2018-09-11 11:32:29 +02:00 |
|
Émilie Feral
|
27064d00f7
|
[calculation] Get rid of DynamicViewController in HistoryController
|
2018-09-10 12:59:36 +02:00 |
|
Émilie Feral
|
7b88770c15
|
[apps] VariableBoxController: fix the row size to avoid overflowing the
maximal number of displayable rows
|
2018-09-10 10:07:28 +02:00 |
|
Léa Saviot
|
aaf5cee967
|
[poincare] make tests compile
|
2018-09-10 09:54:37 +02:00 |
|
Émilie Feral
|
579da3033a
|
[apps] Get rid of DynamicViewController (part 2)
|
2018-09-07 17:55:42 +02:00 |
|
Émilie Feral
|
0fbab2f35c
|
[apps] Get rid of DynamicViewController
|
2018-09-07 17:55:42 +02:00 |
|
Émilie Feral
|
69db327b6e
|
[shared] Fix boolean confusion in ExpressionModel
|
2018-09-07 16:06:54 +02:00 |
|
Émilie Feral
|
5d281aacc4
|
[apps] Fix VariableBox for Matrix
|
2018-09-07 15:15:14 +02:00 |
|
Émilie Feral
|
03d3c1f9f2
|
[shared] SumGraphController: fix the condensed sum layout
|
2018-09-07 14:05:42 +02:00 |
|
Émilie Feral
|
ce69702134
|
[regression] Fix Regression
|
2018-09-07 12:02:25 +02:00 |
|
Émilie Feral
|
3a58ff7728
|
[regression] Fix Model
|
2018-09-07 12:02:25 +02:00 |
|
Émilie Feral
|
ecffed3124
|
[regression] Fix QuadraticModel
|
2018-09-07 11:51:34 +02:00 |
|
Émilie Feral
|
01b5001db3
|
[regression] Fix StoreController with new Poincare
|
2018-09-07 11:51:34 +02:00 |
|
Émilie Feral
|
dde1409be2
|
[regression] Fix Models with new Poincare API
|
2018-09-07 11:40:05 +02:00 |
|
Émilie Feral
|
ca0baff80e
|
[sequence] Fix ListParameterController
|
2018-09-07 11:40:05 +02:00 |
|
Émilie Feral
|
d4520b4648
|
[sequence] Fix ValuesController with new Poincare API
|
2018-09-07 11:40:05 +02:00 |
|
Émilie Feral
|
b6b5821bb6
|
[sequence] Fix ListController with new Poincare API
|
2018-09-07 10:17:52 +02:00 |
|
Émilie Feral
|
8e992c58ed
|
[solver] Fix SolutionsController with new Poincare API
|
2018-09-07 10:03:22 +02:00 |
|
Émilie Feral
|
33f7ca841c
|
[shared] Change
ScrollableExactApproximateExpressionsView::setExpressions to setLayouts
|
2018-09-07 10:02:48 +02:00 |
|
Émilie Feral
|
66eba3cfb3
|
[solver] Fix ListController with new Poincare API
|
2018-09-07 09:47:56 +02:00 |
|
Émilie Feral
|
de3174d77f
|
[solver] Fix EquationStore with new Poincare API
|
2018-09-06 18:05:31 +02:00 |
|
Émilie Feral
|
d583105d1d
|
[solver] Fix EquationModelsParameterController with new Poincare API
|
2018-09-06 17:06:32 +02:00 |
|
Émilie Feral
|
0c38a17dab
|
[solver] Fix Equation with Poincare API
|
2018-09-06 17:05:44 +02:00 |
|
Émilie Feral
|
eaf6105438
|
[sequence] Fix Sequence with new Poincare API
|
2018-09-06 17:04:09 +02:00 |
|
Émilie Feral
|
6ea91ecc4e
|
[shared] ExpressionModel tidy pool of its Expression & Layout when
tidying
|
2018-09-06 17:03:27 +02:00 |
|
Émilie Feral
|
03dcb58096
|
[regression] Fix CalculationController with new Poincare API
|
2018-09-06 16:39:52 +02:00 |
|
Émilie Feral
|
2cc01dc2a5
|
[calculation] Calculation model does not need to override copy
constructor
|
2018-09-06 16:37:36 +02:00 |
|
Émilie Feral
|
cd199a97e6
|
[sequence] Fix SequenceToolbox with new Poincare API
|
2018-09-06 16:05:34 +02:00 |
|
Émilie Feral
|
f70f72da1a
|
Change new Layout -> LayoutRef
|
2018-09-06 16:04:17 +02:00 |
|
Émilie Feral
|
e0d298789a
|
[sequence] Fix TypeParameterController with new Poincare API
|
2018-09-06 15:56:31 +02:00 |
|
Émilie Feral
|
b6f977f894
|
[sequence] Fix TermSumController with new Poincare API
|
2018-09-06 15:56:31 +02:00 |
|
Émilie Feral
|
dde781b06a
|
[settings] Fix MainController with new Poincare API
|
2018-09-06 15:56:31 +02:00 |
|
Émilie Feral
|
174c581474
|
[settings] Fix SubController with new Poincare API
|
2018-09-06 15:56:31 +02:00 |
|
Émilie Feral
|
d6005e4240
|
[settings] Fix Helpers with new Poincare API
|
2018-09-06 15:56:31 +02:00 |
|