Skip to content

Releases: sambitdash/LabelNumerals.jl

v0.1.1

22 Jul 07:19
Compare
Choose a tag to compare

LabelNumerals v0.1.1

Diff since v0.1.0

Merged pull requests:

Compatibility with Julia 1.0

12 Aug 10:31
Compare
Choose a tag to compare

Support for all older versions and Compat libraries have been removed.

Fix for RomanNumeral Error Handling

23 Jul 16:39
Compare
Choose a tag to compare

Fix for RomanNumeral Error Handling

Fixes for 0.7

23 Jul 16:29
Compare
Choose a tag to compare

0.7 is now supported.

LabelNumerals.jl - Documentation Updated

28 Aug 09:41
Compare
Choose a tag to compare

Parse method removed for RomanNumerals

27 Aug 18:27
Compare
Choose a tag to compare
Merge pull request #2 from tkelman/patch-1

parse method requires minimum RomanNumerals version 0.2.2

Numerals used in labels

23 Aug 08:39
Compare
Choose a tag to compare

This numeral scheme is to be used for labels only. Example, page numbers.

Hence, it has only additive property implemented. Following are some features:

  1. Arabic numeral support: 1,2,3, ...
  2. Roman numeral support: I, II, III, IV etc.
  3. Alpha as number formats: A,B,C...AA, BB, CC,... etc
  4. Look up numbers like: one, two, three... etc.
  5. Prefix for numbers as in appendix: A-1, A-2, A-3
  6. Ability to present numerals in uppercase and lowercase where applicable: A,B,C or a,b,c or iii,iv,v etc.