v0.6.0 #1092
jsnel
announced in
Announcements
v0.6.0
#1092
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pyglotaran 0.6.0 Release Notes
Triple code name release: "K.I.S.S." (keep it short and sweet), Keiko (first teaching release), Z.O.E. (happy birthday)
pyglotaran is a library commonly used for the analysis of time-resolved spectroscopy measurements in the study of energy transfer pathways in photosynthesis, or the characterization of energy transfer (in-)efficiencies in photovoltaic systems.
This is the first version of the software used in teaching, specifically the Photosynthesis and Energy 2022 course found here: ism200\PE2022
✨ Features
👌 Minor Improvements:
glotaran.optimization
#1047)🩹 Bug fixes
📚 Documentation
🗑️ Deprecations (due in 0.8.0)
glotaran.io.save_result(result, result_path, format_name='legacy')
->glotaran.io.save_result(result, Path(result_path) / 'result.yml')
glotaran.analysis.simulation
->glotaran.simulation.simulation
glotaran.analysis.optimize
->glotaran.optimization.optimize
🗑️❌ Deprecated functionality removed in this release
glotaran.ParameterGroup
->glotaran.parameter.ParameterGroup
glotaran.read_model_from_yaml
->glotaran.io.load_model(..., format_name="yaml_str")
glotaran.read_model_from_yaml_file
->glotaran.io.load_model(..., format_name="yaml")
glotaran.read_parameters_from_csv_file
->glotaran.io.load_parameters(..., format_name="csv")
glotaran.read_parameters_from_yaml
->glotaran.io.load_parameters(..., format_name="yaml_str")
glotaran.read_parameters_from_yaml_file
->glotaran.io.load_parameters(..., format_name="yaml")
glotaran.io.read_data_file
->glotaran.io.load_dataset
result.get_dataset("<dataset_name>")
->result.data["<dataset_name>"]
glotaran.analysis.result
->glotaran.project.result
glotaran.analysis.scheme
->glotaran.project.scheme
🚧 Maintenance
New Contributors
Full Changelog: v0.5.1...v0.6.0
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions