Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgsrc.smartos.org offline (CNAME missing DNS A record) #391

Closed
smokris opened this issue Sep 5, 2024 · 1 comment
Closed

pkgsrc.smartos.org offline (CNAME missing DNS A record) #391

smokris opened this issue Sep 5, 2024 · 1 comment

Comments

@smokris
Copy link

smokris commented Sep 5, 2024

Starting around 1:12 PM US Eastern time (20 minutes ago), pkgsrc.smartos.org is no longer resolving:

# pkgin up
processing remote summary (https://pkgsrc.smartos.org/packages/SmartOS/trunk/tools/All)...
pkgin: Could not fetch https://pkgsrc.smartos.org/packages/SmartOS/trunk/tools/All/pkg_summary.gz: No address record

# dig +short pkgsrc.smartos.org
www.svc.78b95b46-e120-4408-8a54-e4940ed364d6.us-central-1.triton.zone.
# dig +short www.svc.78b95b46-e120-4408-8a54-e4940ed364d6.us-central-1.triton.zone
(no response)
@smokris smokris changed the title pkgsrc.smartos.org offline / missing DNS A record pkgsrc.smartos.org offline (CNAME missing DNS A record) Sep 5, 2024
@smokris
Copy link
Author

smokris commented Sep 5, 2024

Oh, and now it's working again. Weird.

# dig +short www.svc.78b95b46-e120-4408-8a54-e4940ed364d6.us-central-1.triton.zone
192.207.255.76

@smokris smokris closed this as completed Sep 5, 2024
jperkin pushed a commit that referenced this issue Sep 14, 2024
ContourPy 1.3.0 adds new ContourGenerator functions multi_lines
and multi_filled to calculate contour lines and filled contours
over a sequence of levels in a single function call. There are also
new functions to render, convert and dechunk the returns from
multi_lines and multi_filled.

This release adds support for Python 3.13, including free-threaded.
The latter should be considered experimental.

The use of np.nan as the lower_level or upper_level of
ContourGenerator.filled() is no longer permitted.

Enhancements:

    multi_lines and multi_filled:
        ContourGenerator.multi_lines and multi_filled (#338, #340, #342, #343)
        Renderer.multi_lines and multi_filled (#341)
        convert_multi_lines and convert_multi_filled (#348)
        dechunk_multi_lines and dechunk_multi_filled (#345)

    Prevent use of np.nanas lower or upper level in filled (#339)

Compatibility:

    Support CPython 3.13 including free-threaded (#382, #384, #388, #408, #410, #411, #412, #423)
    Support PyPy 3.10 (#404)

Code improvements:

    Support improved typing in NumPy 2.1.0 (#422)

Documentation improvements:

    Simpler sphinx cross-references (#361)
    Add more doc cross-references to explain returned data formats (#366)
    Remove download numbers for conda packages (#428)
    Documentation for multi_lines and multi_filled (#390, #431)
    Document possibility of duplicate contour points (#432)

Build, testing and CI improvements:

    Add pytest option to log image differences to CSV file (#335)
    Label flaky test (#385)
    MSVC linking and std::mutex compiler flag (#391, #395, #414, #419, #427)
    Add minimal test script (#399)
    Bump minimum supported NumPy to 1.23 (#403)
    Build and publish nightly wheels (#413, #425)
    Bump default python version in CI to 3.12 (#430)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant