Skip to content

Releases: ShambaC/shamboflow

v1.0.2.1

24 Dec 19:44

Choose a tag to compare

Minor release

  • Changed styling of tqdm progress bar

Full Changelog: v1.0.2...v1.0.2.1

v1.0.2

23 Dec 20:14

Choose a tag to compare

Fix a fatal error

  • fit() and evaluate() always used the last data from y
  • replace apply_along_axis with enumerate and for loop

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Oct 13:12

Choose a tag to compare

Another release yay!

  • Fixed model.summary() to actually show an output now
  • Changed all docstrings to match google style
  • Generated and added pydoctor docs to the repo

Full Changelog: v1.0.0.1...v1.0.1

v1.0.0.1

28 Sep 18:09

Choose a tag to compare

v1.0.0.1

Very minor release. Made this scratch an itch.

  • Change logo in README from local to cdn.

Full Changelog: v1.0.0...v1.0.0.1

v1.0.0

28 Sep 17:58

Choose a tag to compare

First release of my package. Should auto release on PyPI. I will include binaries I built but they will be of no use.

Proper changelogs will be from next release.