Skip to content

Commit 67b7398

Browse files
author
gabe-rbo
committed
v2-0-0
1 parent 5b9f139 commit 67b7398

246 files changed

Lines changed: 75385 additions & 4778 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bumpversion.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.13
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

@@ -10,3 +10,7 @@ replace = version = "{new_version}"
1010
[bumpversion:file:CITATION.cff]
1111
search = version: {current_version}
1212
replace = version: {new_version}
13+
14+
[bumpversion:file:pysurgery/__init__.py]
15+
search = __version__ = "{current_version}"
16+
replace = __version__ = "{new_version}"

.gitignore

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# OS-specific files
2+
.DS_Store
3+
.DS_Store?
4+
._*
5+
.Spotlight-V100
6+
.Trashes
7+
ehthumbs.db
8+
Thumbs.db
9+
110
# Byte-compiled / optimized / DLL files
211
__pycache__/
312
*.py[cod]
@@ -47,6 +56,7 @@ coverage.xml
4756
*.cover
4857
*.py,cover
4958
.pytest_cache/
59+
.ruff_cache/
5060
pytestdebug.log
5161

5262
# Hypothesis
@@ -171,4 +181,19 @@ move_method.py
171181
logo
172182

173183
# memory
174-
memory
184+
memory
185+
186+
# claude
187+
.claude
188+
189+
# experiments
190+
experiments/
191+
192+
# antigravity
193+
.antigravitycli
194+
195+
.pysurgery
196+
197+
.CondaPkg
198+
199+
scratch

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Gabriel"
66
email: "gabriel.ribeiro@dcc.ufmg.br"
77
title: "pySurgery: Computational Surgery Theory in Python"
8-
version: 1.7.13
8+
version: 2.0.0
99
date-released: 01-05-2026
1010
url: "https://github.com/gabe-rbo/pysurgery"
1111
repository-code: "https://github.com/gabe-rbo/pysurgery"

Manifest.toml

Lines changed: 318 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"

0 commit comments

Comments
 (0)