Joost van Griethuysen

Results 10 issues of Joost van Griethuysen

Move CI on Mac OS from travis to CircleCI

Add the possibility to enable dynamic binning, which scales the bin width by the ratio between the range of intensities seen in the derived and original images (only including intensities...

enhancement
postponed
Pre-Processing

The first commit only defines an example for the model configuration file and adds some code to validate these using PyKwalify: - Update the PyKwalify validation in PyRadiomics to also...

enhancement
postponed

Some extreme cases of certain textures can still cause bugs in the pyradiomics code, but won't be triggered during contiguous testing because the current test cases do not present such...

testing

- Move building for Mac to CircleCI, stop building on TravisCI - Update code to deal with recent changes ToDo: - [ ] Fix Conda CI for windows

### Context The change to SidePanel.tsx in commit 72243fa1 resulted in the side panels not showing the scrollbar anymore. This was especially evident in the StudyBrowser side panel. ### Changes...

Recently, CI for MacOs was moved to CircleCI. Wheels intended for PyPi distribution are build as part of the general testing, including wheels for MacOS. However, conda deployment is handled...

Implements the option of connecting to a SSH server through another SSH server (jump-host). This is achieved through a new `ProxyConnector` class: `SshConnector`. In addition, refactor the structure of `ConnectionInfo`...

### Fixes: Fixes #202 by replacing the `load_module()` function with `exec_module()`. This follows the solution proposed on [StackOverflow](https://stackoverflow.com/questions/19009932/import-arbitrary-python-source-file-python-3-3).

### Environment * Python version: 3.10 * PyKwalify version: 1.8.0 ### Steps to Reproduce - Validate any schema with additional extensions. Easiest to reproduce using `PyRadiomics` repo (which uses pykwalify)....