- Allow empty course string. - File fetched automatically from PAX if it doesn't exists locally. - Path class automatically imported into paxutils namespace. - Added __repr__ method.
0.2.0
- New implementation based on delegation instead of inheritance, which is a much cleaner approach given the messy implementation of pathlib. (the previous version did not work with Python 3.12)
0.1.1
- Rebuild of 0.1.0.
0.1.0
- Fixed issue with methods that return a new path without calling the new operator (e.g. absolute). - Removed fetch_from_pax method.