File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 given-names : " Sudip"
1010 affiliation : " UGC-DAE Consortium for Scientific Research, Mumbai Centre"
1111title : " PICA: Python-based Instrument Control and Automation Software Suite"
12- version : 1.0.0
12+ version : 1.0.1
1313date-released : 2025-11-23
1414url : " https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"
1515repository-code : " https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ Research & Documentation
204204 Launch: PICA project posted on Hacker News.
205205---
206206
207- ### **v15 .0 : JOSS Submission & Professionalization**
207+ ### **v 15 .0 : JOSS Submission & Professionalization**
208208*Status: Released November 2025*
209209Focus shifted to code quality, stability, and documentation standards.
210210* **CI/CD Integration:** Implementation of automated testing pipelines using GitHub Actions.
@@ -238,16 +238,16 @@ This period marked the transition to the **GUI-Backend isolated architecture**.
238238If you use this software in your research, please cite it using the following BibTeX entry:
239239
240240```bibtex
241- @software{Deshmukh_PICA_2023 ,
241+ @software{Deshmukh_PICA_2025 ,
242242 author = {Deshmukh, Prathamesh Keshao and Mukherjee, Sudip},
243243 title = {{PICA: Python-based Instrument Control and Automation Software Suite}},
244244 month = sep,
245- year = 2023 ,
245+ year = 2025 ,
246246 publisher = {GitHub},
247- version = {15 .0.0 },
248- url = {[ https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation) }
247+ version = {1 .0.1 },
248+ url = {https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation}
249249}
250- ````
250+ ```
251251
252252Alternatively, refer to the `CITATION.cff` file in the root directory.
253253
Original file line number Diff line number Diff line change 33\< img src="../assets/LOGO/PICA\_ LOGO\_ NBG.png" alt="PICA Logo" width="150"/\>
44\< h1\> PICA User Manual\< /h1\>
55\< p\>\< strong\> Python-based Instrument Control and Automation Software Suite\< /strong\>\< /p\>
6- \< p \>\ < em\ > Comprehensive Guide for Version 15.0 \ < /em\>\ < /p\ >
6+ < p > <em >Comprehensive Guide for Version 1.0.1 </em > </p >
77\< /div\>
88
99-----
@@ -212,7 +212,7 @@ Default communication addresses for selected instruments. Use the **Test GPIB**
212212
213213# ## File Structure
214214
215- Reference for the project directory layout (v15.0 ).
215+ Reference for the project directory layout (v1.0.1 ).
216216
217217` ` ` text
218218PICA (Root Directory)/
@@ -273,7 +273,7 @@ Research & Documentation
273273
274274 Launch: PICA project posted on Hacker News.
275275
276- ** Version 15.0 (Current) **
276+ ** Version 15** **
277277
278278 * ** JOSS Submission:** Codebase refactored to meet open-source software standards.
279279 * ** CI/CD:** Added automated testing pipelines via GitHub Actions.
Original file line number Diff line number Diff line change 1- # BUILD VERSION: 1.0.0
1+ # BUILD VERSION: 1.0.1
22'''
33===============================================================================
44 PROGRAM: PICA Launcher
@@ -95,7 +95,7 @@ def resource_path(relative_path):
9595
9696class PICALauncherApp :
9797
98- PROGRAM_VERSION = "1.0.0 "
98+ PROGRAM_VERSION = "1.0.1 "
9999 CLR_BG_DARK = '#2B3D4F'
100100 CLR_FRAME_BG = '#3A506B'
101101 CLR_ACCENT_GOLD = '#FFC107'
You can’t perform that action at this time.
0 commit comments