Skip to content

Commit a8033ce

Browse files
feat: Update LICENCE
1 parent 33914b5 commit a8033ce

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 NeuroQuest AI
3+
Copyright (c) 2022-2025 NeuroQuest AI
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,22 @@ Calculate the Big Five for a **40-year-old man**:
158158
IpipNeo(question=120).compute(sex="M", age=40, answers=answers120)
159159
```
160160

161-
For the long version of the inventory just change the parameters *question* to **300**.
161+
For a **25-year-old woman**:
162162

163163
```python
164-
IpipNeo(question=300).compute(sex="M", age=40, answers=answers300)
164+
IpipNeo(question=120).compute(sex="F", age=25, answers=answers120)
165165
```
166166

167-
Calculating the Big Five for a **25-year-old woman**:
167+
For a **neutral case at 18 years of age**:
168168

169169
```python
170-
IpipNeo(question=120).compute(sex="F", age=25, answers=answers120)
170+
IpipNeo(question=120).compute(sex="N", age=18, answers=answers120)
171171
```
172172

173-
Calculating the Big Five for a **25-year-old neutral**:
173+
For the long version of the inventory just change the parameters *question* to **300**.
174174

175175
```python
176-
IpipNeo(question=120).compute(sex="N", age=25, answers=answers120)
176+
IpipNeo(question=300).compute(sex="M", age=40, answers=answers300)
177177
```
178178

179179
An example of the output of the results:

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Releases 🎈
44

5+
Release **[1.13.1](https://github.com/NeuroQuestAi/five-factor-e/releases/tag/v1.13.1)**:
6+
7+
* Created a neutral norm, the average of the (M and F) norms, applied to individuals who do not identify with these groups.
8+
59
Release **[1.12.1](https://github.com/NeuroQuestAi/five-factor-e/releases/tag/v1.12.1)**:
610

711
* Fixed the problem where when the algorithm was executed asynchronously it generated unexpected results;

0 commit comments

Comments
 (0)