0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the astronomical unit and removed any non-named units the initialization of the UnitsSI table. More... over 20 years ago
Fixes to the Units and especially UnitsTable methods: UnitsTable now implements Identifiable and requires a name for auditing purposes; Audited list of UnitsTable entries is now sorted by name; new class in utils: SortedIterator; invokers of UnitsAll.$.put now all retain the result (was being voided in many places); More... over 20 years ago
Minor changes to ensure that audited lists of cells appear in sorted order. Requires new com.util.SortedIterator class. More... over 20 years ago
Refactored some strings in SampleApplication.java; Changed the way filename args are defined (now relative); Various other minor changes to the sample app. More... over 20 years ago
Extended the testing of JQuantity. JQuantity now implements Divisible. Added a prefix (the key) to audited elements in UnitsTable More... over 20 years ago
Added valueOf(String) method to JQuantity; Fixed recursion in lookup(String) in UnitsTable. Added main test program for JQuantity. More... over 20 years ago
Added valueOf(String) method to JQuantity; Fixed recursion in lookup(String) in UnitsTable. Added main test program for JQuantity. More... over 20 years ago
Some significant improvements to the Units classes: UnitsTable.put(Measurable) method now returns an appropriate value and will only insert a named Measurable into the table. New match method in UnitsTable to find an equivalent Measurable in the table. More... over 20 years ago
Fixed problem in reporting the scale of composite Units. More... over 20 years ago
Small change to the way Dimensions are rendered as strings. More... over 20 years ago
These are mostly cosmetic changes occasioned by the factoring out of the base path (now defined once only in TestUtils.java (util package). Some of the modules have been radically reformatted by Eclipse. More... over 20 years ago
Restructured much of the Units classes in the JQuantity package. Perhaps it would make sense to split the package into several packages: numbers, units, JQuantity, presentations, etc. The method of initializing units and putting them in tables has changed. There are now explicit classes for SI, CGS and Imperial systems. JQuantity now references a Measurable instead of a Units. More... over 20 years ago
Removed superfluous imports More... over 20 years ago
Removed superfluous imports More... over 20 years ago
S0.3 More... over 20 years ago
V0.3 More... over 20 years ago
Obsolete More... over 20 years ago
Now requires V0.3 of JQuantity More... over 20 years ago
More cosmetics. More... over 20 years ago
Cosmetics. More... over 20 years ago
Minor fix: made a caught exception more general - to catch more cases. More cosmetics. Added 10B constant to WholeNumber. More... over 20 years ago
Mainly cosmetic effects. Updated the package.html for JQuantity. BaseUnit now extends Item, therefore various methods have been added to SIUnit, FlatUnit, Units. More... over 20 years ago
More cosmetics. Some unused stuff commented out. A couple of methods moved into BaseNumber. More... over 20 years ago
Pure cosmetics (mainly removal of old commented code) More... over 20 years ago
Rational: fixed last known anomaly (was introduced in one of the last workings). More... over 20 years ago
Rational: fixed a couple more problems regarding presentation/rounding of Rational numbers. There are still one or two minor anomalies which need looking at. More... over 20 years ago
Rational: fixed a couple more problems regarding presentation/rounding of Rational numbers. There are still one or two minor anomalies which need looking at. More... over 20 years ago
Rational: Fixed problem with invocation of impartFuzziness - was giving too much precision. More... over 20 years ago
Some rather significant changes to Rational and Complex: 1) Some of the old ValueOf factory methods have become constructors instead. 2) Some of the rest return non-constant Rationals as opposed to constants as before. 3) A place has been hopefully fixed where fuzziness was not being imparted to a presentation. 4) Quite a few cosmetic changes 5) in Complex, more pow/raiseToPower methods have been fully/correctly implemented. Also in NumberPresentation, a situation where the "~" was not being set is now fixed. More... over 20 years ago
Skipped the removal of this obsolete interface in major restucturing earlier. More... over 20 years ago