Skip to content

Commit 95f06c4

Browse files
v1.0.0
1 parent c0033bc commit 95f06c4

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Instrument & Software Update Log
22
---
3+
[1.0.0] - 2025-12-15 (Initial Public Release)
4+
5+
Versioning: Version numbering has been reset from legacy development builds (v17.0) to v1.0.0 to standardize the package for public distribution and citation. This version will be updated soon, possibly this week.
6+
---
37
[17.0] - 2025-12-02 (Current)
48
Changed
59

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ python -B -m pytest -p no:cacheprovider
197197

198198
PICA evolved from simple offline scripts in 2022 to a full-stack automated suite.
199199

200-
* **v17.0 (Current):** Professional directory restructuring, Semantic Versioning, and documentation overhaul.
200+
* **v1.0.0 (Initial Public Release):** Version numbering has been reset from legacy development builds (v17.0) to v1.0.0 to standardize the package for public distribution and citation.
201+
* **v17.0:** Professional directory restructuring, Semantic Versioning, and documentation overhaul.
201202
* **v15.0:** JOSS submission preparation, CI/CD integration.
202203
* **v13.0:** Transition to Multiprocessing and standardized GUI themes.
203204

@@ -229,7 +230,7 @@ If you use this software in your research, please cite it:
229230
month = dec,
230231
year = 2025,
231232
publisher = {GitHub},
232-
version = {17.0},
233+
version = {1.0.0},
233234
url = {[https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation)}
234235
}
235236
````

docs/User_Manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
**Python-based Instrument Control and Automation Software Suite**
99

10-
*Comprehensive Guide for Version 17.0*
10+
*Comprehensive Guide for Version 1.0.0*
1111

1212
<hr />
1313

@@ -389,7 +389,7 @@ PICA is open-source (MIT License) to foster transparency. By providing the sourc
389389
title = {{PICA: Python-based Instrument Control and Automation Software Suite}},
390390
year = 2025,
391391
publisher = {GitHub},
392-
version = {17.0},
392+
version = {1.0.0},
393393
url = {https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation}
394394
}
395395
```
@@ -427,7 +427,7 @@ Financial support for this work was provided under SERB-CRG project grant No. CR
427427
This project is licensed under the MIT License - see the LICENSE file for details.
428428
## 12. Appendix A: Project File Structure
429429

430-
For developers and advanced users, the following reference outlines the PICA directory structure (v17.0).
430+
For developers and advanced users, the following reference outlines the PICA directory structure (v1.0.0).
431431

432432
> [!NOTE]
433433
> Adding a new module to the main launcher into the GUI requires modifying `pica/main.py`.

0 commit comments

Comments
 (0)