Skip to content

Tags: srlearn/srlearn

Tags

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
✨ Bump version patch number pending release

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🚀 Bump version 0.5.4

Add `__version__ = "0.5.4"` in `_meta.py`

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🚀 0.5.3 Release

Bump version in `_meta.py`

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
🚀 Bumping version for 0.5.2 release

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
v0.5.1 - Patch

Summary of changes since last release:

- #38 - Removing TODOs from codebase
- #43 - Fixing delimiters used by `np.loadtxt` in `predict` and `predict_proba`
- #44 - Dropping Travis-CI and Circle-CI in favor of GitHub Actions

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
0.5.0 : srlearn

Fix object naming

0.4.3

Toggle 0.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
0.4.3 : Windows patch and base class

- Fix `RDN.fit()` and `RDN.predict()` on Windows
- Refactor `RDN` to use a new base class for estimators

0.4.2

Toggle 0.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
Utilities and Database.from_files()

- Add utility for reporting version info
- Add utility to `reset` system manager
- Add `Database.from_files()` method
- Add `Database.write()` implementation for files

0.4.1

Toggle 0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
0.4.1 : install_requires patch

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hayesall Alexander L. Hayes
0.4.0 : scikit-learn-style api

- Maintaining and Refactoring the objects.
- Abstracting BoostSRL's file system
- Documentation for all modules