CWTSLeiden / networkanalysis

Java package that provides data structures and algorithms for network analysis.
MIT License
145 stars 33 forks source link

Arrays: added repeat function. #14

Closed vtraag closed 3 years ago

vtraag commented 3 years ago

This PR adds a repeat function to the Arrays class. This is then also immediately used by the createDoubleArrayOfOnes for backwards compatibility.

Since this PR does add to the API (but in a backwards compatible manner), we should then increase the MINOR version, not the PATCH version, i.e. version 1.2.0.