X Tutup
Skip to content

Latest commit

 

History

History
568 lines (271 loc) · 31.5 KB

File metadata and controls

568 lines (271 loc) · 31.5 KB

History of changes for WinPython-64bit 3.11.6.0

The following changes were made to WinPython-64bit distribution since version 3.11.5.0.

Details

Tools

Upgraded packages:

  • Nodejs v18.17.1 → v20.9.0 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 9.6.7 → 10.1.0 (a package manager for JavaScript)

  • Pandoc 2.3 → 3.1.9 (a universal document converter)

Python packages

New packages:

  • absl_py 2.0.0 (Abseil Python Common Libraries, see github.com/abseil/abseil-py.)

  • anywidget 0.7.1 (custom jupyter widgets made easy)

  • array_api_compat 1.4 (A wrapper around NumPy and other array libraries to make them compatible with the Array API standard)

  • dm_tree 0.1.8 (Tree is a library for working with nested data structures.)

  • editables 0.3 (Editable installations)

  • hatch 1.7.0 (Modern, extensible Python project management)

  • hatchling 1.18.0 (Modern, extensible Python build backend)

  • hyperlink 21.0.0 (A featureful, immutable, and correct URL for Python.)

  • jaxtyping 0.2.22 (Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees.)

  • jsonschema_specifications 2023.7.1 (The JSON Schema meta-schemas and vocabularies, exposed as a Registry)

  • keras 3.0.0 (Deep Learning for humans)

  • llm_python 0.1 (Run a Python interpreter in the LLM virtual environment)

  • namex 0.0.7 (A simple utility to separate the implementation of your Python package and its public API surface.)

  • plotpy 2.0.0 (Plotpy is a library which results from merge of guidata and guiqwt.)

  • psygnal 0.9.5 (Fast python callback/event system modeled after Qt Signals)

  • pyperclip 1.8.2 (A cross-platform clipboard module for Python. (Only handles plain text for now.))

  • referencing 0.30.2 (JSON Referencing + Python)

  • rpds_py 0.12.0 (Python bindings to Rust's persistent data structures (rpds))

  • typeguard 2.13.3 (Run-time type checker for Python)

  • userpath 1.8.0 (Cross-platform tool for adding locations to the user PATH)

Upgraded packages:

  • aiofiles 22.1.0 → 23.2.1 (File support for asyncio.)

  • aiohttp 3.8.3 → 3.8.6 (Async http client/server framework (asyncio))

  • aiosignal 1.2.0 → 1.3.1 (aiosignal: a list of registered asynchronous callbacks)

  • aiosqlite 0.17.0 → 0.19.0 (asyncio bridge to the standard sqlite3 module)

  • alembic 1.11.1 → 1.12.1 (A database migration tool for SQLAlchemy.)

  • altair 5.1.1 → 5.1.2 (Altair: A declarative statistical visualization library for Python.)

  • ansi2html 1.6.0 → 1.8.0 (Convert text with ANSI color codes to HTML or to LaTeX)

  • argon2_cffi 21.3.0 → 23.1.0 (The secure Argon2 password hashing algorithm.)

  • asgiref 3.5.2 → 3.7.2 (ASGI specs, helper code, and adapters)

  • asn1crypto 1.4.0 → 1.5.1 (Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP)

  • astroid 2.12.12 → 3.0.1 (An abstract syntax tree for Python with inference support.)

  • astropy 5.3.2 → 5.3.4 (Community-developed python astronomy tools)

  • asttokens 2.1.0 → 2.4.1 (Annotate AST trees with source code positions)

  • attrs 22.1.0 → 23.1.0 (Classes Without Boilerplate)

  • autopep8 1.7.0 → 2.0.4 (A tool that automatically formats Python code to conform to the PEP 8 style guide)

  • azure_core 1.29.2 → 1.29.5 (Microsoft Azure Core Library for Python)

  • azure_cosmos 4.5.0 → 4.5.1 (Microsoft Azure Cosmos Client Library for Python)

  • azure_identity 1.14.0 → 1.15.0 (Microsoft Azure Identity Library for Python)

  • babel 2.10.3 → 2.13.1 (Internationalization utilities)

  • bcrypt 3.2.0 → 4.0.1 (Modern password hashing for your software and your servers)

  • beautifulsoup4 4.11.1 → 4.12.2 (Screen-scraping library)

  • black 23.9.1 → 23.11.0 (The uncompromising code formatter.)

  • blinker 1.4 → 1.7.0 (Fast, simple object-to-object and broadcast signaling)

  • bokeh 3.2.2 → 3.3.0 (Interactive plots and applications in the browser from Python)

  • botorch 0.8.5 → 0.9.2 (Bayesian Optimization in PyTorch)

  • bottleneck 1.3.4 → 1.3.7 (Fast NumPy array functions written in C)

  • bqplot 0.12.40 → 0.12.42 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)

  • brotli 1.0.9 → 1.1.0 (Python bindings for the Brotli compression library)

  • cachelib 0.9.0 → 0.10.2 (A collection of cache libraries in the same API interface.)

  • cachetools 5.2.0 → 5.3.1 (Extensible memoizing collections and decorators)

  • catalogue 2.0.8 → 2.0.10 (Super lightweight function registries for your library)

  • certifi 2022.9.24 → 2023.7.22 (Python package for providing Mozilla's CA Bundle.)

  • cffi 1.15.0 → 1.16.0 (Foreign Function Interface for Python calling C code.)

  • cftime 1.6.0 → 1.6.2 (Time-handling functionality from netcdf4-python)

  • chardet 5.0.0 → 5.2.0 (Universal encoding detector for Python 2 and 3)

  • charset_normalizer 2.0.12 → 3.2.0 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • click 8.1.3 → 8.1.7 (Composable command line interface toolkit)

  • cloudpickle 2.1.0 → 3.0.0 (Extended pickling support for Python objects)

  • clr_loader 0.2.5 → 0.2.6 (Generic pure Python loader for .NET runtimes)

  • comm 0.1.3 → 0.1.4 (Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.)

  • confection 0.1.1 → 0.1.3 (The sweetest config system for Python)

  • contourpy 1.0.7 → 1.1.1 (Python library for calculating contours of 2D quadrilateral grids)

  • cookiecutter 2.1.1 → 2.3.0 (A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.)

  • coverage 6.5.0 → 7.3.2 (Code coverage measurement for Python)

  • cramjam 2.6.2 → 2.7.0 (Thin Python bindings to de/compression algorithms in Rust)

  • cryptography 37.0.4 → 41.0.5 (cryptography is a package which provides cryptographic recipes and primitives to Python developers.)

  • cvxopt 1.3.0 → 1.3.2 (Convex optimization package)

  • cvxpy 1.3.1 → 1.3.2 (A domain-specific language for modeling convex optimization problems in Python.)

  • cycler 0.11.0 → 0.12.1 (Composable style cycles)

  • cython 3.0.2 → 3.0.5 (The Cython compiler for writing C extensions for the Python language.)

  • dash 2.11.1 → 2.14.1 (A Python framework for building reactive web-apps. Developed by Plotly.)

  • dask 2023.8.0 → 2023.10.1 (Parallel PyData with Task Scheduling)

  • datasette 0.64.3 → 0.64.5 (A tool for exploring and publishing data)

  • datashader 0.15.2 → 0.16.0 (Data visualization toolchain based on aggregating into a grid)

  • dill 0.3.5 → 0.3.7 (serialize all of python)

  • distributed 2023.8.0 → 2023.10.1 (Distributed scheduler for Dask)

  • django 4.1.2 → 4.2.5 (A high-level Python web framework that encourages rapid development and clean, pragmatic design.)

  • dnspython 2.1.0 → 2.4.2 (DNS toolkit)

  • docstring_to_markdown 0.10 → 0.13 (On the fly conversion of Python docstrings to markdown)

  • duckdb 0.8.1 → 0.9.2 (DuckDB embedded database)

  • emcee 3.1.2 → 3.1.4 (The Python ensemble sampling toolkit for MCMC)

  • executing 1.2.0 → 2.0.1 (Get the currently executing AST node of a frame, and other information)

  • fast_histogram 0.11 → 0.12 (Fast simple 1D and 2D histograms)

  • fastai 2.7.12 → 2.7.13 (fastai makes deep learning with PyTorch faster, more accurate, and easier)

  • fastapi 0.103.1 → 0.103.2 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)

  • fastcore 1.5.11 → 1.5.29 (Python supercharged for fastai development)

  • fasteners 0.17.3 → 0.18 (A python package that provides useful locks.)

  • fastjsonschema 2.16.2 → 2.18.0 (Fastest Python implementation of JSON schema)

  • fastparquet 2023.4.0 → 2023.8.0 (Python support for Parquet file format)

  • filelock 3.12.0 → 3.12.4 (A platform independent file lock.)

  • fiona 1.9.3 → 1.9.4.post1 (Fiona reads and writes spatial data files)

  • flake8 5.0.4 → 6.1.0 (the modular source code checker: pep8, pyflakes and co)

  • flask 2.2.2 → 2.3.3 (A simple framework for building complex web applications.)

  • flask_session 0.4.0 → 0.5.0 (Adds server-side session support to your Flask application)

  • flask_sqlalchemy 3.0.3 → 3.0.5 (Adds SQLAlchemy support to your Flask application.)

  • flit 3.8.0 → 3.9.0 (A simple packaging tool for simple packages.)

  • flit_core 3.8.0 → 3.9.0 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.37.4 → 4.44.0 (Tools to manipulate font files)

  • frozenlist 1.3.0 → 1.4.0 (A list-like structure which implements collections.abc.MutableSequence)

  • fsspec 2023.5.0 → 2023.9.2 (File-system specification)

  • gdal 3.6.4 → 3.7.3 (GDAL: Geospatial Data Abstraction Library)

  • geographiclib 1.52 → 2.0 (The geodesic routines from GeographicLib)

  • geopy 2.2.0 → 2.4.0 (Python Geocoding Toolbox)

  • gpytorch 1.10 → 1.11 (An implementation of Gaussian Processes in Pytorch)

  • graphene 3.2.2 → 3.3 (GraphQL Framework for Python)

  • greenlet 2.0.2 → 3.0.1 (Lightweight in-process concurrent programming)

  • guidata 3.0.4 → 3.1.1 (Automatic graphical user interfaces generation for easy dataset editing and display)

  • h11 0.12.0 → 0.14.0 (A pure-Python, bring-your-own-I/O implementation of HTTP/1.1)

  • h5netcdf 1.1.0 → 1.2.0 (netCDF4 via h5py)

  • h5py 3.7.0 → 3.10.0 (Read and write HDF5 files from Python)

  • holoviews 1.17.1 → 1.18.1 (Stop plotting your data - annotate your data and let it visualize itself.)

  • httpcore 0.15.0 → 0.18.0 (A minimal low-level HTTP client.)

  • httpie 3.2.1 → 3.2.2 (HTTPie - a CLI, cURL-like tool for humans.)

  • httpx 0.23.0 → 0.25.0 (The next generation HTTP client.)

  • huggingface_hub 0.17.1 → 0.18.0 (Client library to download and publish models, datasets and other repos on the huggingface.co hub)

  • hupper 1.10.3 → 1.12 (Integrated process monitor for developing and reloading daemons.)

  • hvplot 0.8.4 → 0.9.0 (A high-level plotting API for the PyData ecosystem built on HoloViews.)

  • hypercorn 0.14.3 → 0.14.4 (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hypothesis 6.75.2 → 6.87.1 (A library for property-based testing)

  • idna 3.1 → 3.4 (Internationalized Domain Names in Applications (IDNA))

  • imbalanced_learn 0.10.1 → 0.11.0 (Toolbox for imbalanced dataset in machine learning.)

  • iniconfig 1.1.1 → 2.0.0 (iniconfig: brain-dead simple config-ini parsing)

  • ipykernel 6.25.2 → 6.26.0 (IPython Kernel for Jupyter)

  • ipyleaflet 0.17.4 → 0.18.0 (A Jupyter widget for dynamic Leaflet maps)

  • ipython 8.15.0 → 8.18.1 (IPython: Productive Interactive Computing)

  • isort 5.10.1 → 5.12.0 (A Python utility / library to sort Python imports.)

  • jaraco.classes 3.2.3 → 3.3.0 (Utility functions for Python class constructs)

  • jedi 0.18.2 → 0.19.1 (An autocompletion tool for Python that can be used for text editors.)

  • joblib 1.3.1 → 1.3.2 (Lightweight pipelining: using Python functions as pipeline jobs.)

  • json5 0.9.8 → 0.9.14 (A Python implementation of the JSON5 data format.)

  • jsonpointer 2.3 → 2.4 (Identify specific nodes in a JSON document (RFC 6901))

  • jsonschema 4.17.3 → 4.19.2 (An implementation of JSON Schema validation for Python)

  • jupyter_client 8.2.0 → 8.6.0 (Jupyter protocol implementation and client libraries)

  • jupyter_console 6.4.4 → 6.6.3 (Jupyter terminal console)

  • jupyter_core 5.3.0 → 5.5.0 (Jupyter core package. A base package on which Jupyter projects rely.)

  • jupyter_events 0.6.3 → 0.9.0 (Jupyter Event System library)

  • jupyterlab 4.0.6 → 4.0.9 (The JupyterLab notebook server extension.)

  • jupyterlab_server 2.24.0 → 2.25.2 (JupyterLab Server)

  • keyring 23.13.1 → 24.2.0 (Store and access your passwords safely.)

  • kiwisolver 1.4.3 → 1.4.5 (A fast implementation of the Cassowary constraint solver)

  • langsmith 0.0.37 → 0.0.67 (Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.)

  • lazy_loader 0.2 → 0.3 (lazy_loader)

  • linear_operator 0.4.0 → 0.5.1 (A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).)

  • linkify_it_py 2.0.0 → 2.0.2 (Links recognition library with FULL unicode support.)

  • llm 0.10 → 0.12 (A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.)

  • llvmlite 0.41.0 → 0.41.1 (lightweight wrapper around basic LLVM functionality)

  • lxml 4.9.0 → 4.9.3 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • markdown 3.3.7 → 3.5.1 (Python implementation of Markdown.)

  • matplotlib 3.8.0 → 3.8.2 (Python plotting package)

  • maturin 1.2.3 → 1.3.1 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • mpmath 1.2.1 → 1.3.0 (Python library for arbitrary-precision floating-point arithmetic)

  • msal 1.22.0 → 1.24.1 (The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect.)

  • msvc_runtime 14.34.31931 → 14.36.32532 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)

  • nbconvert 7.8.0 → 7.10.0 (Converting Jupyter Notebooks)

  • nbdime 3.1.1 → 4.0.1 (Diff and merge of Jupyter Notebooks)

  • networkx 3.1 → 3.2.1 (Python package for creating and manipulating graphs and networks)

  • notebook 7.0.4 → 7.0.6 (A web-based notebook environment for interactive computing)

  • numba 0.58.0 → 0.58.1 (compiling Python code using LLVM)

  • numexpr 2.8.6 → 2.8.7 (Fast numerical expression evaluator for NumPy)

  • numpy 1.25.2 → 1.26.2 (NumPy is the fundamental package for array computing with Python.)

  • openai 0.28.0 → 0.28.1 (Python client library for the OpenAI API)

  • opencv_python 4.8.0.74 → 4.8.1.78 (Wrapper package for OpenCV python bindings.)

  • openpyxl 3.0.10 → 3.1.2 (A Python library to read/write Excel 2010 xlsx/xlsm files)

  • outcome 1.2.0 → 1.3.0.post0 (Capture the outcome of Python function calls.)

  • pandas 2.1.1 → 2.1.3 (Powerful data structures for data analysis, time series, and statistics)

  • panel 1.2.3 → 1.3.4 (A high level app and dashboarding solution for Python.)

  • papermill 2.4.0 → 2.5.0 (Parametrize and run Jupyter and nteract Notebooks)

  • param 1.13.0 → 2.0.1 (Declarative Python programming using Parameters.)

  • pillow 9.5.0 → 10.1.0 (Python Imaging Library (Fork))

  • plotly 5.16.1 → 5.18.0 (An open-source, interactive graphing library for Python)

  • plotnine 0.12.3 → 0.12.4 (A grammar of graphics for python)

  • polars 0.19.3 → 0.19.18 (Blazingly fast DataFrame library)

  • prometheus_client 0.15.0 → 0.18.0 (Python client for the Prometheus monitoring system.)

  • prompt_toolkit 3.0.39 → 3.0.41 (Library for building powerful interactive command lines in Python)

  • pycodestyle 2.9.1 → 2.11.1 (Python style guide checker)

  • pydantic 2.3.0 → 2.4.2 (Data validation and settings management using python 3.6 type hinting)

  • pydantic_core 2.6.3 → 2.10.1 ()

  • pyerfa 2.0.0.1 → 2.0.1.1 (Python bindings for ERFA)

  • pyflakes 2.5.0 → 3.1.0 (passive checker of Python programs)

  • pygame 2.4.0 → 2.5.2 (Python Game Development)

  • pylint 2.15.4 → 3.0.2 (python code static checker)

  • pylint_venv 3.0.2 → 3.0.3 (pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments.)

  • pyodbc 4.0.39 → 5.0.1 (DB API Module for ODBC)

  • pyopengl 3.1.6 → 3.1.7 (Standard OpenGL bindings for Python)

  • pyqt5 5.15.6 → 5.15.10 (Python bindings for the Qt cross platform application toolkit)

  • pyqt5_sip 12.11.0 → 12.13.0 (The sip module support for PyQt5)

  • pyqtwebengine 5.15.5 → 5.15.6 (Python bindings for the Qt WebEngine framework)

  • pytest 7.2.1 → 7.4.2 (pytest: simple powerful testing with Python)

  • Python 3.11.5 → 3.11.6 (Python programming language with standard library)

  • python_lsp_server 1.7.4 → 1.9.0 (Python Language Server for the Language Server Protocol)

  • pythonnet 3.0.1 → 3.0.3 (.Net and Mono integration for Python)

  • pythonqwt 0.10.2 → 0.11.2 (Qt plotting widgets for Python)

  • pyyaml 6.0 → 6.0.1 (YAML parser and emitter for Python)

  • qdarkstyle 3.1 → 3.2 (The most complete dark stylesheet for Python and Qt applications)

  • qtconsole 5.4.4 → 5.5.1 (Jupyter Qt console)

  • qtpy 2.4.0 → 2.4.1 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • rapidfuzz 2.13.7 → 3.2.0 (rapid fuzzy string matching)

  • rasterio 1.3.6 → 1.3.9 (Fast and direct raster I/O for use with Numpy and SciPy)

  • regex 2022.9.13 → 2023.10.3 (Alternative regular expression module, to replace re.)

  • rfc3986 1.5.0 → 2.0.0 (Validating URI References per RFC 3986)

  • rich 13.4.2 → 13.6.0 (Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal)

  • rtree 1.0.0 → 1.1.0 (R-Tree spatial index for Python GIS)

  • scikit_image 0.21.0 → 0.22.0 (Image processing routines for SciPy)

  • scikit_learn 1.3.1 → 1.3.2 (A set of python modules for machine learning and data mining)

  • scipy 1.11.1 → 1.11.3 (SciPy: Scientific Library for Python)

  • seaborn 0.13.0.dev0 → 0.13.0 (seaborn: statistical data visualization)

  • setuptools 67.8.0 → 68.2.2 (Easily download, build, install, upgrade, and uninstall Python packages)

  • sniffio 1.2.0 → 1.3.0 (Sniff out which async library your code is running under)

  • sounddevice 0.4.4 → 0.4.6 (Play and Record Sound with Python)

  • sphinx_rtd_theme 1.2.0 → 1.3.0 (Read the Docs theme for Sphinx)

  • spyder 5.4.5 → 5.5.0 (The Scientific Python Development Environment)

  • spyder_kernels 2.4.4 → 2.5.0 (Jupyter kernels for Spyder's console)

  • sqlalchemy 2.0.19 → 2.0.22 (Database Abstraction Library)

  • sqlite_utils 3.35.1 → 3.35.2 (CLI tool and Python utility functions for manipulating SQLite databases)

  • streamlit 1.23.1 → 1.27.2 (The fastest way to build data apps in Python)

  • torch 2.0.1 → 2.1.1 (Tensors and Dynamic neural networks in Python with strong GPU acceleration)

  • torchaudio 2.0.2 → 2.1.1 (An audio package for PyTorch)

  • torchvision 0.15.2 → 0.16.1 (image and video datasets and models for torch deep learning)

  • tornado 6.3.1 → 6.4 (Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.)

  • traitlets 5.10.0 → 5.13.0 (Traitlets Python config system)

  • trio 0.22.2 → 0.23.1 (A friendly Python library for async concurrency and I/O)

  • uncertainties 3.1.6 → 3.1.7 (Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives)

  • urllib3 1.26.10 → 2.0.3 (HTTP library with thread-safe connection pooling, file post, and more.)

  • wcwidth 0.2.5 → 0.2.9 (Measures number of Terminal column cells of wide-character codes)

  • werkzeug 2.2.2 → 3.0.1 (The comprehensive WSGI web application library.)

  • winpython 7.0.20230923 → 7.0.20231126 (WinPython distribution tools, including WPPM)

  • wordcloud 1.8.1 → 1.9.2 (A little word cloud generator)

  • xarray 2023.8.0 → 2023.11.0 (N-D labeled arrays and datasets in Python)

  • xarray_einstats 0.5.1 → 0.6.0 (Stats, linear algebra and einops for xarray)

  • xyzservices 2022.6.0 → 2023.10.1 (Source of XYZ tiles providers)

  • zarr 2.11.3 → 2.16.1 (An implementation of chunked, compressed, N-dimensional arrays for Python.)

  • zict 2.2.0 → 3.0.0 (Mutable mapping tools)

  • zstandard 0.21.0 → 0.22.0 (Zstandard bindings for Python)

Removed packages:

  • ansiwrap 0.8.4 (textwrap, but savvy to ANSI colors and styles)

  • backcall 0.2.0 (Specifications for callback functions passed in to an API)

  • build 0.10.0 (A simple, correct Python build frontend)

  • cachecontrol 0.12.11 (httplib2 caching for requests)

  • cleo 2.0.1 (Cleo allows you to create beautiful and testable command-line interfaces.)

  • click_default_group_wheel 1.2.2 (Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel))

  • crashtest 0.4.1 (Manage Python errors with ease)

  • datashape 0.5.2 (A data description language.)

  • dulwich 0.21.5 (Python Git Library)

  • guiqwt 4.4.1 (guiqwt is a set of tools for curve and image plotting (extension to PythonQwt))

  • heapdict 1.0.1 (a heap with decrease-key and increase-key operations)

  • installer 0.7.0 (A library for installing Python wheels.)

  • jinja2_time 0.2.0 (Jinja2 Extension for Dates and Times)

  • lazy_object_proxy 1.7.1 (A fast and thorough lazy object proxy.)

  • lockfile 0.12.2 (Platform-independent file locking module)

  • munch 2.5.0 (A dot-accessible dictionary (a la JavaScript objects))

  • poetry 1.5.1 (Python dependency management and packaging made easy.)

  • poetry_core 1.6.1 (Poetry PEP 517 Build Backend)

  • poetry_plugin_export 1.5.0 (Poetry plugin to export the dependencies to various formats)

  • pyproject_hooks 1.0.0 (Wrappers to call pyproject.toml-based build backend hooks.)

  • pyrsistent 0.18.1 (Persistent/Functional/Immutable data structures)

  • pywavelets 1.4.1 (PyWavelets, wavelet transform module)

  • textwrap3 0.9.2 (textwrap from Python 3.6 backport (plus a few tweaks))

  • xgboost 1.6.1 (XGBoost Python Package)


X Tutup