André Pedersen

Results 112 comments of André Pedersen

@SachidanandAlle I can make the PyPI repo, as I was the one making these edits. I can give you admin rights to the repo, if you'd like. I will use...

@SachidanandAlle I have created the temporary PyPI project: https://pypi.org/project/SimpleCRF-binaries/ To install simple run the command: `pip install SimpleCRF-binaries` Let me know if there are any issues. As this is a...

@jamesobutler I believe this happened automatically. AFAIK, if you build wheels using GitHub Actions, only macOS >= 10.15 is supported. It sucks because quite often 10.13-10.14 are used in production....

@jamesobutler I have tried to fix this in the latest release candidate now: [pip install SimpleCRF-binaries==0.2.1.3rc1](https://pypi.org/project/SimpleCRF-binaries/0.2.1.3rc1/) At least I was able to install it and import "denseCRF" and "maxflow". You...

@taigw Hello! Is it possible to merge this and make a new patch release such that when installing from PyPI you install through the binary wheels?

@masadcv I will make an attempt and we will see how easy it is :P Will let you know when the workflow from making pre-compiled binaries is running and I...

I have gotten quite far. What remains is setting up such that python limited api is used and creating a wheel for each operating system. However, I see that classifiers...

> We don't want to go back.. we don't want to worry about python 2.x Understandable. Will let you know when I have the wheels ready for you to test....

Forward-compatible python wheels with abi3 for windows, ubuntu, and macos are now being created: https://github.com/andreped/SimpleCRF/actions These wheels are compatible with Python >=3.6 as discussed. It is also possible to push...

> @masadcv can we try and test the precompiled version of crf.. this will bring more convenience for MONAILabel users while installing the package Definitely. With GitHub Actions these are...