include wcslib 6.2 in release 3.2
See original GitHub issuewcslib 6.1 was released:
WCSLIB version 6.1 (2018/10/19)
-------------------------------
* C library
- Added support for time-related WCS keywords (Paper VII) by expanding
the wcsprm struct to store them as auxiliary values, now filled by
the header parsers, wcspih() and wcsbth() and handled routinely by
wcsinit(), wcssub(), wcscompare(), wcsfree(), wcsprt(), wcsset(),
and wcshdo().
- Augmented datfix() to do various consistency checks on the new
time-related keyvalues, and added a new routine, obsfix(), to check
consistency of the OBSGEO-[XYZLBH] observatory coordinates.
- In the usage notes for wcsbth(), clarified that, according to WCS
Papers III and VII, certain global image header keywords are
permitted in binary table headers and are expected to be inherited
by image arrays and pixel lists, and elaborated on the difficulties
that such inheritance may cause for pixel lists.
- Extracted the definition of the wtbarr struct from wcs.h to a
separate header file, wtbarr.h, in order to reduce the number of
irrelevant warnings generated by 'gcc -Wpadded' (primarily for
code development). Applications code that needs to access members
of the struct (unlikely) must now include wtbarr.h (or wcslib.h).
- The WCSLIB major version number was incremented as changes to the
wcsprm struct makes the ABI of the sharable library incompatible
with executables linked with that of older releases.
* Installation
- Several changes to configure and the makefiles aimed at facilitating
code development.
* Fortran wrappers
- Match changes to the C library, including adding a wrapper for
obsfix().
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
wcslib/CHANGES at master - GitHub
of the struct (unlikely) must now include wtbarr.h (or wcslib.h). - The WCSLIB major version number was incremented as changes to the.
Read more >freebsd-ports/wcslib at main - freebsd-ports - Codeberg.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be...
Read more >CIAO 4.15 Release Notes - Chandra X-ray Center
CIAO 4.15 includes several important bug fixes and includes updates to support newer compilers. There have been enhancements to Sherpa and CIAO ...
Read more >Download and Installation - TiRiFiC - GitHub Pages
Using packaged version under Ubuntu 16.04; Download from github; Download from web page. Installation. Fresh Installation; Update TiRiFiC.
Read more >BBarolo Documentation - Read the Docs
The command line executable (BBarolo) is also included in the GUI ... argument --HEAD install the latest non-stable version rather than the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@astrofrog I worked on this over the weekend. I still have to figure out four test failures related to error messaging and write tests but am hopeful that I will post a PR before the feature freeze.
@nden - will you have any time to try and work on upgrading WCSLIB to 6.1 in time for the feature freeze? I’m working on adding time series functionality to the core package for the 3.2 release, and it would be really helpful to have the new WCS support for time axes.