-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease_notes.txt
More file actions
28 lines (22 loc) · 948 Bytes
/
release_notes.txt
File metadata and controls
28 lines (22 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PyShift Release Notes
v1.0.0 November 3, 2021
- Initial releasev1.0.0 November 3, 2021
v1.0.1 October 13, 2023
- Updated for Python 3.12
v1.0.2 January 11, 2024
- Created a PyPI distribution
v1.1.0 December 20, 2024
- Added team members and shift exceptions for the team
- Created a PyPI distribution
v1.1.1 June 5, 2025
- Updated to Python 3.13.4
- DayOff: changed start datetime to time in __int__
- Named: added Rotation.dayOff; Invalidated cached periods in addSegments()
- Moved ShiftInstance to its own file
- ShiftUtils: Use UTC to avoid timezone issues, improved formatTimedelta(), toRoundedSecond() - Standard rounding, improved compare()
- Team: calculateWorkingTime() - rename toTime to toTimeOfDay
- TeamMember: added setAddition() and setRemoval()
- TimePeriod: changed start datetime to time in __int__; simplified timePlus()
- WorkSchedule: fixed issue with deleteShift()
v1.1.2 June 5, 2025
- Updated the readme for PyPi