Tags: AllenInstitute/render-python
Tags
Tps adaptive mesh refinement (#132) * adding adaptive mesh estimate for TPS size reduction * fixing className caps in json * added some documentation header * trivial change to retrigger build * trivial change to retrigger build * separating recursion from setup, raising max_iter exception * Update thin_plate_spline.py trivial change to retrigger build * another trivial change for rebuild * added doc string, default pass self to recursion, custom exception * subclassing custom exception as EstimationError * removing custom class __str__ method * removing test of exception __str__ * reverting to simpler estimation error exception
Refactor client (#119) * client: start refactor * client: refactor client to multiple files * client: add __all__ to files, noqas to init * client: remove call_run_ws in some higher level functions * client: add missing project inputs, PEP8 * client: add WithPool to all for compatibility * client: modify all for test compatilibity
Better image pyramid (#109) * trying to implement a simplier ImagePyramid interface changed image pyramid interface to be more straightforward, and changed tests where necessary bumped version to indicate backward compatability break wip fixed auto sorting * v1 of image open interface fixed s3 bucket read added new requirements removed auto-import of image_open making urlparse python3 compatible fixing python3 imports more another import fix * removing image_open test * fix bug * removing .pytest_cache files * adding to gitignore * fixing .vscode * remove from git * fixed bug in from_dict * fixing bugs in new class * fixed bugs * reworking MIpMapLevels and removing deprecated stuff * added more image pyramid unit tests * added more tests * adding __setItem__, DeprecationWarning, and class method * added keyerror exceptions and tests * fixed test * test fix
PreviousNext