Skip to content

Commit 54a7f5e

Browse files
Merge pull request #1522 from expectedparrot/q113
Minor nb and docs updates
2 parents 25937d8 + 8d0bf24 commit 54a7f5e

11 files changed

+628
-4027
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Changelog
22

3-
## [0.1.42] - TBD
3+
## [0.1.43] - TBD
44
### Added
55
### Changed
66
### Fixed
77

88

9+
## [0.1.42] - 2025-01-24
10+
### Added
11+
- DeepSeek models
12+
13+
- The name of the inference service is now included in the `Model` parameters and `Results` objects. This can be useful when the same model is provided by multiple services.
14+
15+
- The model pricing page at Coop shows daily test results for available models: https://www.expectedparrot.com/home/pricing
16+
17+
### Changed
18+
- Default size limits on question texts have been removed.
19+
20+
### Fixed
21+
922
## [0.1.41] - 2025-01-19
1023
### Changed
1124
- Modified default RPM to avoid timeout issues.

docs/data.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,10 @@ The results object also includes columns of information about the cache for the
110110
111111
results.columns
112112
113-
Output:
114113
115-
.. code-block:: python
114+
Output:
116115

117116
.. list-table::
118-
:header-rows: 1
119117

120118
* - agent.agent_index
121119
* - agent.agent_instruction
@@ -170,8 +168,6 @@ For example, here we run a new question and confirm that the default cache was n
170168
171169
Output:
172170

173-
.. code-block:: python
174-
175171
.. list-table::
176172
:header-rows: 1
177173

docs/filestore.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ It allows you to post and retrieve files of various types to use in EDSL surveys
88
It can also be used to create `Scenario` objects for questions or traits for `Agent` objects from data files at Coop.
99
When posting files, the `FileStore` module will automatically infer the file type from the extension.
1010

11-
*Note:* Scenarios created from `FileStore` objects can only be added to questions with the `by()` method, not the `loop()` method.
12-
This is because the `loop()` method inserts the filepath in the question, whereas the `by()` method inserts the file content when the question is run.
11+
*Note:* Scenarios created from `FileStore` objects cannot be used with question memory rules, and can only be added to questions with the `by()` method, not the `loop()` method.
12+
This is because the memory rules and `loop()` method insert the filepath in the question, whereas the `by()` method inserts the file content when the question is run.
13+
See details on these methods at the :ref:`scenarios` section of the documentation.
1314

1415
The examples below are also available in a `notebook at Coop <https://www.expectedparrot.com/content/1c1d0d70-9730-4a04-a46e-1b677f9ba521>`_.
1516

docs/notebooks/drafts/agentifying_responses.ipynb

-817
This file was deleted.

0 commit comments

Comments
 (0)