Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
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
Commits
1627705e
Commit
1627705e
authored
5 months ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
Composition: remove deprecation of initialize
parent
4c2dd2c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!281
Deprecate initialize method of Composition
Pipeline
#243128
failed with stages
in 2 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+0
-1
0 additions, 1 deletion
pyproject.toml
src/finam/schedule.py
+0
-9
0 additions, 9 deletions
src/finam/schedule.py
with
0 additions
and
10 deletions
pyproject.toml
+
0
−
1
View file @
1627705e
...
...
@@ -42,7 +42,6 @@ dependencies = [
"pyproj>
=
3.4
",
"pandas>
=
1.3
",
"opensimplex>
=
0.4
",
"deprecated"
,
]
[project.urls]
...
...
This diff is collapsed.
Click to expand it.
src/finam/schedule.py
+
0
−
9
View file @
1627705e
...
...
@@ -17,8 +17,6 @@ from datetime import datetime
from
pathlib
import
Path
from
time
import
strftime
from
deprecated
import
deprecated
from
._version
import
__version__
from
.errors
import
(
FinamCircularCouplingError
,
...
...
@@ -83,13 +81,6 @@ class Composition(Loggable):
Default:
"
temp
"
.
"""
@deprecated
(
"
Compositions are now initialized when created. To be removed in v1.0.
"
,
version
=
"
0.6
"
,
)
def
initialize
(
self
):
"""
Initialize all modules.
"""
def
__init__
(
self
,
modules
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment