Ticket #182 (closed idea: worksforme)

Opened 4 years ago

Last modified 3 years ago

add decorator-based tools

Reported by: mmckerns Owned by: mmckerns
Priority: major Milestone: mystic-0.2a2
Component: mystic.tools Keywords:
Cc:

Description (last modified by mmckerns) (diff)

add decorator-based tools

Change History

comment:1 Changed 4 years ago by mmckerns

started decorate branch in r532

comment:2 Changed 4 years ago by mmckerns

added basic timing and caching decorators

comment:3 Changed 4 years ago by mmckerns

added decorator-based function wrappers in r550

comment:4 Changed 3 years ago by mmckerns

added decorator for discrete inputs in r591

comment:5 Changed 3 years ago by mmckerns

added a simple float caching decorator in r595 and shallow rounding in r597 (as opposed to deep rounding done by existing float caching decorator)

comment:6 Changed 3 years ago by mmckerns

added decorators that enable an arbitrary function to respect the bounds in r598 (uses clipping, bounce-back, or targeting)

comment:7 Changed 3 years ago by mmckerns

added decorators for penalty functions in r599

comment:8 Changed 3 years ago by mmckerns

  • Milestone changed from mystic-dev to mystic-0.3a

comment:9 Changed 3 years ago by mmckerns

  • Status changed from new to closed
  • Summary changed from add decorator-based tools, refactor existing tools for decorators where appropriate to add decorator-based tools
  • Resolution set to worksforme
  • Description modified (diff)
  • Milestone changed from mystic-0.3a to mystic-0.2a2

split off refactor of existing tools to #200.

consider this one closed. Still needs a merge to the trunk.

Note: See TracTickets for help on using tickets.