january icon indicating copy to clipboard operation
january copied to clipboard

January project

Results 13 january issues
Sort by recently updated
recently updated
newest added

Move January to Java 8 https://github.com/eclipse/january/issues/422

Java 8 is an old enough standard now and allows lambdas. Suggest move to Java 8.

It would be good to have a speed test to show where the current nD looping under performs against the compiler optimized basic loop. If January is slow then the...

See [FAQ](https://www.eclipse.org/legal/epl-2.0/faq.php)

See NumPy's [ndarray.squeeze](https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.squeeze.html) and add its inverse function [numpy.expand_dims](https://docs.scipy.org/doc/numpy/reference/generated/numpy.expand_dims.htm) Support `Reshapeable` metadata too

January abstracts loops inside itself and uses one of its iterators. In the case where a loop could be done in a primitive way, there should be an appropriate test...

The January dataset bundles at the moment are built with Tycho/Eclipse, but there is no actual dependency on OSGi or Eclipse IDE to make use of January datasets. This issue...

When an output compound dataset is given, not all its elements are set to zero. This bug found in #184 and fixed in #186 applies to many other methods in...

To ease contribution and more easily manage builds we are considering changing January's build system from Maven+Tycho to "pure" Maven. This eases development of features such as #144 and opens...

Hide tycho-buildtimestamp-jgit's requirement of clean git tree behind a profile that is activated on build machines, but not required on dev machines. This relates to #165 in that doing compile...