Skip to content

Documentation Header Paths Wrong Due to 0.26.0 Header Reorg #2844

@jtramm

Description

@jtramm

Since the 0.26.0 release (specifically PR #2829), the documentation is all now out of date. The old paths (which are still in use throughout the documentation) are like:

#include "xtensor/xarray.hpp"

But due to PR #2829 in v0.26.0, these would need to be changed to, e.g.,:

#include "xtensor/containers/xarray.hpp"

@JohanMabille - it might be easier to just revert #2829 than to refactor all the docs etc. Users I'm sure would also greatly appreciate having PR #2829 reverted so as to not have to refactor all apps using xtensor as well. Developers using xtensor might also appreciate reverting back to the old header locations so as to not have to deal with problems due to downstream users having 0.25.0 installed vs 0.26.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions