Skip to content

Tags: artefactory/choice-learn

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update poetry.lock (#180)

* update poetry.lock

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #155 from artefactory/joss

ADD: JoSS submission Paper & Experiments

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update poetry.lock file (#143)

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix dependencies (#141)

ADD: Python 3.12 in CI
ADD: Python version < 3.13
FIX: poetry.lock
& small changes

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ENH: ChoiceModel.trainable_weights as @Property (#116)

* FIX: ArrayStorage when directly instantiated from ndarray

* ENH: better handling when features / availabilities are indexed with FeaturesStorage

* ADD: ArrayStorage indexer & catching KeyErrors for custom messaging

* ENH: ArrayStorage follows common structure with Indexers

* ENH: harmonize Error raised with missing key

* ADD: KeyError test for all Storages

* ENH: FeaturesStorage IDs checked automatically

* ENH: Way faster FeaturesStorage instantiation in some edge cases

* ENH: trainable_weights as abstractmethod & property

* FIX: subset ChoiceDataset with availabilities as FbID

* FIX: FeaturesStorage in the middle of 'normal' features

* FIX: FeaturesStorage in the middle of 'normal features'

* ADD: check for ArrayStorage that Features have more dimensions than key

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update poetry.lock (#119)

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enh/storages (#100)

* ADD: ArrayStorage

* ADD: according tests

* ENH: finished modifying tests

* ENH: documentatiopn

* ADD: adapted notebook for Storages

* FIX: test

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/auto release (#96)

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/publish (#84)

* ADD: release action

* ADD: spaces

* Release (#85)

* ADD: TF doc in readme

* FIX: readme

* FIX: get_full_dataset with None features

* ENH: change logo

* FIX: diverse small fixes

* ADD: pip install + run test action

* ADD: pythonpath for pytest

* small updates on notebooks (#87)

* ENH: reformulation

* RM: added by error notebook

* ENH: PyPI push action

* ENH: preparation of auto-release

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Polishing (#82)

* ADD: newer logo

* FIX: CI name for badge

* Update README.md