File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 POETRY_VERSION : " 1.8.2"
77 PYTHON_VERSION : " 3.9"
88 PACKAGE_NAME : " datalogs"
9- PACKAGE_VERSION : " 0.3.2 "
9+ PACKAGE_VERSION : " 0.4.0 "
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 0.4.0] (Apr 16 2024)
11+
1012### Changed
1113
1214- Rename package from ` datalogger ` to ` datalogs ` (since datalogger was taken on PyPI).
@@ -68,7 +70,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6870- Function ` load_log() ` to load log files.
6971- Initial documentation website.
7072
71- [ unreleased ] : https://github.com/PainterQubits/datalogs/compare/v0.3.2...main
73+ [ unreleased ] : https://github.com/PainterQubits/datalogs/compare/v0.4.0...main
74+ [ 0.4.0 ] : https://github.com/PainterQubits/datalogs/releases/tag/v0.4.0
7275[ 0.3.2 ] : https://github.com/PainterQubits/datalogs/releases/tag/v0.3.2
7376[ 0.3.1 ] : https://github.com/PainterQubits/datalogs/releases/tag/v0.3.1
7477[ 0.3.0 ] : https://github.com/PainterQubits/datalogs/releases/tag/v0.3.0
Original file line number Diff line number Diff line change 44project = "DataLogs"
55copyright = "2023–2024, California Institute of Technology"
66author = "Alex Hadley"
7- release = "0.3.2 "
7+ release = "0.4.0 "
88
99# General configuration
1010extensions = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " datalogs"
7- version = " 0.3.2 "
7+ version = " 0.4.0 "
88description = " Python package for logging data from scientific experiments."
99authors = [" Alex Hadley <contact@alexhadley.net>" ]
1010license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments