You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate doc (#103)
* updated sphinx version
* update doc links
* fixed link
* fixed a type hint
* updated version number
Co-authored-by: tailaiw <[email protected]>
Fixed a bug of empty list being ignored by AndAggregator (#77)
* fixed a bug
* updated version number
* updated changelog
* fixed typos
* avoided pandas warning
Optimized the logic applying univariate model to DataFrame (#67)
* optimized applying univariate model to DF
* updated version number and changelogs
* minor optimization
* Fixed a bug that model trained with Series cannot be applied to DataFrame due to name matching error
* modified docstrings
* updated version number
* updated changelog
Finalize Github Action for publishing to PyPI (#58)
* corrected workflow folder name
* updated version number
* removed build meta from version
* update version number
* update version
* used real pypi
Removed build meta from setup.cfg (#57)
* corrected workflow folder name
* updated version number
* removed build meta from version
* update version number