Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 64 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Oresme

Basic Info
  • Host: GitHub
  • Owner: WhiteSymmetry
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 105 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 5
Created 8 months ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security Zenodo

README.md

Oresme

Zenodo DOI

WorkflowHub DOI

figshare DOI

SciELO Preprints DOI

preprints.ru DOI

Authorea DOI

Preprints DOI

OSF DOI

Knowledge Commons DOI

Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge Open Source MIT License

Python CI codecov Documentation Status Binder PyPI version PyPI Downloads Contributor Covenant Linted with Ruff


PyPI PyPI version
Conda conda-forge version
DOI DOI
License: MIT License


Oresme numbers refer to the sums related to the harmonic series.


Türkçe Tanım:

Oresme Sayıları, 14. yüzyılda Nicole Oresme tarafından incelenen matematiksel serilerdir. Oresme sayıları harmonik seriye ait toplamları ifade eder. İki türü vardır:
1. ( \frac{n}{2^n} ) serisi (Oresme'nin orijinal çalışması),
2. Harmonik sayılar (( H_n = 1 + \frac{1}{2} + \cdots + \frac{1}{n} )).
Bu sayılar, analiz ve sayı teorisinde önemli rol oynar.


English Definition:

Oresme Numbers are mathematical series studied by Nicole Oresme in the 14th century. Oresme numbers refer to the sums related to the harmonic series. They include two types:
1. The ( \frac{n}{2^n} ) sequence (Oresme's original work),
2. Harmonic numbers (( H_n = 1 + \frac{1}{2} + \cdots + \frac{1}{n} )).
These numbers play a key role in analysis and number theory.


Fark/Karşılaştırma (Difference):

  • Oresme'nin ( \frac{n}{2^n} ) serisi ıraksaklık kanıtları için önemlidir.
  • Harmonik sayılar (( H_n )) ise logaritmik büyüme gösterir ve ( n \to \infty ) iken ıraksar.
  • Modern literatürde "Oresme numbers" terimi daha çok tarihsel bağlamda kullanılır.

Kurulum (Türkçe) / Installation (English)

Python ile Kurulum / Install with pip, conda, mamba

bash pip install Oresme -U python -m pip install -U oresme conda install bilgi::oresme -y mamba install bilgi::oresme -y

diff - pip uninstall oresme -y + pip install -U oresme + python -m pip install -U oresme

PyPI

Test Kurulumu / Test Installation

bash pip install -i https://test.pypi.org/simple/ oresme -U

Github Master Kurulumu / GitHub Master Installation

Terminal:

bash pip install git+https://github.com/WhiteSymmetry/Oresme.git

Jupyter Lab, Notebook, Visual Studio Code:

```python !pip install git+https://github.com/WhiteSymmetry/Oresme.git

or

%pip install git+https://github.com/WhiteSymmetry/Oresme.git ```


Kullanım (Türkçe) / Usage (English)

```python import oresme as ore

Example 1: Generate Oresme sequence

print(ore.oresme_sequence(5)) # [0.5, 0.5, 0.375, 0.25, 0.15625]

Example 2: Get exact harmonic numbers as fractions

print(ore.harmonic_numbers(3)) # [Fraction(1, 1), Fraction(3, 2), Fraction(11, 6)]

Example 3: Calculate single harmonic number

print(ore.harmonic_number(5)) # 2.283333333333333

Example 4: Approximate large harmonic number

print(ore.harmonicnumberapprox(1000000)) # ≈14.392726722865724

Example 5: Use generator

for i, h in enumerate(ore.harmonicgenerator(3), 1): print(f"H{i} = {h}")

Example 6: NumPy vectorized version

print(ore.harmonicnumbersnumpy(5)) # [1. 1.5 1.833... 2.083... 2.283...]

[0.5, 0.5, 0.375, 0.25, 0.15625] [Fraction(1, 1), Fraction(3, 2), Fraction(11, 6)] 2.283333333333333 14.392726722865808 H1 = 1.0 H2 = 1.5 H_3 = 1.8333333333333333 [1. 1.5 1.83333333 2.08333333 2.28333333]

```

```python import oresme oresme.version

```

Development

```bash

Clone the repository

git clone https://github.com/WhiteSymmetry/Oresme.git cd Oresme

Install in development mode

python -m pip install -ve . # Install package in development mode

Run tests

pytest

Notebook, Jupyterlab, Colab, Visual Studio Code !python -m pip install git+https://github.com/WhiteSymmetry/Oresme.git

```

Citation

If this library was useful to you in your research, please cite us. Following the GitHub citation standards, here is the recommended citation.

BibTeX

APA

``` Keçeci, M. (2025). Echoes of Constancy: Waves of Change in the Keçeci and Oresme Sequences. In SciELO Preprints. https://doi.org/10.1590/SciELOPreprints.12584

Keçeci, M. (2025). Between Chaos and Order: A Behavioural Portrait of Keçeci and Oresme Numbers. preprints.ru. https://doi.org/10.24108/preprints-3113623

Keçeci, M. (2025). Analysing the Dynamic and Static Structures of Keçeci and Oresme Sequences. Authorea. https://doi.org/10.22541/au.175199926.64529709/v1

Keçeci, M. (2025). Dynamic Sequences Versus Static Sequences: Keçeci and Oresme Numbers in Focus. Preprints. https://doi.org/10.20944/preprints202507.0781.v1

Keçeci, M. (2025). Mobility and Constancy in Mathematical Sequences: A Study on Keçeci and Oresme Numbers. OSF. https://doi.org/10.17605/osf.io/68r4v

Keçeci, Mehmet (2025). Dynamic and Static Approaches in Mathematics: Investigating Keçeci and Oresme Sequences. Knowledge Commons. https://doi.org/10.17613/gbdgx-d8y63

Keçeci, Mehmet (2025). Dynamic-Static Properties of Keçeci and Oresme Number Sequences: A Comparative Examination. figshare. Journal contribution. https://doi.org/10.6084/m9.figshare.29504960

Keçeci, M. (2025). Variability and Stability in Number Sequences: An Analysis of Keçeci and Oresme Numbers. WorkflowHub. https://doi.org/10.48546/workflowhub.document.37.1

Keçeci, M. (2025). Dynamic vs Static Number Sequences: The Case of Keçeci and Oresme Numbers. Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.15833351

Keçeci, M. (2025). Oresme. figshare. https://doi.org/10.6084/m9.figshare.29504708

Keçeci, M. (2025). Oresme [Data set]. WorkflowHub. https://doi.org/10.48546/workflowhub.datafile.18.1

Keçeci, M. (2025). Oresme (0.1.0). Open Science Articles (OSAs), Zenodo. https://doi.org/10.5281/zenodo.15833238 ```

Chicago

``` Keçeci, Mehmet. Echoes of Constancy: Waves of Change in the Keçeci and Oresme Sequences. In SciELO Preprints, 2025. https://doi.org/10.1590/SciELOPreprints.12584

Keçeci, Mehmet. Dynamic vs Static Number Sequences: The Case of Keçeci and Oresme Numbers. Open Science Articles (OSAs), Zenodo, 2025. https://doi.org/10.5281/zenodo.15833351

Keçeci, Mehmet. Oresme. figshare, 2025. https://doi.org/10.6084/m9.figshare.29504708

Keçeci, Mehmet. Oresme [Data set]. WorkflowHub, 2025. https://doi.org/10.48546/workflowhub.datafile.18.1

Keçeci, Mehmet. Oresme. Open Science Articles (OSAs), Zenodo, 2025. https://doi.org/10.5281/zenodo.15833238

```

Lisans (Türkçe) / License (English)

This project is licensed under the MIT License.

Owner

  • Name: Mehmet Keçeci
  • Login: WhiteSymmetry
  • Kind: user
  • Location: Turkey

PhD. Student in Physics (thesis term) Master of Science in Physics (MSc.), 2001 Occupational Safety Specialist, 2016 <M|ehme|t><K|eçec|i>

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Oresme
message: >-
  If you use this software, please cite it using the
  metadata from this file. / Eğer bu yazılımı
  kullanıyorsanız, lütfen bu dosyadaki meta verileri
  kullanarak atıfta bulunun.
type: software
authors:
  - given-names: Mehmet
    family-names: Keçeci
    email: bilginomi@yaani.com
    orcid: 'https://orcid.org/0000-0001-9937-9839'
identifiers:
  - type: doi
    value: 10.5281/zenodo.15833238
  - type: doi
    value: 10.5281/zenodo.15833351
  - type: doi
    value: 10.48546/workflowhub.datafile.18.1
  - type: doi
    value: 10.6084/m9.figshare.29504708
repository-code: 'https://github.com/WhiteSymmetry/Oresme'
url: 'https://github.com/WhiteSymmetry/Oresme'
repository: 'https://anaconda.org/bilgi/oresme'
repository-artifact: 'https://pypi.org/project/oresme/'
abstract: >-
  Oresme numbers refer to the sums related to the harmonic series.
keywords:
  - Oresme
license: MIT
commit: 'Revision: 1'
version: 0.1.0
date-released: '2025-07-08'

GitHub Events

Total
  • Release event: 4
  • Watch event: 1
  • Push event: 37
  • Pull request event: 2
  • Gollum event: 2
  • Create event: 3
Last Year
  • Release event: 4
  • Watch event: 1
  • Push event: 37
  • Pull request event: 2
  • Gollum event: 2
  • Create event: 3

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 15 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: oresme

Oresme numbers refer to the sums related to the harmonic series

  • Homepage: https://github.com/WhiteSymmetry/Oresme
  • Documentation: https://WhiteSymmetry.github.io/Oresme/
  • License: MIT License Copyright (c) 2025 Mehmet Keçeci Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 0.1.0
    published 8 months ago
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15 Last month
Rankings
Dependent packages count: 8.9%
Average: 29.4%
Dependent repos count: 50.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/ci-cd.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish v1.12.4 composite
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/jekyll-gh-pages.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish v1.12.4 composite
.github/workflows/python-package.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • codecov/codecov-action v3 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish v1.12.4 composite
.github/workflows/static.yml actions
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • actions/configure-pages v4 composite
  • actions/deploy-pages v4 composite
  • actions/setup-node v4 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/workflow.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish v1.12.4 composite
.github/workflows/zenodo.yml actions
  • actions/checkout v4 composite
  • yfukai/zenodo-publish-action v1.3.0 composite
package-lock.json npm
package.json npm
docs/requirements.txt pypi
  • sphinx *
  • sphinx_rtd_theme *
pyproject.toml pypi
requirements.txt pypi
setup.py pypi
  • numpy *