Skip to content

Tags: AllenInstitute/render-python

Tags

v2.4.2

Toggle v2.4.2's commit message
pyproject: add 3.12 and 3.13 pixi features, make <3.14

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pyproject.toml

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
actions: release_publish with pixi task

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