Skip to content

Releases: clstoulouse/motu-client-python

motuclient-python-3.0.0

09 Dec 19:00
Compare
Choose a tag to compare
Pre-release

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

19 Feb 11:00
Compare
Choose a tag to compare
  • 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

motuclient-python-1.8.7

20 Jan 09:14
Compare
Choose a tag to compare
  • 1.8.7 :
    • [Fix]
      • GitHub#24 Lack of library imports: traceback and platform
      • MOTU-210 Motu-client, wrong password error, ref CMEMS CCM-522

Motu client python 1.8.6

19 Nov 10:08
Compare
Choose a tag to compare
  • 1.8.6 :
    • [Fix]
      • #23 = MOTU-209 Fixed the display of the help message with -h or --help

Motu client python 1.8.5

14 Oct 17:31
Compare
Choose a tag to compare
- [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

21 Oct 17:28
Compare
Choose a tag to compare

1.8.4 :

  • [New]
    • Add support for TLS 1.2 protocol

Motu client python 1.8.3

16 May 13:03
Compare
Choose a tag to compare
  • 1.8.3 :
    • [New]
      • Merge GitHub PR17: Add option to pass configuration file as a CLI argument

Motu client python 1.8.2

19 Mar 15:35
Compare
Choose a tag to compare
  • 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

Motu client python 1.8.1

31 Oct 14:59
Compare
Choose a tag to compare
  • 1.8.1 :
    • [Fix]
      • Fix unicode function not found with Python 3.x

Motu client python 1.8.00

31 Oct 14:59
Compare
Choose a tag to compare
  • 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