Skip to content

Tags: tohtsky/irspack

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix max os build (#107)

* fix wf for macos

* resurrect branch condition

---------

Co-authored-by: Tomoki Ohtsuki <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for 0.3.0 (#105)

* More docs

* Update codecov-actions

* Use more explicit gcc options

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify the build script (#96)

* simplify the setup.py script

* wheel build test.

* Bring branch rule back on wheels.yml.

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
iALS tuning strategy of doubling dimensions (#95)

* - Implement doubling dimension strategy.
- Use `Sequence[Suggestion]` instead of `List[Suggestion]` for covariance.

* Add test for doubling dimension tuning.

* - Add example of doubling dimension strategy.
- increment `n_trials_following` default value.

* Added docstrings

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve typehint (#92)

* Add pycln

* Use typevar.

* Embedding traits should not inherit from Baserecommender.

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
modify iALS docs (#91)

Co-authored-by: tohtsky <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
modify iALS docs (#91)

Co-authored-by: tohtsky <[email protected]>

v0.1.20

Toggle v0.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve wheel build (#88)

* Try it

* Fix knn's argsort

* Fix argsort in util.hpp

* Let's see what happens for cp > 38

* Use manylinux2010

* Skil i686 build for cp36

* aarch wheels requires too much time.

* It seems to work

* Fix Readme

Co-authored-by: tohtsky <[email protected]>

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve id mapping (#87)

* Use typervar

* allowed_item_ids and per_user_item_ids

* Allowed_item_ids can be set uniformly

* pre-commit should run on every push

* improve test

* Run isort

Co-authored-by: tohtsky <[email protected]>

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make test much more tolerant (#86)