Skip to main content

Eclipse January

The Eclipse January project provides Java implementations of numerical data structures such as multi-dimensional arrays and matrices, including a Java equivalent to the popular Python NumPy library for n-dimensional array objects. The project also includes general purpose data classes, structures and pattern realizations that can be mapped to a wide range of scientific problems while also maintaining metadata about that information, for example CSG trees.

Implementations are scalable to large structures that do not fit entirely in memory at once. For example, data structures up to 100s of MB generally fit in memory without needing additional design consideration, however large data structures of many GBs or even larger need design consideration to allow efficient processing without requiring loading the entire structure at once into memory. Therefore features such as meta information on data, references to data and slicing of data are first class citizens of this project. The required outcome is to allow data structures to scale to run on various distributed computing architectures.

This project will also encapsulate methods for loading, storing and manipulating data. This project is designed to work in headless (non-UI) operation for automated data processing.

Basics


Repositories

Repo Commits Reviews Issues
https://github.com/eclipse-january/january 10 9 0
https://github.com/eclipse-january/.eclipsefdn 4 1 0
https://github.com/eclipse-january/january-website 2 2 0

Activity - commits

There have been 16 commits made by 3 people on 3 repositories over the last 12 months.


Activity - issues

There have been 0 issues submitted by 0 people on 0 repositories over the last 12 months.


Activity - reviews

There have been 12 reviews submitted by 1 people on 3 repositories over the last 12 months.

The EMO oversees the lifecycle of Eclipse projects, trademark and IP management, and provides a governance framework and recommendations on open source best practices.

See the project’s PMI page at https://projects.eclipse.org/projects/science.january


Releases


IP Lab requests

Organization Settings

  • GitHub organization: eclipse-january
  • 2FA enforced: True
  • Default workflow permissions: read

Branch Protections

This project has a total of 4 repositories in its associated GitHub organization eclipse-january . The graph below outlines the percentange of repositories that have either defined a Branch Protection Rule or Repository Ruleset: Branch protections

Back to the top