Skip to content

Conversation

@condecon
Copy link
Owner

@condecon condecon commented Sep 9, 2025

This PR is identical to #30 but fixes some typing issues.

@condecon condecon changed the base branch from main to dev September 9, 2025 10:09
@condecon condecon merged commit 9b3a066 into dev Sep 9, 2025
9 checks passed
@condecon condecon deleted the 29_honor_id_field_when_loading_itempool branch September 9, 2025 10:10
This was referenced Sep 9, 2025
condecon added a commit that referenced this pull request Sep 9, 2025
* add contributing guidelines

* move

* update docs build

* add .readthedocs.yml

* update deps

* fix path

* fix path

* update install

* update deps

* update deps

* update theme

* 29 honor id field when loading itempool (#31)

* Make ItemPool loading functions respects IDs if given

* Update instructions on running unit tests

* Add new unit tests for loading TestItems with IDs

* fix typing issue

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

* honor id field for item selection

* update example in readme

* update changelog

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>
condecon added a commit that referenced this pull request Sep 10, 2025
* add contributing guidelines

* move

* update docs build

* add .readthedocs.yml

* update deps

* fix path

* fix path

* update install

* update deps

* update deps

* update theme

* 29 honor id field when loading itempool (#31)

* Make ItemPool loading functions respects IDs if given

* Update instructions on running unit tests

* Add new unit tests for loading TestItems with IDs

* fix typing issue

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

* honor id field for item selection

* update example in readme

* update changelog

* update version to 1.1.2

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>
condecon added a commit that referenced this pull request Sep 26, 2025
* add contributing guidelines

* move

* update docs build

* add .readthedocs.yml

* update deps

* fix path

* fix path

* update install

* update deps

* update deps

* update theme

* 29 honor id field when loading itempool (#31)

* Make ItemPool loading functions respects IDs if given

* Update instructions on running unit tests

* Add new unit tests for loading TestItems with IDs

* fix typing issue

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

* honor id field for item selection

* update example in readme

* update changelog

* update version to 1.1.2

* FIX: use more stable versions of functions  item_information_function() and probability_y1()

* CHG: adapt number of empty lines

* update version number 1.1.3

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>
Co-authored-by: Tim Schaefer <ts+code@rcmd.org>
condecon added a commit that referenced this pull request Nov 4, 2025
* Update version number to 1.1.2 (#33)

* add contributing guidelines

* move

* update docs build

* add .readthedocs.yml

* update deps

* fix path

* fix path

* update install

* update deps

* update deps

* update theme

* 29 honor id field when loading itempool (#31)

* Make ItemPool loading functions respects IDs if given

* Update instructions on running unit tests

* Add new unit tests for loading TestItems with IDs

* fix typing issue

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

* honor id field for item selection

* update example in readme

* update changelog

* update version to 1.1.2

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

* Bug Fix #34 (#37)

* add contributing guidelines

* move

* update docs build

* add .readthedocs.yml

* update deps

* fix path

* fix path

* update install

* update deps

* update deps

* update theme

* 29 honor id field when loading itempool (#31)

* Make ItemPool loading functions respects IDs if given

* Update instructions on running unit tests

* Add new unit tests for loading TestItems with IDs

* fix typing issue

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

* honor id field for item selection

* update example in readme

* update changelog

* update version to 1.1.2

* FIX: use more stable versions of functions  item_information_function() and probability_y1()

* CHG: adapt number of empty lines

* update version number 1.1.3

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>
Co-authored-by: Tim Schaefer <ts+code@rcmd.org>

* Fix #43 (#44)

* use custom optimization interval for minimize_scalar

* update version and changelog

---------

Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>
Co-authored-by: Tim Schaefer <ts+code@rcmd.org>
condecon added a commit that referenced this pull request Nov 4, 2025
commit 471ff7f
Author: condecon <dev@condecon.de>
Date:   Tue Nov 4 12:35:52 2025 +0100

    Bug Fix #46

commit 35b5276
Merge: 9a9f1f1 acff4be
Author: Jonas Engicht <dev@condecon.de>
Date:   Tue Nov 4 09:18:31 2025 +0100

    Merge branch 'revision' into main

commit 9a9f1f1
Author: Jonas Engicht <dev@condecon.de>
Date:   Tue Nov 4 09:10:01 2025 +0100

    Fix #43 (#44)

    * use custom optimization interval for minimize_scalar

    * update version and changelog

commit 292b6e0
Author: Jonas Engicht <dev@condecon.de>
Date:   Fri Sep 26 13:09:42 2025 +0200

    Bug Fix #34 (#37)

    * add contributing guidelines

    * move

    * update docs build

    * add .readthedocs.yml

    * update deps

    * fix path

    * fix path

    * update install

    * update deps

    * update deps

    * update theme

    * 29 honor id field when loading itempool (#31)

    * Make ItemPool loading functions respects IDs if given

    * Update instructions on running unit tests

    * Add new unit tests for loading TestItems with IDs

    * fix typing issue

    ---------

    Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

    * honor id field for item selection

    * update example in readme

    * update changelog

    * update version to 1.1.2

    * FIX: use more stable versions of functions  item_information_function() and probability_y1()

    * CHG: adapt number of empty lines

    * update version number 1.1.3

    ---------

    Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>
    Co-authored-by: Tim Schaefer <ts+code@rcmd.org>

commit 28a6c97
Author: Jonas Engicht <dev@condecon.de>
Date:   Wed Sep 10 09:41:27 2025 +0200

    Update version number to 1.1.2 (#33)

    * add contributing guidelines

    * move

    * update docs build

    * add .readthedocs.yml

    * update deps

    * fix path

    * fix path

    * update install

    * update deps

    * update deps

    * update theme

    * 29 honor id field when loading itempool (#31)

    * Make ItemPool loading functions respects IDs if given

    * Update instructions on running unit tests

    * Add new unit tests for loading TestItems with IDs

    * fix typing issue

    ---------

    Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>

    * honor id field for item selection

    * update example in readme

    * update changelog

    * update version to 1.1.2

    ---------

    Co-authored-by: Tim Schäfer <tim.schaefer@ae.mpg.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants