Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openalex
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
crawlers
openalex
Commits
ed5c8cc2
Verified
Commit
ed5c8cc2
authored
Feb 24, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[0.2.0.0] version bump
parent
2dfdf17a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
CHANGELOG.md
CHANGELOG.md
+11
-2
Main.hs
app/Main.hs
+1
-1
openalex.cabal
openalex.cabal
+1
-1
No files found.
CHANGELOG.md
View file @
ed5c8cc2
# Revision history for openalex
## 0.
1.0.0 -- YYYY-mm-dd
## 0.
2.0.0 -- 2025-02-24
*
First version. Released on an unsuspecting world.
### Changed
-
Removed lots of fields that we don't use in gargantext. This makes
the library of worse quality for general usage, but stabilizes it
for us (the API could throw random errors at times, because some
field turned out to be missing).
## 0.1.0.0 -- 2025-02-23
-
First version. Released on an unsuspecting world.
app/Main.hs
View file @
ed5c8cc2
...
...
@@ -47,7 +47,7 @@ main = do
strOption
(
long
"output"
)
(
opts
,
runCmd
)
<-
simpleOptions
"0.
1
.0.0"
simpleOptions
"0.
2
.0.0"
"OpenAlex"
"OpenAlex command line"
(
pure
()
)
$
do
...
...
openalex.cabal
View file @
ed5c8cc2
cabal-version: 2.4
name: openalex
version: 0.
1
.0.0
version: 0.
2
.0.0
-- A short (one-line) description of the package.
-- synopsis: An importer for OpenAlex database.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment