Skip to content

Tags: AllenInstitute/render-python

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #168 from AllenInstitute/develop

Develop

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #165 from AllenInstitute/develop

Develop -> master

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #146 from fcollman/scale_thinplate

Scale thinplate

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #141 from djkapner/pass_render_import_ts_parallel

Pass render import ts parallel

v2.2.0

Toggle v2.2.0's commit message
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

v2.1.1

Toggle v2.1.1's commit message
Bump version: 2.1.0 → 2.1.1

v2.1.0

Toggle v2.1.0's commit message
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

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #116 from fcollman/fix_argspec_dep

Fix argspec deprecation

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0.0

Toggle v2.0.0's commit message
test fix