Skip to content

Commit b7c26c1

Browse files
committed
docs: update version into 1.0.0 and write citation with zenodo doi
1 parent a366ee7 commit b7c26c1

3 files changed

Lines changed: 25 additions & 16 deletions

File tree

CITATION.cff

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ authors:
66
email: "nemonanconcode@gmail.com"
77
title: "Versor: Universal Geometric Algebra Neural Network"
88
version: 1.0.0
9-
date-released: 2026-02-04
9+
date-released: 2026-03-10
1010
url: "https://github.com/Concode0/versor"
1111
repository-code: "https://github.com/Concode0/versor"
12+
doi: "10.5281/zenodo.18939519"
1213
keywords:
1314
- "geometric algebra"
1415
- "clifford algebra"
@@ -17,6 +18,9 @@ keywords:
1718
- "unbending"
1819
- "manifold alignment"
1920
identifiers:
21+
- type: doi
22+
value: "10.5281/zenodo.18939519"
23+
description: "Zenodo Archive"
2024
- type: other
2125
value: "KR Patent Application 10-2026-0023023"
2226
description: "Geometric Blade Network (GBN) Architecture Patent"

README.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Versor: A PyTorch Framework for Geometric Algebra Deep Learning
22

3-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/) [![PyTorch](https://img.shields.io/badge/PyTorch-2.0+-ee4c2c.svg)](https://pytorch.org/)
3+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/) [![PyTorch](https://img.shields.io/badge/PyTorch-2.0+-ee4c2c.svg)](https://pytorch.org/) [![Docs](https://img.shields.io/badge/docs-MkDocs-brightgreen)](https://concode0.github.io/Versor/) [![DOI](https://zenodo.org/badge/1149480519.svg)](https://doi.org/10.5281/zenodo.18939518)
44

55
> **"There is a ceiling above standard Deep Learning that no one saw. Versor opens the door above it."**
66
7+
**[Read the Official Documentation](https://concode0.github.io/Versor/)**
8+
79
![Manifold Unbending Demo](/demo_manifold_comp.gif)
810

911
## At a Glance
@@ -276,12 +278,14 @@ Versor/
276278

277279
## Documentation
278280

279-
* [**Philosophy**](docs/philosophy.md): Why Geometric Algebra? The "unbending" paradigm.
280-
* [**Tutorial**](docs/tutorial.md): Step-by-step guide to building with Versor.
281-
* [**Mathematics**](docs/mathematical.md): Clifford Algebra, Rotors, Metric Signatures.
282-
* [**Innovations (Code Examples)**](docs/innovations.md): 10 code-illustrated innovations that make Versor unique.
283-
* [**FAQ**](docs/faq.md): Common questions and troubleshooting.
284-
* [**Roadmap**](docs/milestone.md): Upcoming work and research directions.
281+
**[Official Versor Documentation Website](https://concode0.github.io/Versor/)**
282+
283+
For a deep dive into the framework, please visit our official documentation site, which includes:
284+
* **Philosophy**: Why Geometric Algebra? The "unbending" paradigm.
285+
* **Mathematics**: Clifford Algebra, Rotors, Metric Signatures, and proofs.
286+
* **Tutorial**: Step-by-step guide to building with Versor's geometric layers.
287+
* **Innovations**: 10 code-illustrated features that make Versor unique.
288+
* **API Reference**: Full documentation of `core`, `layers`, and `functional` modules.
285289

286290
## License & Intellectual Property
287291

@@ -297,14 +301,15 @@ By releasing this under Apache 2.0, we provide a **perpetual, royalty-free paten
297301

298302
```bibtex
299303
@software{kim2026versor,
300-
author = {Kim, Eunkyum},
301-
title = {Versor: Universal Geometric Algebra Neural Network},
302-
url = {https://github.com/Concode0/versor},
303-
version = {0.1.0},
304-
year = {2026},
305-
month = {2},
304+
author = {Kim, Eunkyum},
305+
title = {Versor: Universal Geometric Algebra Neural Network},
306+
url = {[https://github.com/Concode0/versor](https://github.com/Concode0/versor)},
307+
version = {1.0.0},
308+
year = {2026},
309+
month = {3},
310+
doi = {10.5281/zenodo.18939519},
306311
license = {Apache-2.0},
307-
note = {ROK Patent Application 10-2026-0023023 (Geometric Blade Networks)}
312+
note = {ROK Patent Application 10-2026-0023023 (Geometric Blade Networks)}
308313
}
309314
```
310315

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "versor"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "A PyTorch framework for Geometric Algebra Deep Learning"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)