solarwindpy 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of solarwindpy might be problematic. Click here for more details.

@@ -1,54 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": 1,
6
- "id": "316be97b-027b-4bc6-84b9-5b488a33c088",
7
- "metadata": {},
8
- "outputs": [
9
- {
10
- "name": "stderr",
11
- "output_type": "stream",
12
- "text": [
13
- "/Users/balterma/observatories/code/SolarWindPy/solarwindpy/instabilities/verscharen2016.py:83: FutureWarning: The previous implementation of stack is deprecated and will be removed in a future version of pandas. See the What's New notes for pandas 2.1.0 for details. Specify future_stack=True to adopt the new implementation and silence this warning.\n",
14
- " ).stack(\"Growth Rate\")\n",
15
- "/Users/balterma/observatories/code/SolarWindPy/solarwindpy/__init__.py:30: FutureWarning: use_inf_as_na option is deprecated and will be removed in a future version. Convert inf values to NaN before operating instead.\n",
16
- " pd.set_option(\"mode.use_inf_as_na\", True)\n"
17
- ]
18
- }
19
- ],
20
- "source": [
21
- "import solarwindpy as swp"
22
- ]
23
- },
24
- {
25
- "cell_type": "code",
26
- "execution_count": null,
27
- "id": "9efb6805-a5b8-4b90-a09d-56a7c15134b9",
28
- "metadata": {},
29
- "outputs": [],
30
- "source": []
31
- }
32
- ],
33
- "metadata": {
34
- "kernelspec": {
35
- "display_name": "Python 3 (ipykernel)",
36
- "language": "python",
37
- "name": "python3"
38
- },
39
- "language_info": {
40
- "codemirror_mode": {
41
- "name": "ipython",
42
- "version": 3
43
- },
44
- "file_extension": ".py",
45
- "mimetype": "text/x-python",
46
- "name": "python",
47
- "nbconvert_exporter": "python",
48
- "pygments_lexer": "ipython3",
49
- "version": "3.13.2"
50
- }
51
- },
52
- "nbformat": 4,
53
- "nbformat_minor": 5
54
- }