numere

Framework for numerical computations, data analysis and visualisation

https://github.com/numere-org/numere

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 3 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 (15.6%) to scientific vocabulary

Keywords

data-analysis data-science data-visualization fft fitting framework math numere programming-language scripting visualization
Last synced: 6 months ago · JSON representation ·

Repository

Framework for numerical computations, data analysis and visualisation

Basic Info
  • Host: GitHub
  • Owner: numere-org
  • License: gpl-3.0
  • Language: C++
  • Default Branch: main
  • Homepage: https://www.numere.org
  • Size: 59.6 MB
Statistics
  • Stars: 24
  • Watchers: 3
  • Forks: 5
  • Open Issues: 40
  • Releases: 7
Topics
data-analysis data-science data-visualization fft fitting framework math numere programming-language scripting visualization
Created almost 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation

README.md

NumeRe

Download NumeRe GitHub Downloads (all assets, all releases) DOI

ko-fi

Scientific data analysis for Windows® redefined

Curve fitting | Data analysis | Plotting | Matrix operations | FFT | Extensible Framework | Multiple file formats | Programmable | Open source | Free for everyone

NumeRe: Framework for Numerical Computations is an application for Microsoft Windows® that can do more than the usual spreadsheets. It provides you with nonlinear fits of arbitrary functions as well as a ODE solver. It can display 1D and 2D data easily and publication-ready with a simple command. Fourier transforms are included as well as wavelet transforms. Data is managed in a table-based manner and automatically saved, so you can quickly resume after a restart.

Simple tasks are simple

We never understood why you have to write as much code for simple things as for more complex tasks. Our mantra is therefore Keep simple things simple.

Syntax as intuitive as a language

NumeRe's main goal is to be as intuitive as possible, which implies a syntax that is as simple and clear as possible. NumeRe does not try to be dynamically typed, but deliberately emphasizes that you understand what is happening as soon as you read the code. In addition, the advanced editor highlights different data structures in different colors, so the syntax may seem a bit "colorful and choppy" at first. But we can guarantee that you will appreciate it very soon.

Structure built-in

When writing procedures, the deeply-integrated namespaces help you to keep order right away, because each folder automatically corresponds to a namespace. This makes it possible to have several procedures with the same name that are still unique. The editor supports you by auto-completion, as well as by displaying tooltips that show documentation and signatures of functions, commands and procedures.

Get more information at: en.numere.org

Screen shots

Get an impression, how NumeRe looks like and what it's able to do for you. Note that although the UI language is German in these image, NumeRe is also available in English. There's no need to learn a foreign language. 😉

This is how a typical session might look like: numere-session-screen

We have a huge embedded documentation in multiple languages available in every distribution: numere-documentation

Some exemplary 2D and 3D plots: promotion_1

Some exemplary plots: promotion_2

Join in

How can you support us?

The question should rather be: how do you want to support us? Do you want to work directly on the code and develop new features? Or do you want to suggest new features or do you have a suggestion for improvement? Maybe you have found a problem?

Contact us

Get in touch with us through the following ways: - Oldschool: Write us a mail - Bug or idea: Submit a ticket - Chat: Talk or chat with us directly on Discord

Your skills

For the development of new features you will need these skills: - Experience in C++ (C++11 onwards) - Experience with programming and debugging

Your tools

We use these tools and frameworks (we also provide a complete setup as a compiler suite with all libraries): - MinGW/TDM-GCC >= 10.3.0 - MathGL - Gnu Scientific Library (GSL) - Boost - wxWidgets - Code::Blocks

Building NumeRe

We have a dedicated page with information about how to build NumeRe. There are multiple ways, but we do recommend to use our prepared compiler suite.

Owner

  • Name: NumeRe.org
  • Login: numere-org
  • Kind: organization
  • Location: Germany

Scientific data analysis for Windows® redefined

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'NumeRe: Framework for Numerical Computations'
message: 'If you use this software, please cite it as below.'
type: software
authors:
  - family-names: Hänel
    given-names: Erik
  - name: NumeRe.org
    website: 'https://www.numere.org'
identifiers:
  - type: doi
    value: 10.5281/zenodo.10617501
repository-code: 'https://github.com/numere-org/NumeRe'
url: 'https://www.numere.org'
abstract: >-
  Framework for numerical computations, data analysis and
  visualisation
license: GPL-3.0
commit: fa6820bebc2d9f7bbc4df3fcecf6e39907ccd644
version: 1.1.7.2508
date-released: '2025-08-27'

GitHub Events

Total
  • Fork event: 1
  • Create event: 5
  • Release event: 2
  • Issues event: 135
  • Watch event: 4
  • Delete event: 2
  • Member event: 1
  • Issue comment event: 43
  • Push event: 114
  • Gollum event: 2
  • Pull request review comment event: 3
  • Pull request review event: 2
  • Pull request event: 5
Last Year
  • Fork event: 1
  • Create event: 5
  • Release event: 2
  • Issues event: 135
  • Watch event: 4
  • Delete event: 2
  • Member event: 1
  • Issue comment event: 43
  • Push event: 114
  • Gollum event: 2
  • Pull request review comment event: 3
  • Pull request review event: 2
  • Pull request event: 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 142
  • Total pull requests: 20
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 6
  • Total pull request authors: 5
  • Average comments per issue: 0.23
  • Average comments per pull request: 0.2
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 82
  • Pull requests: 9
  • Average time to close issues: 22 days
  • Average time to close pull requests: 17 days
  • Issue authors: 4
  • Pull request authors: 3
  • Average comments per issue: 0.28
  • Average comments per pull request: 0.22
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • numeredev (72)
  • numere-bot (54)
  • lucasJedel (7)
  • mstranne (5)
  • undefinedactive (3)
  • raphael-sys (1)
Pull Request Authors
  • numeredev (13)
  • mstranne (3)
  • lucasJedel (2)
  • diop7 (1)
  • numere-bot (1)
Top Labels
Issue Labels
feature (55) change (49) bug (38) critical (3) documentation (3) duplicate (1)
Pull Request Labels
PR-tested (6) PR-reviewed (6) change (4) feature (3) bug (2)