Skip to content

Conversation

@taldcroft
Copy link
Owner

No description provided.

embray and others added 21 commits December 30, 2014 10:34
…issue-3029

Rename beta1d and beta2d - solves issue 3029 (This takes over astropy#3102)
… a True-like value, so ensure that we actually get a float when a float result is expected.
…creating new model classes with custom names.
…s. In retrospect it should have been blatantly obvious that was a bad idea, and unnecessary anyways. Turns out Python creates a new method object every time you access a method on an object anyways (this is still reasonably efficient, as it uses a cache of already malloc'd PyMethodObjects and just updates the im_func and im_self pointers on those objects).
…om for improvement here but this is a start.
…y expression. This requires one input which is a mapping of operators to a numerical precedence so that the correct order of operations can be determined. This ended up looking a lot like ExpressionTree.evaluate, which might be able to be used to implement this with a little refactoring.
…afs. This method still needs more work though :/
…il the enhancements to the tree display are complete.
… a new instance is returned, rather than the class itself. If the class is for some reason needed it can still be gotten at, but in most cases it seems to be clearer if we just return an instance.
@taldcroft taldcroft closed this Jul 11, 2018
@taldcroft taldcroft deleted the table-mixin branch July 11, 2018 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.