Skip to content

Commit 60cbf38

Browse files
version number updated
1 parent 070b8c7 commit 60cbf38

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
go through [releases](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/releases) and [tags](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/tags), for the finalised released versions
22
## Instrument & Software Update Log
33
---
4-
### [1.0.0] - 2025-12-15 (Initial Public Release) (Current)
4+
### [1.0.3] - 2026-01-26 (Current)
5+
6+
- **GUI Theme**: Refreshed with the **Latte** theme — a lighter, warmer color palette for improved readability and reduced eye strain during long measurement sessions.
7+
- **Distribution**: Published the official package to PyPI as `pica-suite`.
8+
- **Documentation**: Full online documentation site launched via GitHub Pages.
9+
- **Maintenance**: General bug fixes and performance improvements in measurement modules and real-time plotting logic.
10+
11+
---
12+
13+
### [1.0.0] - 2025-12-15 (Initial Public Release)
514

615
- **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.
716
- **JOSS Submission**: Cleaned up documentation, performed fresh install tests, and completed other proofreading in preparation for submission to the Journal of Open Source Software (JOSS).

docs/User_Manual.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PICA: Advanced High-Precision Transport Measurement Automation with Python
33
</p>
44
<p align="center">
5-
*Comprehensive Guide for Version 1.0.0*
5+
*Comprehensive Guide for Version 1.0.3*
66
</p>
77

88
<hr />
@@ -536,13 +536,13 @@ PICA is open-source ([MIT License](https://github.com/prathameshnium/PICA-Python
536536
**Citation:**
537537
538538
```bibtex
539-
@software{Deshmukh_PICA_2025,
539+
@software{Deshmukh_PICA_2026,
540540
author = {Deshmukh, Prathamesh Keshao and Mukherjee, Sudip},
541-
title = {{PICA: Python-based Instrument Control and Automation Software Suite}},
542-
year = 2025,
543-
publisher = {GitHub},
544-
version = {1.0.0},
545-
url = {https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation}
541+
title = {{PICA: Advanced High-Precision Transport Measurement Automation with Python}},
542+
year = 2026,
543+
publisher = {Zenodo},
544+
version = {1.0.3},
545+
url = {https://doi.org/10.5281/zenodo.18377217}
546546
}
547547
```
548548

0 commit comments

Comments
 (0)