Skip to content

Commit

Permalink
[major-8]
Browse files Browse the repository at this point in the history
Merge pull request #13 from syedalimohsinbukhari/development

Includes: #7, #9, #10, and #12 
Fixes: #8, #11
  • Loading branch information
syedalimohsinbukhari authored Jan 11, 2024
2 parents 6744f3b + 4f02bb3 commit e642890
Show file tree
Hide file tree
Showing 51 changed files with 2,288 additions and 1,609 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ cython_debug/
.idea/
/src/error_config.py
/main.py
/double_integrators.py
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,13 @@ good-names=i,
j,
k,
ex,
dx,
Run,
_

# Good variable names regexes, separated by a comma. If names match any regex,
# they will always be accepted
good-names-rgxs=
good-names-rgxs=(f|k|x|y|z)[0-9]?(_?)*

# Include a hint for the correct naming format with invalid-name.
include-naming-hint=no
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Solvers
# num_solvers

A library for some basic numerical solvers.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = Solvers
name = num_solvers
version = 0.1.0
url = https://github.com/syedalimohsinbukhari/Solvers
author = Syed Ali Mohsin Bukhari, Astrophysics and Python
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
readme = f.read()

setup(
name='Solvers',
name='num_solvers',
version='0.1.0',
packages=find_packages(where="src"),
url='https://github.com/syedalimohsinbukhari/Solvers',
license='MIT',
author='Syed Ali Mohsin Bukhari, Astrophysics and Python',
author_email='syedali.b@outlook.com, astrophysicsandpython@gmail.com',
description='A library for some basic numerical solvers.',
description='A library for some basic numerical num_solvers.',
long_description=readme,
long_description_content_type="text/markdown",
python_requires=">=3.9",
Expand Down
19 changes: 0 additions & 19 deletions src/Solvers/__init__.py

This file was deleted.

198 changes: 0 additions & 198 deletions src/Solvers/integrators/NewtonCotesIntegrators.py

This file was deleted.

7 changes: 0 additions & 7 deletions src/Solvers/integrators/__init__.py

This file was deleted.

117 changes: 0 additions & 117 deletions src/Solvers/integrators/_backend/NEWTON_COTES.py

This file was deleted.

1 change: 0 additions & 1 deletion src/Solvers/integrators/_backend/__init__.py

This file was deleted.

Loading

0 comments on commit e642890

Please sign in to comment.