Skip to content

Commit

Permalink
Omninumeric initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
ENDrain committed Aug 20, 2022
2 parents d142cf5 + 3ba6312 commit 999e1bc
Show file tree
Hide file tree
Showing 19 changed files with 795 additions and 447 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
paths:
- 'cunumbers/**'
- 'omninumeric/**'
- 'tests/**'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-python-3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches: [ dev ]
paths:
- 'cunumbers/**'
- 'omninumeric/**'
- 'tests/**'
pull_request:
branches: [ dev ]
paths:
- 'cunumbers/**'
- 'omninumeric/**'
- 'tests/**'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-python-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches: [ dev ]
paths:
- 'cunumbers/**'
- 'omninumeric/**'
- 'tests/**'
pull_request:
branches: [ dev ]
paths:
- 'cunumbers/**'
- 'omninumeric/**'
- 'tests/**'

jobs:
Expand Down
10 changes: 0 additions & 10 deletions cunumbers/__init__.py

This file was deleted.

302 changes: 0 additions & 302 deletions cunumbers/cunumbers.py

This file was deleted.

29 changes: 0 additions & 29 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,6 @@

🌏 English [Русский](./CHANGELOG.ru.md)

## 1.3.2

- Added: Exceptions on unexpected input

## 1.3.1

- Optimization

## 1.3.0

- Added: Flags to specify dotting style: end with dot, wrap in dots, use delimeter-dots, or any combination
- Added: Obligatory dotting in ambiguous "delimeter" style cases

## 1.2.0

- Added: Now supports reading/writing in "plain" style
- Added: Flags to specify Arabic to CU conversion mode (default to "delimeter" style)
- Added: Flag to omit "titlo"

## 1.1.1

- Cleanup

## 1.1.0

- Added: Now supports Python >= 3.5
- Fixed: Wrong "titlo" positioning
- Fixed: Wrong "800" digit


## 1.0.0

Expand Down
Loading

0 comments on commit 999e1bc

Please sign in to comment.