Skip to content

Commit

Permalink
New release: v0.2.0
Browse files Browse the repository at this point in the history
Removed XGboost predictors in favour of sklearn native gradient boosted predictors. The basic gradient boosted classifiers are not as good as those of XGBoost, but are more than sufficient for this package and reduce the number of dependencies.

Function usage remains the same, only the naming of the class is changed: XGBPredictor -> GBPredictor

Bugfix: Fixed bug in He ignition phase detection. Core ignition is now taken as He ignition for stars that ignite non degenerately. Previous fix didn't work for all stars.

Documentation: Updated documentation to reflex name change in GBPredictor.

Other: Updated dependencies and added minimum required versions for the most important ones.
  • Loading branch information
vosjo committed Dec 28, 2020
1 parent 9d4eb23 commit 441e1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnaps/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 441e1d6

Please sign in to comment.