NASA-Planetary-Science / sbpy

A Python package for small bodies research
https://sbpy.org/
Other
67 stars 34 forks source link

Enable `in` operator for `DataClass` #357

Closed jianyangli closed 2 years ago

jianyangli commented 2 years ago

Add DataClass.__contains__ method to enable in operator.

mkelley commented 2 years ago

Ah, this also needs a changelog entry. I've been neglecting to check for those.

jianyangli commented 2 years ago

Right, I've always forgotten about changelog. Will add it. Do you want me to also include in the changelog other recently closed PR (#343 , #337, #350) here?

mkelley commented 2 years ago

I've got those in #358

mkelley commented 2 years ago

Thanks