Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypi #285

Closed
wants to merge 83 commits into from
Closed

pypi #285

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
9db3ed7
Fix for Issues #261 - cell division failed at the border
sophietheis Nov 8, 2022
524696f
Fix Mesh creation
sophietheis Nov 9, 2022
4d7b918
Add 2D collision solver
sophietheis Nov 10, 2022
c08f4f2
Update README.md
sophietheis Nov 11, 2022
934610d
Generalised wich vertex penetrate face
sophietheis Nov 11, 2022
fa64a25
Attempt to set out particular cases
sophietheis Nov 11, 2022
85eb93d
Detect and fix self-crossing face
sophietheis Nov 14, 2022
a041e9b
Use `.apply()`
sophietheis Nov 14, 2022
febed0f
ENH: write `mean_XX` method in `Epithelium` class (Issue #224)
sophietheis Nov 15, 2022
2be7b6d
Fix according to comments
sophietheis Nov 15, 2022
3ce763b
Fix Issue #258 ax argument not considered in `plt_draw.sheet_view`
sophietheis Nov 15, 2022
a23f656
ENH: pass column name to `data_at_opposite` issue (#245)
sophietheis Nov 15, 2022
ad7a335
Add publication and remove bibtex reference
sophietheis Nov 16, 2022
d23e9f5
Add check face convexity
sophietheis Nov 16, 2022
ce67fa4
Use reset_index and code simplification
sophietheis Nov 16, 2022
48c6859
yAdd to_mesh function (issue #221) and some test
sophietheis Nov 17, 2022
f25763e
Remove the use of reset_index in face_self_intersect
sophietheis Nov 17, 2022
47d36fc
use ipv_draw with 2D data
sophietheis Nov 18, 2022
6840f29
Fix solution after detection point inside polygon
sophietheis Nov 18, 2022
c41b940
Remove solving collision for 2 same face...
sophietheis Nov 18, 2022
aca8e18
Abord vertex displacement if it creates twisted face
sophietheis Nov 23, 2022
430dd38
New way to calculate the position of "penetrate" vertices
sophietheis Nov 24, 2022
c1757b7
WIP - use force field to fix collision
sophietheis Nov 28, 2022
aa21e9e
Small fix
sophietheis Nov 29, 2022
a7772b6
Remove function duplication due to circular import
sophietheis Dec 9, 2022
73aae18
Calculate "repulsion" gradient in the effector method. Remove loop
sophietheis Dec 12, 2022
bf53966
Fix tests
sophietheis Jan 3, 2023
dec83f0
Add lateralsheet shapes + test
sophietheis Feb 21, 2023
b168d59
Update publication + add collapse texte
sophietheis Feb 22, 2023
902fb72
Add test for Repulsion effector
sophietheis Feb 28, 2023
b0d3723
Add test update repulsion
sophietheis Feb 28, 2023
b226c31
Remove unused import
sophietheis Feb 28, 2023
5047751
Add `drop_face` to allow hole (issues #220 and #141) (associate #221)
sophietheis Feb 28, 2023
98b6e18
Update readme.md
sophietheis Mar 1, 2023
ebc1805
Update publications in README.md
sophietheis Mar 6, 2023
181edcd
Add `lineage` attribute to `Epithelium`
sophietheis Mar 7, 2023
455f1ca
Remove memory oscillation
sophietheis Jun 27, 2023
dc8521c
merge with main
glyg Dec 27, 2023
a408ac5
builds with pip
glyg Dec 28, 2023
4584914
debugging, still no build apparently
glyg Dec 28, 2023
a8d12c4
build and tests
glyg Dec 28, 2023
1f9975f
update nb submodule
glyg Dec 28, 2023
5419af3
fix pyproject
glyg Dec 28, 2023
1e6c17d
install with pip in CI
glyg Dec 28, 2023
eaf2819
install with pip in CI
glyg Dec 28, 2023
eb1bbb7
install with pip in CI
glyg Dec 28, 2023
0e85676
adds scikit-build dep
glyg Dec 28, 2023
1dfbe12
python version
glyg Dec 28, 2023
dbdf911
python version specifier
glyg Dec 28, 2023
cbfd1f8
remove strang flags
glyg Dec 28, 2023
ebbbb27
adds _version.py
glyg Dec 28, 2023
76daa2a
setuptools_scm dep
glyg Dec 28, 2023
63aea94
simplified I guess
glyg Dec 28, 2023
ce58472
zdds setuptools-scm to env, MakeFilelist shenanigans
glyg Jan 7, 2024
684c2c7
restricting to 3.10
glyg Jan 7, 2024
1c53508
install dev
glyg Jan 7, 2024
3de8d6a
pyhon version coherence
glyg Jan 7, 2024
a5412bf
install cmd
glyg Jan 7, 2024
ebbdeb7
trying to move to modern sckit-build (it's painful)
glyg Jan 7, 2024
e62491c
WIP change build
glyg Jan 7, 2024
367edd6
getting closer I hope
glyg Jan 8, 2024
b96792f
make_spherical test pasess \o/
glyg Jan 9, 2024
347f950
tests passing, warnings still to be treated
glyg Jan 9, 2024
84dff99
don't install editable version in gh action
glyg Jan 9, 2024
ef71914
remove diff chars
glyg Jan 9, 2024
2b3a572
tagging again to avoid metadata mismatch
glyg Jan 24, 2024
7bef6c4
Uncomment 2D repulsion + tests
sophietheis Jan 25, 2024
f1a8839
Add comments in effectors.py
sophietheis Jan 25, 2024
09174f5
rmeove _version.py and ignore in git
glyg Feb 12, 2024
4227a48
Update history.py (#274)
sniffo Dec 27, 2023
d61bce5
skip 2 tests
glyg Feb 12, 2024
9683613
Merge branch 'main' into dev
glyg Feb 12, 2024
02f2c1c
fix non existing hdf5
glyg Feb 12, 2024
bfd8065
submodules
glyg Feb 12, 2024
be279bf
adds notebooks submodule
glyg Feb 12, 2024
a1228ce
should fix history bug
glyg Feb 13, 2024
ba9abce
adds submodules again
glyg Feb 13, 2024
d13a078
minoor fix, notebooks
glyg Feb 13, 2024
2d13cb2
updates readme and rtd
glyg Feb 13, 2024
3682df2
Merge branch 'main' into dev
glyg Feb 13, 2024
e2581d3
fixing pyproject
glyg Feb 13, 2024
af73bb4
Merge branch 'main' into dev
glyg Feb 13, 2024
3f3a2e1
builds for PyPi in github action
glyg Feb 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,37 @@ jobs:
run: |
mamba install pytest
make test


make_sdist:
name: Make SDist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Optional, use if you use setuptools_scm
submodules: true # Optional, use if you have submodules

- name: Build SDist
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: dist/*.tar.gz

upload_all:
needs: [build_wheels, make_sdist]
environment: pypi
permissions:
id-token: write
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4
with:
pattern: cibw-*
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ test = [
"pytest",
"pytest-cov",
"scikit-build-core",
"nbval"
"scikit-build-core"
"nbval",
]
dev = [
"pytest",
"pytest-cov",
"scikit-build-core",
"pre-commit",
"nbval"
"nbval",
]
docs = [
"Sphinx",
Expand Down