0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 19 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now looks for a "jre" link rather than cating the jrehome file. Martin says this is the right way now... More... almost 24 years ago
Sorted out slice viewing for 3+ dimensional arrays. More... almost 24 years ago
Enable assertions. More... almost 24 years ago
Many changes, including replacing Cartesian by NDShape, shift to using new NDArray/Ndx classes, removal of HDS/FITS specific code in favour of NDArray/Ndx equivalents where possible (but looks the same to the user). More... almost 24 years ago
minor bug. More... almost 24 years ago
Made it explicit that HDSType is for numeric types. More... almost 24 years ago
Fixed some broken logic. More... almost 24 years ago
Bugfix. More... almost 24 years ago
Added double precision support More... almost 24 years ago
Fixed some bugs - loop indices wrong way round and incorrect loop breakout. More... almost 24 years ago
Removed extrema ImageOp section as it doesn't understand NaN values. More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Modified behaviour for non-numeric data types - fromName now returns null not throws an IllegalArgumentException. More... almost 24 years ago
Added some assertions. More... almost 24 years ago
Added source=1.4 in <javadoc> tasks to enable assertions there too. More... almost 24 years ago
Modified toString. More... almost 24 years ago
Renamed OrderedNDShape.indexToPosition -> offsetToPosition and .positionToIndex -> positionToOffset for compatibility with ArrayAccess terminology and because 'index' is a hopelessly overloaded term. More... almost 24 years ago
Modified <javac> and <junit> invocations to tolerate and use respectively assertions. Note though that they will still be turned off during junit tests unless junit is invoked with fork. More... almost 24 years ago
Added support for null Requirements in toRequiredArray. More... almost 24 years ago
Changed to make sure quality array is applied to data. More... almost 24 years ago
Removed reference to NdxException (which doesn't currently exist). More... almost 24 years ago
Change connected with change in NDX API. More... almost 24 years ago
Modifications in connection with changes in the NDX API. More... almost 24 years ago
Effected a big simplification by removing NdxAccess and doing it all with NDArrays. More... almost 24 years ago
Changes connected with changes to the ndx and array packages, plus some tweaks/fixes to quality handling. More... almost 24 years ago
Modified to match changes in NDArray and Ndx classes. More... almost 24 years ago
Changed name ChunkIterator to ChunkStepper. Added BadHandler argument to makeNewNDArray in NDArrayFactory and elsewhere. Added setShape method to Requirements. More... almost 24 years ago
Oops, failed to close comment. More... almost 24 years ago
Typo corrected. More... almost 24 years ago
Removed oldarray from classpath. More... almost 24 years ago