Releases: clstoulouse/motu-client-python
Releases · clstoulouse/motu-client-python
motuclient-python-3.0.0
3.0.0 :
- [New]
- MOTU-214 for pull request #28:
- support netrc file authentication credentials
- refactored packages for using motuclient as a library
- added default values for long/lat
- lost Python 2.7 compatibility
motuclient-python-1.8.8
- 1.8.8 :
- [Fix]
- MOTU-208 GITHUB#25 Password management which contains UTF 8 special characters
- Improve README.md documentation about password specificities on Windows or Linux hosts
- [Fix]
motuclient-python-1.8.7
- 1.8.7 :
- [Fix]
- GitHub#24 Lack of library imports: traceback and platform
- MOTU-210 Motu-client, wrong password error, ref CMEMS CCM-522
- [Fix]
Motu client python 1.8.6
- 1.8.6 :
- [Fix]
- #23 = MOTU-209 Fixed the display of the help message with -h or --help
- [Fix]
Motu client python 1.8.5
- [Fix]
- MOTU-206 Fixed precision of float handled differently between Python 2.7 and Python 3.7
- [New]
- MOTU-159 Don't normalize longitude (since done on server side)
- MOTU-203 Added retry on CAS connexions (for authentication and ticket validation)
- MOTU-208 Handle special characters in user and password
Motu client python 1.8.4
1.8.4 :
- [New]
- Add support for TLS 1.2 protocol
Motu client python 1.8.3
- 1.8.3 :
- [New]
- Merge GitHub PR17: Add option to pass configuration file as a CLI argument
- [New]
Motu client python 1.8.2
- 1.8.02 :
- [Fix]
- Merge GitHub PR#15, to fix a python 2 and 3 compatibility using configuration file
- README.md #configuration Add more details about configuration file
- [New]
- In your configuration files you can specify a list of variables to extract separated by a comma character
- [Fix]
Motu client python 1.8.1
- 1.8.1 :
- [Fix]
- Fix unicode function not found with Python 3.x
- [Fix]
Motu client python 1.8.00
- 1.8.00 :
- [Fix]
- Merge GitHub PR#11, to ease usage of motuclient
- Option --describe-product with --console-mode raised an issue
- [New]
- IMPORTANT: Rename motu-client to motuclient, but for compatibility, keep python module motu-client (add a deprecated warn log if used instead of motuclient)
- Rename main package /src/python/motuclient to /src/python/motu_utils
- [Fix]