You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

enpt

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enpt - pypi Package Compare versions

Comparing version
1.0.3
to
1.0.4
+2
-2
enpt/version.py

@@ -30,4 +30,4 @@ # -*- coding: utf-8 -*-

__version__ = '1.0.3'
__versionalias__ = '20250602.04'
__version__ = '1.0.4'
__versionalias__ = '20250606.01'
__author__ = 'Daniel Scheffler'

@@ -5,2 +5,10 @@ =======

1.0.4 (2025-06-06)
------------------
* Revised algorithm descriptions of SICOR and ISOFIT.
* Bumped minimal version of enpt to be used for enpt_full_dev environment.
* Bumped minimal version of isofit to fix Windows-related issues.
1.0.3 (2025-06-02)

@@ -7,0 +15,0 @@ ------------------

Metadata-Version: 2.4
Name: enpt
Version: 1.0.3
Version: 1.0.4
Summary: EnMAP Processing Tool

@@ -28,3 +28,3 @@ Project-URL: Source code, https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT

Requires-Dist: geoarray>=0.15.8
Requires-Dist: isofit>=3.4.2
Requires-Dist: isofit>=3.4.3
Requires-Dist: jsmin

@@ -31,0 +31,0 @@ Requires-Dist: lxml

@@ -74,3 +74,3 @@ # -*- coding: utf-8 -*-

"geoarray>=0.15.8",
"isofit>=3.4.2",
"isofit>=3.4.3",
"jsmin",

@@ -77,0 +77,0 @@ "lxml",

Sorry, the diff of this file is too big to display