Tags: perlman/render-python
Tags
Merge pull request AllenInstitute#141 from djkapner/pass_render_impor… …t_ts_parallel Pass render import ts parallel
Tps adaptive mesh refinement (AllenInstitute#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 (AllenInstitute#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
Merge pull request AllenInstitute#116 from fcollman/fix_argspec_dep Fix argspec deprecation
Better image pyramid (AllenInstitute#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
Add thin plate spline transform (AllenInstitute#110) * added base64 encoding/decoding * starting framework for ThinPlateSplineTransform * updated * changin encode/decode to deal only with numpy arrays * adding from_dict method to thin_plate_spline * unflattening matrix * fixing np -> numpy * adding to_dict to thin plate spline * apply flake8 * commenting out thinplate split to_dict * adding whitespace to start of datastring * adding textto start dataString * commenting out _process dataString * modifying _process dataString * modifying _process dataString * modifying _process dataString * fixing up ThinPlateSpline class * fixing * flake8 * fixed test/transform/thinplatespline * removing trailing L's in hex from encode/decode * increasing coverage on affine and b vectors * removing trailing L in hex from encode/decode * one more hex change * adding cast to byte for python 3 for zlib decompress output * adding cast to byte for python 3 for zlib compress input * casting utf-8 * fixing... * think python2/3 zlib stuff fixed * one last python 3 bit * trivial change to retrigger failed build * another trivial change to retrigger failed build * another trivial change to retrigger failed build * adding decode support for '@' * major simplification from Russel on encode/decode * getting rid of leading b'' in encode for python 3 * catching and testing for '@' in decode * removing bitstring requirement * removing n argument to decodeBase64 * fixing multiline string * removed documentation referring to n, retrigger failed build * accidental deletion * first try with pytest.raises() for code coverage * changing IndexErrors to ValueErrors * last flake8 indent fix * trivial change to retrigger failed build
Merge pull request AllenInstitute#102 from fcollman/ujson_serialization utils: allow ujson for requests calls if it can be imported
Merge pull request AllenInstitute#95 from fcollman/better_error_messages better error messages on rest calls
PreviousNext