- 14 Sep, 2018 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Also removed automatic installation of dependencies (done in gitlab-ci pipeline instead).
-
- 10 Sep, 2018 2 commits
-
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
- 05 May, 2018 1 commit
-
-
Stéphane Adjemian authored
... returned when one tries to instantiate a dates object with an object which cannot be interpreted as a date.
-
- 14 Feb, 2018 1 commit
-
-
Houtan Bastani authored
-
- 17 Nov, 2017 1 commit
-
-
Houtan Bastani authored
-
- 12 Nov, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 10 Oct, 2017 1 commit
-
-
Stéphane Adjemian authored
If non singleton objects have different number of elements, return false instead of raising an error message.
-
- 20 Jun, 2017 1 commit
-
-
Houtan Bastani authored
-
- 18 May, 2017 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 07 Apr, 2017 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 28 Mar, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 22 Mar, 2017 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 24 Oct, 2016 1 commit
-
-
Stéphane Adjemian authored
-
- 24 Nov, 2015 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Also adapted runalltests script (saves an empty file called failed iff one of the unit tests fails).
-
- 23 Nov, 2015 2 commits
-
-
Stéphane Adjemian authored
In the base directory: ~$ make check-octave will trigger the testsuite with Octave, and ~$ make check-octave triggers the same testsuite with Matlab.
-
Stéphane Adjemian authored
With Octave `which('dates')` returns nothing (Octave claims that `dates` is a built in function).
-
- 19 Nov, 2015 6 commits
-
-
Stéphane Adjemian authored
Install m-unit-tests module from Github/master if needed.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 18 Nov, 2015 10 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
As in commit 6beaf7b0 (for the sort method).
-
Stéphane Adjemian authored
As in commit 6beaf7b0 (for the sort method).
-
Stéphane Adjemian authored
As in commit 6beaf7b0 (for the sort method).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
As in commit 6beaf7b0 (for the sort method).
-
Stéphane Adjemian authored
-
- 17 Nov, 2015 2 commits
-
-
Stéphane Adjemian authored
... and added a new method. sort_ sorts a dates object in place (without a copy). sort first make a copy and then sorts the copy. The first routine, with in place modification, is more efficient because we do not have to create a new object. Example ======= If o is a dates object with more than one element, then o.sort() returns a sorted version of o without modifying o, while o.sort_() sorts the elements in o.
-
Stéphane Adjemian authored
Also (re)activated the unit tests.
-