Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Merge requests
!290
Prepare v1.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Prepare v1.0
prepare_v1.0
into
main
Overview
0
Commits
5
Pipelines
4
Changes
6
Merged
Sebastian Müller
requested to merge
prepare_v1.0
into
main
1 month ago
Overview
0
Commits
5
Pipelines
4
Changes
1
Expand
Closes
#123 (closed)
update changelog
fix pint test for dimensionless to be safe
Edited
1 month ago
by
Sebastian Müller
👍
0
👎
0
Merge request reports
Compare
version 2
version 3
c4352685
1 month ago
version 2
510c7fcd
1 month ago
version 1
8199e06f
1 month ago
main (base)
and
version 3
latest version
813ebac5
5 commits,
1 month ago
version 3
c4352685
4 commits,
1 month ago
version 2
510c7fcd
3 commits,
1 month ago
version 1
8199e06f
2 commits,
1 month ago
Show latest version
1 file
+
10
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pyproject.toml
+
10
−
2
Options
@@ -14,10 +14,11 @@ readme = "README.md"
license
=
"LGPL-3.0"
dynamic
=
[
"version"
]
classifiers
=
[
"Development Status ::
4
-
Beta
"
,
"Development Status ::
5
-
Production/Stable
"
,
"Intended Audience :: Developers"
,
"Intended Audience :: End Users/Desktop"
,
"Intended Audience :: Science/Research"
,
"Intended Audience :: Education"
,
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"
,
"Natural Language :: English"
,
"Operating System :: Unix"
,
@@ -29,6 +30,9 @@ classifiers = [
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.11"
,
"Programming Language :: Python :: 3.12"
,
"Programming Language :: Python :: 3.13"
,
"Topic :: Scientific/Engineering"
,
"Topic :: Software Development"
,
"Topic :: Utilities"
,
@@ -93,7 +97,11 @@ packages = ["src/finam"]
exclude
=
"_version.py"
target-version
=
[
"py38"
,
"py39"
"py39"
,
"py310"
,
"py311"
,
"py312"
,
"py313"
,
]
[tool.isort]
Loading